CMS 3D CMS Logo

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

plots related to one Diamond channel More...

Public Member Functions

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

Public Attributes

MonitorElementactivityPerBX = 0
 
MonitorElementamplitude = 0
 
MonitorElementcellOfMax = 0
 
MonitorElementdataSamplesRaw = 0
 
MonitorElementhitRate = 0
 
MonitorElementhitTime = 0
 
MonitorElementmaxTimeAfterTrigger = 0
 
MonitorElementnoiseSamples = 0
 
MonitorElementrecHitTime = 0
 
MonitorElementstripTomography210 = 0
 
MonitorElementstripTomography220 = 0
 
MonitorElementtirggerCellTime = 0
 

Detailed Description

plots related to one Diamond channel

Definition at line 180 of file TotemTimingDQMSource.cc.

Constructor & Destructor Documentation

TotemTimingDQMSource::ChannelPlots::ChannelPlots ( )
inline

Definition at line 199 of file TotemTimingDQMSource.cc.

199 {}
TotemTimingDQMSource::ChannelPlots::ChannelPlots ( DQMStore::IBooker ibooker,
unsigned int  id 
)

Definition at line 365 of file TotemTimingDQMSource.cc.

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

365  {
368  ibooker.setCurrentFolder(path);
369 
371 
372  activityPerBX = ibooker.book1D("activity per BX", title + " Activity per BX;Event.BX", 1000, -1.5, 998. + 0.5);
373  dataSamplesRaw = ibooker.book1D("raw samples", title + " Raw Samples; ADC", 256, 0, 256);
374  cellOfMax = ibooker.book1D("cell of max", title + " cell of max; cell", 24, 0, 24);
375 
376  tirggerCellTime = ibooker.book1D("sampic trigger time", title + " Sampic Trigger Time; t (ns)", 100, -25, 25);
377  recHitTime = ibooker.book1D("recHit Time", title + " recHit Time; t (ns)", 500, -25, 25);
378  amplitude = ibooker.book1D("amplitude", title + " amplitude above baseline; amplitude (V)", 50, 0, 1);
379  noiseSamples = ibooker.book1D("noise samples", title + " noise samples; V", 50, 0, 1);
380 
381  hitTime = ibooker.book1D("hit time", title + "hit time;t - t_previous (us)", 100, 0, 10000);
382  hitRate = ibooker.book1D("hit rate", title + "hit rate;rate (Hz)", 100, 0, 10000);
383 
384  stripTomography210 = ibooker.book2D("tomography 210",
385  title + " tomography with strips 210;x (mm);y (mm)",
387  -20,
388  20,
390  0,
391  25);
392  stripTomography220 = ibooker.book2D("tomography 220",
393  title + " tomography with strips 220;x (mm);y (mm)",
395  -20,
396  20,
398  0,
399  25);
400 }
void channelName(std::string &name, NameFlag flag=nFull) const
static const double TOMOGRAPHY_RESOLUTION_MM
Detector ID class for CTPPS Totem Timing detectors. Bits [19:31] : Assigend in CTPPSDetId Calss Bits ...

Member Data Documentation

MonitorElement* TotemTimingDQMSource::ChannelPlots::activityPerBX = 0

Definition at line 182 of file TotemTimingDQMSource.cc.

MonitorElement* TotemTimingDQMSource::ChannelPlots::amplitude = 0

Definition at line 190 of file TotemTimingDQMSource.cc.

MonitorElement* TotemTimingDQMSource::ChannelPlots::cellOfMax = 0

Definition at line 184 of file TotemTimingDQMSource.cc.

MonitorElement* TotemTimingDQMSource::ChannelPlots::dataSamplesRaw = 0

Definition at line 183 of file TotemTimingDQMSource.cc.

MonitorElement* TotemTimingDQMSource::ChannelPlots::hitRate = 0

Definition at line 194 of file TotemTimingDQMSource.cc.

MonitorElement* TotemTimingDQMSource::ChannelPlots::hitTime = 0

Definition at line 193 of file TotemTimingDQMSource.cc.

MonitorElement* TotemTimingDQMSource::ChannelPlots::maxTimeAfterTrigger = 0

Definition at line 185 of file TotemTimingDQMSource.cc.

MonitorElement* TotemTimingDQMSource::ChannelPlots::noiseSamples = 0

Definition at line 191 of file TotemTimingDQMSource.cc.

MonitorElement* TotemTimingDQMSource::ChannelPlots::recHitTime = 0

Definition at line 189 of file TotemTimingDQMSource.cc.

MonitorElement* TotemTimingDQMSource::ChannelPlots::stripTomography210 = 0

Definition at line 196 of file TotemTimingDQMSource.cc.

MonitorElement* TotemTimingDQMSource::ChannelPlots::stripTomography220 = 0

Definition at line 197 of file TotemTimingDQMSource.cc.

MonitorElement* TotemTimingDQMSource::ChannelPlots::tirggerCellTime = 0

Definition at line 188 of file TotemTimingDQMSource.cc.