#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 () | |
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 118 of file BscTest.cc.
References BookHistos(), fHistArray, fHistNamesArray, and fTypeTitle.
BscAnalysisHistManager::~BscAnalysisHistManager | ( | ) |
|
private |
Definition at line 152 of file BscTest.cc.
References HistInit().
Referenced by BscAnalysisHistManager().
TH1F * BscAnalysisHistManager::GetHisto | ( | Int_t | Number | ) |
Definition at line 210 of file BscTest.cc.
References gather_cfg::cout, and fHistArray.
Referenced by GetHisto(), and BscTest::update().
TH1F * BscAnalysisHistManager::GetHisto | ( | const TObjString & | histname | ) |
Definition at line 248 of file BscTest.cc.
References fHistNamesArray, GetHisto(), and cmsHarvester::index.
TH2F * BscAnalysisHistManager::GetHisto2 | ( | Int_t | Number | ) |
Definition at line 229 of file BscTest.cc.
References gather_cfg::cout, and fHistArray.
Referenced by GetHisto2().
TH2F * BscAnalysisHistManager::GetHisto2 | ( | const TObjString & | histname | ) |
Definition at line 257 of file BscTest.cc.
References fHistNamesArray, GetHisto2(), and cmsHarvester::index.
|
private |
Definition at line 180 of file BscTest.cc.
References fHistArray, fHistNamesArray, and fTypeTitle.
Referenced by BookHistos().
|
private |
|
private |
void BscAnalysisHistManager::WriteToFile | ( | const TString & | fOutputFile, |
const TString & | fRecreateFile | ||
) |
Definition at line 164 of file BscTest.cc.
References gather_cfg::cout, fHistArray, and mergeVDriftHistosByStation::file.
Referenced by BscTest::~BscTest().
|
private |
Definition at line 88 of file BscTest.h.
Referenced by BscAnalysisHistManager(), GetHisto(), GetHisto2(), HistInit(), StoreWeights(), WriteToFile(), and ~BscAnalysisHistManager().
|
private |
Definition at line 89 of file BscTest.h.
Referenced by BscAnalysisHistManager(), GetHisto(), GetHisto2(), HistInit(), and ~BscAnalysisHistManager().
|
private |
Definition at line 87 of file BscTest.h.
Referenced by BscAnalysisHistManager(), and HistInit().