|
CbmRoot
|
Useful utilities for CBM QA tasks. More...
#include "CbmQaUtil.h"#include "CbmQaCanvas.h"#include "TAxis.h"#include "TCanvas.h"#include "TF1.h"#include "TH1.h"#include "TPaletteAxis.h"#include "TPaveStats.h"#include "TStyle.h"#include "TVirtualPad.h"Go to the source code of this file.
Namespaces | |
| namespace | cbm |
| namespace | cbm::qa |
| namespace | cbm::qa::util |
| namespace cbm::qa::util contains useful utilities for CBM QA tasks | |
Functions | |
| TPaveStats * | cbm::qa::util::GetHistStats (TH1 *pHist) |
| Finds/Creates stats window for a histogram. | |
| std::tuple< double, double > | cbm::qa::util::FitKaniadakisGaussian (TH1 *pHist) |
| Fit a histogram with Kaniadakis Gaussian Distribution. | |
| void | cbm::qa::util::SetLargeStats (TH1 *pHist) |
| Set large stat. window. | |
Useful utilities for CBM QA tasks.
Definition in file CbmQaUtil.cxx.