|
| TVectorD * | PairAnalysisHelper::MakeLogBinning (Int_t nbinsX, Double_t xmin, Double_t xmax) |
| |
| TVectorD * | PairAnalysisHelper::MakeLinBinning (Int_t nbinsX, Double_t xmin, Double_t xmax) |
| |
| TVectorD * | PairAnalysisHelper::MakeArbitraryBinning (const char *bins) |
| |
| TVectorD * | PairAnalysisHelper::MakeGausBinning (Int_t nbinsX, Double_t mean, Double_t sigma) |
| |
| TVectorD * | PairAnalysisHelper::CombineBinning (TVectorD *low, TVectorD *high) |
| |
| TArrayD * | PairAnalysisHelper::MakeStatBinLimits (TH1 *h, Double_t stat) |
| |
| TVectorD * | PairAnalysisHelper::MakePdgBinning () |
| |
| Double_t | PairAnalysisHelper::EvalFormula (TFormula *form, const Double_t *values) |
| |
| TString | PairAnalysisHelper::GetFormulaTitle (TFormula *form) |
| |
| TString | PairAnalysisHelper::GetFormulaName (TFormula *form) |
| |
| TFormula * | PairAnalysisHelper::GetFormula (const char *name, const char *formula) |
| |
| void | PairAnalysisHelper::SetPDGBinLabels (TH1 *hist, Bool_t clean) |
| |
| TString | PairAnalysisHelper::GetPDGlabel (Int_t pdg) |
| |
| void | PairAnalysisHelper::SetGEANTBinLabels (TH1 *hist) |
| |
| TString | PairAnalysisHelper::GetDetName (ECbmModuleId det) |
| |
| Double_t | PairAnalysisHelper::GetContentMinimum (TH1 *h, Bool_t inclErr=kTRUE) |
| |
| Double_t | PairAnalysisHelper::GetContentMaximum (TH1 *h, Bool_t inclErr=kTRUE) |
| |
| Double_t | PairAnalysisHelper::GetQuantile (TH1 *h1, Double_t p=0.5) |
| |
| void | PairAnalysisHelper::NormalizeSlicesY (TH2 *h) |
| |
| void | PairAnalysisHelper::CumulateSlicesX (TH2 *h, Bool_t reverse=kFALSE, Bool_t norm=kFALSE) |
| |
| void | PairAnalysisHelper::Cumulate (TH1 *h, Bool_t reverse=kFALSE, Bool_t norm=kFALSE) |
| |
| TObject * | PairAnalysisHelper::FindObjectByTitle (TObjArray *arrhist, TString ref) |
| |
| Int_t | PairAnalysisHelper::GetPrecision (Double_t value) |
| |