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

Constructor & Destructor Documentation

TotemTimingDQMSource::ChannelPlots::ChannelPlots ( )
inline

Definition at line 207 of file TotemTimingDQMSource.cc.

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

Definition at line 373 of file TotemTimingDQMSource.cc.

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

374 {
377  ibooker.setCurrentFolder(path);
378 
380 
381  activityPerBX = ibooker.book1D("activity per BX",
382  title + " Activity per BX;Event.BX",
383  1000, -1.5, 998. + 0.5);
384  dataSamplesRaw = ibooker.book1D("raw samples",
385  title + " Raw Samples; ADC", 256, 0, 256);
386  cellOfMax = ibooker.book1D("cell of max",
387  title + " cell of max; cell", 24, 0, 24);
388 
389  tirggerCellTime = ibooker.book1D("sampic trigger time",
390  title + " Sampic Trigger Time; t (ns)", 100, -25, 25);
391  recHitTime = ibooker.book1D("recHit Time",
392  title + " recHit Time; t (ns)", 500, -25, 25);
393  amplitude = ibooker.book1D("amplitude",
394  title + " amplitude above baseline; amplitude (V)", 50, 0, 1);
395  noiseSamples = ibooker.book1D( "noise samples",
396  title+" noise samples; V", 50, 0, 1 );
397 
398  hitTime = ibooker.book1D("hit time",
399  title + "hit time;t - t_previous (us)", 100, 0, 10000);
400  hitRate = ibooker.book1D("hit rate",
401  title + "hit rate;rate (Hz)", 100, 0, 10000);
402 
403  stripTomography210 = ibooker.book2D("tomography 210",
404  title + " tomography with strips 210;x (mm);y (mm)",
405  20/TOMOGRAPHY_RESOLUTION_MM, -20, 20,
406  25/TOMOGRAPHY_RESOLUTION_MM, 0, 25);
407  stripTomography220 = ibooker.book2D("tomography 220",
408  title + " tomography with strips 220;x (mm);y (mm)",
409  20/TOMOGRAPHY_RESOLUTION_MM, -20, 20,
410  25/TOMOGRAPHY_RESOLUTION_MM, 0, 25);
411 }
void channelName(std::string &name, NameFlag flag=nFull) const
static const double TOMOGRAPHY_RESOLUTION_MM
void setCurrentFolder(std::string const &fullpath)
Definition: DQMStore.cc:268
MonitorElement * book1D(Args &&...args)
Definition: DQMStore.h:106
MonitorElement * book2D(Args &&...args)
Definition: DQMStore.h:109
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 190 of file TotemTimingDQMSource.cc.

MonitorElement* TotemTimingDQMSource::ChannelPlots::amplitude = 0

Definition at line 198 of file TotemTimingDQMSource.cc.

MonitorElement* TotemTimingDQMSource::ChannelPlots::cellOfMax = 0

Definition at line 192 of file TotemTimingDQMSource.cc.

MonitorElement* TotemTimingDQMSource::ChannelPlots::dataSamplesRaw = 0

Definition at line 191 of file TotemTimingDQMSource.cc.

MonitorElement* TotemTimingDQMSource::ChannelPlots::hitRate = 0

Definition at line 202 of file TotemTimingDQMSource.cc.

MonitorElement* TotemTimingDQMSource::ChannelPlots::hitTime = 0

Definition at line 201 of file TotemTimingDQMSource.cc.

MonitorElement* TotemTimingDQMSource::ChannelPlots::maxTimeAfterTrigger = 0

Definition at line 193 of file TotemTimingDQMSource.cc.

MonitorElement* TotemTimingDQMSource::ChannelPlots::noiseSamples = 0

Definition at line 199 of file TotemTimingDQMSource.cc.

MonitorElement* TotemTimingDQMSource::ChannelPlots::recHitTime = 0

Definition at line 197 of file TotemTimingDQMSource.cc.

MonitorElement* TotemTimingDQMSource::ChannelPlots::stripTomography210 = 0

Definition at line 204 of file TotemTimingDQMSource.cc.

MonitorElement* TotemTimingDQMSource::ChannelPlots::stripTomography220 = 0

Definition at line 205 of file TotemTimingDQMSource.cc.

MonitorElement* TotemTimingDQMSource::ChannelPlots::tirggerCellTime = 0

Definition at line 196 of file TotemTimingDQMSource.cc.