CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
TotemTimingDQMSource::GlobalPlots Struct Reference

plots related to the whole system More...

Public Member Functions

 GlobalPlots ()
 
 GlobalPlots (DQMStore::IBooker &ibooker)
 

Public Attributes

MonitorElementdigiSentPercentage = nullptr
 

Detailed Description

plots related to the whole system

Definition at line 114 of file TotemTimingDQMSource.cc.

Constructor & Destructor Documentation

◆ GlobalPlots() [1/2]

TotemTimingDQMSource::GlobalPlots::GlobalPlots ( )
inline

Definition at line 117 of file TotemTimingDQMSource.cc.

117 {}

◆ GlobalPlots() [2/2]

TotemTimingDQMSource::GlobalPlots::GlobalPlots ( DQMStore::IBooker ibooker)

Definition at line 240 of file TotemTimingDQMSource.cc.

References dqm::implementation::IBooker::book2D(), digiSentPercentage, and dqm::implementation::NavigatorBase::setCurrentFolder().

240  {
241  ibooker.setCurrentFolder("CTPPS/TimingFastSilicon");
242 
243  digiSentPercentage = ibooker.book2D(
244  "sent digis percentage", "sent digis percentage (sampic);board + 0.5 sampic;channel", 14, -0.5, 6.5, 16, 0, 16);
245 }
virtual void setCurrentFolder(std::string const &fullpath)
Definition: DQMStore.cc:36
MonitorElement * book2D(TString const &name, TString const &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, FUNC onbooking=NOOP())
Definition: DQMStore.h:212

Member Data Documentation

◆ digiSentPercentage

MonitorElement* TotemTimingDQMSource::GlobalPlots::digiSentPercentage = nullptr