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 = nullptr
 
MonitorElementamplitude = nullptr
 
MonitorElementcellOfMax = nullptr
 
MonitorElementdataSamplesRaw = nullptr
 
MonitorElementhitRate = nullptr
 
MonitorElementhitTime = nullptr
 
MonitorElementmaxTimeAfterTrigger = nullptr
 
MonitorElementnoiseSamples = nullptr
 
MonitorElementrecHitTime = nullptr
 
MonitorElementstripTomography210 = nullptr
 
MonitorElementstripTomography220 = nullptr
 
MonitorElementtirggerCellTime = nullptr
 

Detailed Description

plots related to one Diamond channel

Definition at line 182 of file TotemTimingDQMSource.cc.

Constructor & Destructor Documentation

◆ ChannelPlots() [1/2]

TotemTimingDQMSource::ChannelPlots::ChannelPlots ( )
inline

Definition at line 201 of file TotemTimingDQMSource.cc.

201 {}

◆ ChannelPlots() [2/2]

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

Definition at line 367 of file TotemTimingDQMSource.cc.

References CustomPhysics_cfi::amplitude, dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), TotemTimingDetId::channelName(), CTPPSDetId::nFull, CTPPSDetId::nPath, castor_dqm_sourceclient_file_cfg::path, dqm::implementation::NavigatorBase::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, runGCPTkAlMap::title, and TotemTimingDQMSource::TOMOGRAPHY_RESOLUTION_MM.

367  {
370  ibooker.setCurrentFolder(path);
371 
373 
374  activityPerBX = ibooker.book1D("activity per BX", title + " Activity per BX;Event.BX", 1000, -1.5, 998. + 0.5);
375  dataSamplesRaw = ibooker.book1D("raw samples", title + " Raw Samples; ADC", 256, 0, 256);
376  cellOfMax = ibooker.book1D("cell of max", title + " cell of max; cell", 24, 0, 24);
377 
378  tirggerCellTime = ibooker.book1D("sampic trigger time", title + " Sampic Trigger Time; t (ns)", 100, -25, 25);
379  recHitTime = ibooker.book1D("recHit Time", title + " recHit Time; t (ns)", 500, -25, 25);
380  amplitude = ibooker.book1D("amplitude", title + " amplitude above baseline; amplitude (V)", 50, 0, 1);
381  noiseSamples = ibooker.book1D("noise samples", title + " noise samples; V", 50, 0, 1);
382 
383  hitTime = ibooker.book1D("hit time", title + "hit time;t - t_previous (us)", 100, 0, 10000);
384  hitRate = ibooker.book1D("hit rate", title + "hit rate;rate (Hz)", 100, 0, 10000);
385 
386  stripTomography210 = ibooker.book2D("tomography 210",
387  title + " tomography with strips 210;x (mm);y (mm)",
389  -20,
390  20,
392  0,
393  25);
394  stripTomography220 = ibooker.book2D("tomography 220",
395  title + " tomography with strips 220;x (mm);y (mm)",
397  -20,
398  20,
400  0,
401  25);
402 }
virtual void setCurrentFolder(std::string const &fullpath)
Definition: DQMStore.cc:36
static const double TOMOGRAPHY_RESOLUTION_MM
void channelName(std::string &name, NameFlag flag=nFull) const
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:212
MonitorElement * book1D(TString const &name, TString const &title, int const nchX, double const lowX, double const highX, FUNC onbooking=NOOP())
Definition: DQMStore.h:98
Detector ID class for CTPPS Totem Timing detectors. Bits [19:31] : Assigend in CTPPSDetId Calss Bits ...

Member Data Documentation

◆ activityPerBX

MonitorElement* TotemTimingDQMSource::ChannelPlots::activityPerBX = nullptr

Definition at line 184 of file TotemTimingDQMSource.cc.

◆ amplitude

MonitorElement* TotemTimingDQMSource::ChannelPlots::amplitude = nullptr

Definition at line 192 of file TotemTimingDQMSource.cc.

◆ cellOfMax

MonitorElement* TotemTimingDQMSource::ChannelPlots::cellOfMax = nullptr

Definition at line 186 of file TotemTimingDQMSource.cc.

◆ dataSamplesRaw

MonitorElement* TotemTimingDQMSource::ChannelPlots::dataSamplesRaw = nullptr

Definition at line 185 of file TotemTimingDQMSource.cc.

◆ hitRate

MonitorElement* TotemTimingDQMSource::ChannelPlots::hitRate = nullptr

Definition at line 196 of file TotemTimingDQMSource.cc.

◆ hitTime

MonitorElement* TotemTimingDQMSource::ChannelPlots::hitTime = nullptr

Definition at line 195 of file TotemTimingDQMSource.cc.

◆ maxTimeAfterTrigger

MonitorElement* TotemTimingDQMSource::ChannelPlots::maxTimeAfterTrigger = nullptr

Definition at line 187 of file TotemTimingDQMSource.cc.

◆ noiseSamples

MonitorElement* TotemTimingDQMSource::ChannelPlots::noiseSamples = nullptr

Definition at line 193 of file TotemTimingDQMSource.cc.

◆ recHitTime

MonitorElement* TotemTimingDQMSource::ChannelPlots::recHitTime = nullptr

Definition at line 191 of file TotemTimingDQMSource.cc.

◆ stripTomography210

MonitorElement* TotemTimingDQMSource::ChannelPlots::stripTomography210 = nullptr

Definition at line 198 of file TotemTimingDQMSource.cc.

◆ stripTomography220

MonitorElement* TotemTimingDQMSource::ChannelPlots::stripTomography220 = nullptr

Definition at line 199 of file TotemTimingDQMSource.cc.

◆ tirggerCellTime

MonitorElement* TotemTimingDQMSource::ChannelPlots::tirggerCellTime = nullptr

Definition at line 190 of file TotemTimingDQMSource.cc.