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 112 of file CTPPSDiamondDQMSource.cc.

Constructor & Destructor Documentation

◆ SectorPlots() [1/2]

CTPPSDiamondDQMSource::SectorPlots::SectorPlots ( )
inline

Definition at line 117 of file CTPPSDiamondDQMSource.cc.

117 {};

◆ SectorPlots() [2/2]

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

Definition at line 255 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.

255  {
258  ibooker.setCurrentFolder(path);
259 
261 
262  trackCorrelation = ibooker.book2D("tracks correlation near-far",
263  title + " tracks correlation near-far;track x 220nr_hr (mm);track x 220cyl (mm)",
265  -1,
266  18,
268  -1,
269  18);
271  "tracks correlation with low multiplicity near-far",
272  title + " tracks correlation with low multiplicity near-far;track x 220nr_hr (mm);track x 220cyl(mm)",
274  -1,
275  18,
277  -1,
278  18);
279 }
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:221
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 116 of file CTPPSDiamondDQMSource.cc.

◆ trackCorrelation

MonitorElement* CTPPSDiamondDQMSource::SectorPlots::trackCorrelation = nullptr

Definition at line 114 of file CTPPSDiamondDQMSource.cc.

◆ trackCorrelationLowMultiplicity

MonitorElement* CTPPSDiamondDQMSource::SectorPlots::trackCorrelationLowMultiplicity = nullptr

Definition at line 115 of file CTPPSDiamondDQMSource.cc.