98 const int maxNbins = 2001;
103 const int fracLS = 16;
104 const int maxLS = 250;
105 hlresync_ = ibooker.
book1D(
"lresync",
"Orbit of last resync", fracLS * maxLS, 0, maxLS * 262144);
106 hlOC0_ = ibooker.
book1D(
"lOC0",
"Orbit of last OC0", fracLS * maxLS, 0, maxLS * 262144);
107 hlTE_ = ibooker.
book1D(
"lTE",
"Orbit of last TestEnable", fracLS * maxLS, 0, maxLS * 262144);
108 hlstart_ = ibooker.
book1D(
"lstart",
"Orbit of last Start", fracLS * maxLS, 0, maxLS * 262144);
109 hlEC0_ = ibooker.
book1D(
"lEC0",
"Orbit of last EC0", fracLS * maxLS, 0, maxLS * 262144);
110 hlHR_ = ibooker.
book1D(
"lHR",
"Orbit of last HardReset", fracLS * maxLS, 0, maxLS * 262144);
112 hphysTrig_ = ibooker.
book1D(
"Physics_Triggers",
"Physics Triggers", maxNbins, -0.5,
double(maxNbins) - 0.5);
117 hinstLumi_ = ibooker.
book1D(
"Instant_Lumi",
"Instant Lumi", maxNbins, -0.5,
double(maxNbins) - 0.5);
virtual void setCurrentFolder(std::string const &fullpath)
MonitorElement * hphysTrig_
MonitorElement * hinstLumi_
MonitorElement * hlstart_
MonitorElement * book1D(TString const &name, TString const &title, int const nchX, double const lowX, double const highX, FUNC onbooking=NOOP())
virtual void setAxisTitle(const std::string &title, int axis=1)
set x-, y- or z-axis title (axis=1, 2, 3 respectively)
MonitorElement * hlresync_