#include <BscTest.h>
Public Member Functions | |
BscAnalysisHistManager (const TString &managername) | |
TH1F * | GetHisto (const TObjString &histname) |
TH1F * | GetHisto (Int_t Number) |
TH2F * | GetHisto2 (const TObjString &histname) |
TH2F * | GetHisto2 (Int_t Number) |
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 |
BscAnalysisHistManager::BscAnalysisHistManager | ( | const TString & | managername | ) |
Definition at line 103 of file BscTest.cc.
References BookHistos(), fHistArray, fHistNamesArray, and fTypeTitle.
|
override |
|
private |
Definition at line 132 of file BscTest.cc.
References HistInit().
Referenced by BscAnalysisHistManager().
TH1F * BscAnalysisHistManager::GetHisto | ( | const TObjString & | histname | ) |
TH1F * BscAnalysisHistManager::GetHisto | ( | Int_t | Number | ) |
Definition at line 184 of file BscTest.cc.
References gather_cfg::cout, fHistArray, and HcalTBWriter_cfi::Number.
Referenced by GetHisto(), and BscTest::update().
TH2F * BscAnalysisHistManager::GetHisto2 | ( | const TObjString & | histname | ) |
TH2F * BscAnalysisHistManager::GetHisto2 | ( | Int_t | Number | ) |
Definition at line 200 of file BscTest.cc.
References gather_cfg::cout, fHistArray, and HcalTBWriter_cfi::Number.
Referenced by GetHisto2().
|
private |
Definition at line 157 of file BscTest.cc.
References fHistArray, fHistNamesArray, fTypeTitle, Skims_PA_cff::name, and runGCPTkAlMap::title.
Referenced by BookHistos().
|
private |
Definition at line 170 of file BscTest.cc.
References fHistArray, fHistNamesArray, fTypeTitle, Skims_PA_cff::name, and runGCPTkAlMap::title.
|
private |
void BscAnalysisHistManager::WriteToFile | ( | const TString & | fOutputFile, |
const TString & | fRecreateFile | ||
) |
Definition at line 143 of file BscTest.cc.
References gather_cfg::cout, fHistArray, and FrontierConditions_GlobalTag_cff::file.
Referenced by BscTest::~BscTest().
|
private |
Definition at line 84 of file BscTest.h.
Referenced by BscAnalysisHistManager(), GetHisto(), GetHisto2(), HistInit(), StoreWeights(), WriteToFile(), and ~BscAnalysisHistManager().
|
private |
Definition at line 85 of file BscTest.h.
Referenced by BscAnalysisHistManager(), GetHisto(), GetHisto2(), HistInit(), and ~BscAnalysisHistManager().
|
private |
Definition at line 83 of file BscTest.h.
Referenced by BscAnalysisHistManager(), and HistInit().