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

Constructor & Destructor Documentation

◆ SectorPlots() [1/2]

CTPPSDiamondDQMSource::SectorPlots::SectorPlots ( )
inline

Definition at line 115 of file CTPPSDiamondDQMSource.cc.

115 {};

◆ SectorPlots() [2/2]

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

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

250  {
253  ibooker.setCurrentFolder(path);
254 
256 
257  trackCorrelation = ibooker.book2D("tracks correlation near-far",
258  title + " tracks correlation near-far;x (mm);x (mm)",
260  -1,
261  18,
263  -1,
264  18);
266  ibooker.book2D("tracks correlation with low multiplicity near-far",
267  title + " tracks correlation with low multiplicity near-far;x (mm);x (mm)",
269  -1,
270  18,
272  -1,
273  18);
274 }
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 114 of file CTPPSDiamondDQMSource.cc.

◆ trackCorrelation

MonitorElement* CTPPSDiamondDQMSource::SectorPlots::trackCorrelation = nullptr

Definition at line 112 of file CTPPSDiamondDQMSource.cc.

◆ trackCorrelationLowMultiplicity

MonitorElement* CTPPSDiamondDQMSource::SectorPlots::trackCorrelationLowMultiplicity = nullptr

Definition at line 113 of file CTPPSDiamondDQMSource.cc.