#include <BscTest.h>
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 |
BscAnalysisHistManager::BscAnalysisHistManager | ( | const TString & | managername | ) |
Definition at line 105 of file BscTest.cc.
|
override |
Definition at line 120 of file BscTest.cc.
|
private |
Definition at line 136 of file BscTest.cc.
TH1F * BscAnalysisHistManager::GetHisto | ( | Int_t | Number | ) |
Definition at line 194 of file BscTest.cc.
References gather_cfg::cout.
Referenced by BscTest::update().
TH1F * BscAnalysisHistManager::GetHisto | ( | const TObjString & | histname | ) |
TH2F * BscAnalysisHistManager::GetHisto2 | ( | Int_t | Number | ) |
TH2F * BscAnalysisHistManager::GetHisto2 | ( | const TObjString & | histname | ) |
|
private |
Definition at line 164 of file BscTest.cc.
|
private |
Definition at line 179 of file BscTest.cc.
|
private |
void BscAnalysisHistManager::WriteToFile | ( | const TString & | fOutputFile, |
const TString & | fRecreateFile | ||
) |
Definition at line 148 of file BscTest.cc.
References gather_cfg::cout, and FrontierConditions_GlobalTag_cff::file.
Referenced by BscTest::~BscTest().