Public Member Functions | |
Fp420AnalysisHistManager (const TString &managername) | |
TH1F * | getHisto (Int_t Number) |
TH1F * | getHisto (const TObjString &histname) |
TH2F * | getHisto2 (Int_t Number) |
TH2F * | getHisto2 (const TObjString &histname) |
void | writeToFile (const TString &fOutputFile, const TString &fRecreateFile) |
~Fp420AnalysisHistManager () override | |
Private Member Functions | |
void | bookHistos () |
void | histInit (const char *name, const char *title, Int_t nbinsx, Axis_t xlow, Axis_t xup) |
void | histInit (const char *name, const char *title, Int_t nbinsx, Axis_t xlow, Axis_t xup, Int_t nbinsy, Axis_t ylow, Axis_t yup) |
void | storeWeights () |
Private Attributes | |
TObjArray * | fHistArray |
TObjArray * | fHistNamesArray |
const char * | fTypeTitle |
Definition at line 62 of file FP420Test.cc.
Fp420AnalysisHistManager::Fp420AnalysisHistManager | ( | const TString & | managername | ) |
Definition at line 250 of file FP420Test.cc.
References bookHistos(), fHistArray, fHistNamesArray, and fTypeTitle.
|
override |
|
private |
Definition at line 282 of file FP420Test.cc.
References histInit().
Referenced by Fp420AnalysisHistManager().
TH1F * Fp420AnalysisHistManager::getHisto | ( | Int_t | Number | ) |
Definition at line 347 of file FP420Test.cc.
References fHistArray, and HcalTBWriter_cfi::Number.
Referenced by getHisto(), and FP420Test::update().
TH1F * Fp420AnalysisHistManager::getHisto | ( | const TObjString & | histname | ) |
TH2F * Fp420AnalysisHistManager::getHisto2 | ( | Int_t | Number | ) |
Definition at line 363 of file FP420Test.cc.
References fHistArray, and HcalTBWriter_cfi::Number.
Referenced by getHisto2().
TH2F * Fp420AnalysisHistManager::getHisto2 | ( | const TObjString & | histname | ) |
|
private |
Definition at line 320 of file FP420Test.cc.
References fHistArray, fHistNamesArray, fTypeTitle, Skims_PA_cff::name, totemT2DQMSource_cfi::nbinsx, and runGCPTkAlMap::title.
Referenced by bookHistos().
|
private |
Definition at line 333 of file FP420Test.cc.
References fHistArray, fHistNamesArray, fTypeTitle, Skims_PA_cff::name, totemT2DQMSource_cfi::nbinsx, totemT2DQMSource_cfi::nbinsy, and runGCPTkAlMap::title.
|
private |
void Fp420AnalysisHistManager::writeToFile | ( | const TString & | fOutputFile, |
const TString & | fRecreateFile | ||
) |
Definition at line 306 of file FP420Test.cc.
References fHistArray, and geometryDiff::file.
Referenced by FP420Test::~FP420Test().
|
private |
Definition at line 83 of file FP420Test.cc.
Referenced by Fp420AnalysisHistManager(), getHisto(), getHisto2(), histInit(), storeWeights(), writeToFile(), and ~Fp420AnalysisHistManager().
|
private |
Definition at line 84 of file FP420Test.cc.
Referenced by Fp420AnalysisHistManager(), getHisto(), getHisto2(), histInit(), and ~Fp420AnalysisHistManager().
|
private |
Definition at line 82 of file FP420Test.cc.
Referenced by Fp420AnalysisHistManager(), and histInit().