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 166 of file TotemTimingDQMSource.cc.

Constructor & Destructor Documentation

TotemTimingDQMSource::PlanePlots::PlanePlots ( )
inline

Definition at line 173 of file TotemTimingDQMSource.cc.

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

Definition at line 342 of file TotemTimingDQMSource.cc.

References dqm::dqmstoreimpl::DQMStore::IBooker::book1D(), CTPPSDetId::nFull, CTPPSDetId::nPath, castor_dqm_sourceclient_file_cfg::path, TotemTimingDetId::planeName(), dqm::dqmstoreimpl::DQMStore::IBooker::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, and overlapproblemtsosanalyzer_cfi::title.

342  {
345  ibooker.setCurrentFolder(path);
346 
348 
349  digiDistribution = ibooker.book1D("digi distribution", title + " digi distribution;channel", 12, 0, 12);
350 
351  hitProfile = ibooker.book1D("hit distribution with time",
352  title + " hit distribution (with time);y (+ 15 for x>3) (mm)",
354  0,
355  30);
356 
357  hitMultiplicity = ibooker.book1D("channels per plane", title + " channels per plane; ch per plane", 13, -0.5, 12.5);
358 
359  hitMultiplicityWithTime = ibooker.book1D(
360  "channels per plane with time", title + " channels per plane with time; ch per plane", 13, -0.5, 12.5);
361 }
static const double INV_DISPLAY_RESOLUTION_FOR_HITS_MM
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 167 of file TotemTimingDQMSource.cc.

MonitorElement* TotemTimingDQMSource::PlanePlots::hitMultiplicity = 0

Definition at line 170 of file TotemTimingDQMSource.cc.

MonitorElement* TotemTimingDQMSource::PlanePlots::hitMultiplicityWithTime = 0

Definition at line 171 of file TotemTimingDQMSource.cc.

MonitorElement* TotemTimingDQMSource::PlanePlots::hitProfile = 0

Definition at line 169 of file TotemTimingDQMSource.cc.