1 #ifndef DPGAnalysis_SiStripTools_RunHistogramManager_H
2 #define DPGAnalysis_SiStripTools_RunHistogramManager_H
13 #include "TProfile2D.h"
35 const unsigned int nbinx=-1,
const double xmin = -1.,
const double xmax = -1.,
36 const unsigned int nbiny=-1,
const double ymin = -1.,
const double ymax = -1.):
59 sprintf(title,
"%s %s %d",
_title.c_str(),fillrun,irun);
68 LogDebug(
"TH1Fbooked") <<
"Histogram " <<
_name.c_str() <<
" booked " << _runpointers[irun];
94 const unsigned int nbinx=-1,
const double xmin = -1.,
const double xmax = -1.,
95 const unsigned int nbiny=-1,
const double ymin = -1.,
const double ymax = -1.):
119 sprintf(title,
"%s %s %d",
_title.c_str(),fillrun,irun);
131 LogDebug(
"TH2Fbooked") <<
"Histogram " <<
_name.c_str() <<
" booked " << _runpointers[irun];
158 const unsigned int nbinx=-1,
const double xmin = -1.,
const double xmax = -1.,
159 const unsigned int nbiny=-1,
const double ymin = -1.,
const double ymax = -1.):
183 sprintf(title,
"%s %s %d",
_title.c_str(),fillrun,irun);
195 LogDebug(
"TProfile2Dbooked") <<
"Histogram " <<
_name.c_str() <<
" booked " << _runpointers[irun];
226 TProfile**
makeTProfile(
const char* name,
const char* title,
const unsigned int nbinx,
const double xmin,
const double xmax);
227 TH2F**
makeTH2F(
const char* name,
const char* title,
const unsigned int nbinx,
const double xmin,
const double xmax,
const unsigned int nbiny,
const double ymin,
const double ymax);
228 TProfile2D**
makeTProfile2D(
const char* name,
const char* title,
const unsigned int nbinx,
const double xmin,
const double xmax,
const unsigned int nbiny,
const double ymin,
const double ymax);
232 void beginRun(
const unsigned int irun);
246 #endif // DPGAnalysis_SiStripTools_RunHistogramManager_H
edm::EDGetTokenT< edm::ConditionsInRunBlock > _conditionsInRunToken
HistoParams(TProfile2D **pointer, const std::string type, const std::string name, const std::string title, const unsigned int nbinx=-1, const double xmin=-1., const double xmax=-1., const unsigned int nbiny=-1, const double ymin=-1., const double ymax=-1.)
virtual void beginRun(const unsigned int irun, TFileDirectory &subrun, const char *fillrun)
HistoParams(T **pointer, const std::string type, const std::string name, const std::string title, const unsigned int nbinx=-1, const double xmin=-1., const double xmax=-1., const unsigned int nbiny=-1, const double ymin=-1., const double ymax=-1.)
std::map< unsigned int, T * > _runpointers
TH1F ** makeTH1F(const char *name, const char *title, const unsigned int nbinx, const double xmin, const double xmax)
RunHistogramManager(edm::ConsumesCollector &&iC, const bool fillHistograms=false)
TProfile ** makeTProfile(const char *name, const char *title, const unsigned int nbinx, const double xmin, const double xmax)
T * make(const Args &...args) const
make new ROOT object
std::vector< BaseHistoParams * > _histograms
HistoParams(TH2F **pointer, const std::string type, const std::string name, const std::string title, const unsigned int nbinx=-1, const double xmin=-1., const double xmax=-1., const unsigned int nbiny=-1, const double ymin=-1., const double ymax=-1.)
std::map< unsigned int, TH2F * > _runpointers
TProfile2D ** makeTProfile2D(const char *name, const char *title, const unsigned int nbinx, const double xmin, const double xmax, const unsigned int nbiny, const double ymin, const double ymax)
virtual ~BaseHistoParams()
void beginRun(const edm::Run &iRun)
std::map< unsigned int, TProfile2D * > _runpointers
TH2F ** makeTH2F(const char *name, const char *title, const unsigned int nbinx, const double xmin, const double xmax, const unsigned int nbiny, const double ymin, const double ymax)
virtual void beginRun(const unsigned int irun, TFileDirectory &subrun, const char *fillrun)
virtual void beginRun(const unsigned int irun, TFileDirectory &subrun, const char *fillrun)=0
virtual void beginRun(const unsigned int irun, TFileDirectory &subrun, const char *fillrun)