CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 114 of file CTPPSDiamondDQMSource.cc.

Constructor & Destructor Documentation

CTPPSDiamondDQMSource::SectorPlots::SectorPlots ( )
inline

Definition at line 119 of file CTPPSDiamondDQMSource.cc.

119 {};
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, fed_dqm_sourceclient-live_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;x (mm);x (mm)",
265  -1,
266  18,
268  -1,
269  18);
271  ibooker.book2D("tracks correlation with low multiplicity near-far",
272  title + " tracks correlation with low multiplicity near-far;x (mm);x (mm)",
274  -1,
275  18,
277  -1,
278  18);
279 }
virtual void setCurrentFolder(std::string const &fullpath)
Definition: DQMStore.cc:32
void armName(std::string &name, NameFlag flag=nFull) const
Definition: CTPPSDetId.h:92
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:177
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

MonitorElement* CTPPSDiamondDQMSource::SectorPlots::digiSentPercentage = nullptr

Definition at line 118 of file CTPPSDiamondDQMSource.cc.

MonitorElement* CTPPSDiamondDQMSource::SectorPlots::trackCorrelation = nullptr

Definition at line 116 of file CTPPSDiamondDQMSource.cc.

MonitorElement* CTPPSDiamondDQMSource::SectorPlots::trackCorrelationLowMultiplicity = nullptr

Definition at line 117 of file CTPPSDiamondDQMSource.cc.