Public Member Functions | |
BscAnalysisHistManager (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) |
~BscAnalysisHistManager () 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 71 of file BscTest.cc.
BscAnalysisHistManager::BscAnalysisHistManager | ( | const TString & | managername | ) |
Definition at line 211 of file BscTest.cc.
References bookHistos(), fHistArray, fHistNamesArray, and fTypeTitle.
|
override |
|
private |
Definition at line 240 of file BscTest.cc.
References histInit().
Referenced by BscAnalysisHistManager().
TH1F * BscAnalysisHistManager::getHisto | ( | Int_t | Number | ) |
Definition at line 292 of file BscTest.cc.
References fHistArray, and HcalTBWriter_cfi::Number.
Referenced by getHisto(), and BscTest::update().
TH1F * BscAnalysisHistManager::getHisto | ( | const TObjString & | histname | ) |
TH2F * BscAnalysisHistManager::getHisto2 | ( | Int_t | Number | ) |
Definition at line 308 of file BscTest.cc.
References fHistArray, and HcalTBWriter_cfi::Number.
Referenced by getHisto2().
TH2F * BscAnalysisHistManager::getHisto2 | ( | const TObjString & | histname | ) |
|
private |
Definition at line 265 of file BscTest.cc.
References fHistArray, fHistNamesArray, fTypeTitle, Skims_PA_cff::name, totemT2DQMSource_cfi::nbinsx, and runGCPTkAlMap::title.
Referenced by bookHistos().
|
private |
Definition at line 278 of file BscTest.cc.
References fHistArray, fHistNamesArray, fTypeTitle, Skims_PA_cff::name, totemT2DQMSource_cfi::nbinsx, totemT2DQMSource_cfi::nbinsy, and runGCPTkAlMap::title.
|
private |
void BscAnalysisHistManager::writeToFile | ( | const TString & | fOutputFile, |
const TString & | fRecreateFile | ||
) |
Definition at line 251 of file BscTest.cc.
References fHistArray, and geometryDiff::file.
Referenced by BscTest::~BscTest().
|
private |
Definition at line 92 of file BscTest.cc.
Referenced by BscAnalysisHistManager(), getHisto(), getHisto2(), histInit(), storeWeights(), writeToFile(), and ~BscAnalysisHistManager().
|
private |
Definition at line 93 of file BscTest.cc.
Referenced by BscAnalysisHistManager(), getHisto(), getHisto2(), histInit(), and ~BscAnalysisHistManager().
|
private |
Definition at line 91 of file BscTest.cc.
Referenced by BscAnalysisHistManager(), and histInit().