CMS 3D CMS Logo

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

plots related to one Diamond plane More...

Public Member Functions

 PlanePlots ()
 
 PlanePlots (DQMStore::IBooker &ibooker, unsigned int id)
 

Public Attributes

MonitorElementdigiDistribution = 0
 
MonitorElementhitMultiplicity = 0
 
MonitorElementhitMultiplicityWithTime = 0
 
MonitorElementhitProfile = 0
 

Detailed Description

plots related to one Diamond plane

Definition at line 172 of file TotemTimingDQMSource.cc.

Constructor & Destructor Documentation

TotemTimingDQMSource::PlanePlots::PlanePlots ( )
inline

Definition at line 180 of file TotemTimingDQMSource.cc.

180 {}
TotemTimingDQMSource::PlanePlots::PlanePlots ( DQMStore::IBooker ibooker,
unsigned int  id 
)

Definition at line 346 of file TotemTimingDQMSource.cc.

References DQMStore::IBooker::book1D(), CTPPSDetId::nFull, CTPPSDetId::nPath, callgraph::path, TotemTimingDetId::planeName(), DQMStore::IBooker::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, and runGCPTkAlMap::title.

347 {
350  ibooker.setCurrentFolder(path);
351 
353 
354  digiDistribution = ibooker.book1D("digi distribution",
355  title + " digi distribution;channel",
356  12, 0, 12);
357 
358  hitProfile = ibooker.book1D( "hit distribution with time",
359  title+" hit distribution (with time);y (+ 15 for x>3) (mm)",
361 
362  hitMultiplicity = ibooker.book1D("channels per plane",
363  title + " channels per plane; ch per plane",
364  13, -0.5, 12.5);
365 
366  hitMultiplicityWithTime = ibooker.book1D("channels per plane with time",
367  title + " channels per plane with time; ch per plane",
368  13, -0.5, 12.5);
369 }
static const double INV_DISPLAY_RESOLUTION_FOR_HITS_MM
void setCurrentFolder(std::string const &fullpath)
Definition: DQMStore.cc:268
MonitorElement * book1D(Args &&...args)
Definition: DQMStore.h:106
void planeName(std::string &name, NameFlag flag=nFull) const
Detector ID class for CTPPS Totem Timing detectors. Bits [19:31] : Assigend in CTPPSDetId Calss Bits ...

Member Data Documentation

MonitorElement* TotemTimingDQMSource::PlanePlots::digiDistribution = 0

Definition at line 174 of file TotemTimingDQMSource.cc.

MonitorElement* TotemTimingDQMSource::PlanePlots::hitMultiplicity = 0

Definition at line 177 of file TotemTimingDQMSource.cc.

MonitorElement* TotemTimingDQMSource::PlanePlots::hitMultiplicityWithTime = 0

Definition at line 178 of file TotemTimingDQMSource.cc.

MonitorElement* TotemTimingDQMSource::PlanePlots::hitProfile = 0

Definition at line 176 of file TotemTimingDQMSource.cc.