CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
CTPPSDiamondDQMSource::SectorPlots Struct Reference

plots related to one sector More...

Public Member Functions

 SectorPlots ()
 
 SectorPlots (DQMStore::IBooker &ibooker, unsigned int id, bool plotOnline)
 

Public Attributes

MonitorElementdigiSentPercentage = nullptr
 
MonitorElementtrackCorrelation = nullptr
 
MonitorElementtrackCorrelationLowMultiplicity = nullptr
 

Detailed Description

plots related to one sector

Definition at line 113 of file CTPPSDiamondDQMSource.cc.

Constructor & Destructor Documentation

◆ SectorPlots() [1/2]

CTPPSDiamondDQMSource::SectorPlots::SectorPlots ( )
inline

Definition at line 118 of file CTPPSDiamondDQMSource.cc.

118 {};

◆ SectorPlots() [2/2]

CTPPSDiamondDQMSource::SectorPlots::SectorPlots ( DQMStore::IBooker ibooker,
unsigned int  id,
bool  plotOnline 
)

Definition at line 254 of file CTPPSDiamondDQMSource.cc.

References CTPPSDetId::armName(), dqm::implementation::IBooker::book2D(), CTPPSDiamondDQMSource::INV_DISPLAY_RESOLUTION_FOR_HITS_MM, CTPPSDetId::nFull, CTPPSDetId::nPath, castor_dqm_sourceclient_file_cfg::path, dqm::implementation::NavigatorBase::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, and runGCPTkAlMap::title.

254  {
257  ibooker.setCurrentFolder(path);
258 
260 
261  trackCorrelation = ibooker.book2D("tracks correlation near-far",
262  title + " tracks correlation near-far;x (mm);x (mm)",
264  -1,
265  18,
267  -1,
268  18);
270  ibooker.book2D("tracks correlation with low multiplicity near-far",
271  title + " tracks correlation with low multiplicity near-far;x (mm);x (mm)",
273  -1,
274  18,
276  -1,
277  18);
278 }
virtual void setCurrentFolder(std::string const &fullpath)
Definition: DQMStore.cc:36
void armName(std::string &name, NameFlag flag=nFull) const
Definition: CTPPSDetId.h:98
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
static constexpr double INV_DISPLAY_RESOLUTION_FOR_HITS_MM
Detector ID class for CTPPS Timing Diamond detectors. Bits [19:31] : Assigend in CTPPSDetId Calss Bit...

Member Data Documentation

◆ digiSentPercentage

MonitorElement* CTPPSDiamondDQMSource::SectorPlots::digiSentPercentage = nullptr

Definition at line 117 of file CTPPSDiamondDQMSource.cc.

◆ trackCorrelation

MonitorElement* CTPPSDiamondDQMSource::SectorPlots::trackCorrelation = nullptr

Definition at line 115 of file CTPPSDiamondDQMSource.cc.

◆ trackCorrelationLowMultiplicity

MonitorElement* CTPPSDiamondDQMSource::SectorPlots::trackCorrelationLowMultiplicity = nullptr

Definition at line 116 of file CTPPSDiamondDQMSource.cc.