CMS 3D CMS Logo

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

plots related to one Diamond detector package More...

Public Member Functions

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

Public Attributes

MonitorElementactivityPerBX = nullptr
 
MonitorElementamplitude = nullptr
 
MonitorElementbaseline = nullptr
 
MonitorElementbaselineRMS = nullptr
 
MonitorElementcellOfMax = nullptr
 
MonitorElementdataSamplesRaw = nullptr
 
MonitorElementdigiAll = nullptr
 
MonitorElementdigiDistribution = nullptr
 
MonitorElementdigiSent = nullptr
 
MonitorElementdigiSentPercentage = nullptr
 
MonitorElementhitDistribution2d = nullptr
 
MonitorElementhitDistribution2d_lumisection = nullptr
 
MonitorElementhitDistribution2dWithTime = nullptr
 
MonitorElementhitRate = nullptr
 
MonitorElementmeanAmplitude = nullptr
 
MonitorElementnoiseRMS = nullptr
 
MonitorElementplanesWithDigis = nullptr
 
std::set< unsigned int > planesWithDigisSet
 
MonitorElementplanesWithTime = nullptr
 
std::set< unsigned int > planesWithTimeSet
 
MonitorElementrecHitTime = nullptr
 
MonitorElementstripTomography210 = nullptr
 
MonitorElementstripTomography220 = nullptr
 
MonitorElementtirggerCellTime = nullptr
 

Detailed Description

plots related to one Diamond detector package

Definition at line 120 of file TotemTimingDQMSource.cc.

Constructor & Destructor Documentation

◆ PotPlots() [1/2]

TotemTimingDQMSource::PotPlots::PotPlots ( )
inline

Definition at line 157 of file TotemTimingDQMSource.cc.

158 {};

◆ PotPlots() [2/2]

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

Definition at line 245 of file TotemTimingDQMSource.cc.

246  {
249  ibooker.setCurrentFolder(path);
250 
252 
253  activityPerBX = ibooker.book1D("activity per BX CMS", title + " Activity per BX;Event.BX", 3600, -1.5, 3598. + 0.5);
254 
256  ibooker.book2D("digi distribution", title + " digi distribution;plane;channel", 10, -0.5, 4.5, 12, 0, 12);
257 
258  dataSamplesRaw = ibooker.book1D("raw Samples", title + " Raw Samples; ADC", 256, 0, 256);
259 
260  baseline = ibooker.book2D("baseline", title + " baseline (V);plane;channel", 10, -0.5, 4.5, 12, 0, 12);
261  noiseRMS = ibooker.book2D("noise RMS", title + " noise RMS (V);plane;channel", 10, -0.5, 4.5, 12, 0, 12);
262 
263  digiSent =
264  ibooker.book2D("digis sent", title + " digi sent (sampic);board + 0.5 sampic;channel", 14, -0.5, 6.5, 16, 0, 16);
265  digiAll =
266  ibooker.book2D("all digis", title + " all digis(sampic);board + 0.5 sampic;channel", 14, -0.5, 6.5, 16, 0, 16);
267  digiSentPercentage = ibooker.book2D("sent digis percentage",
268  title + " sent digis percentage (sampic);board + 0.5 sampic;channel",
269  14,
270  -0.5,
271  6.5,
272  16,
273  0,
274  16);
275 
276  hitDistribution2d = ibooker.book2D("hits in planes",
277  title + " hits in planes;plane number;x (mm)",
278  18,
279  -0.5,
280  4,
282  0,
283  15);
284  hitDistribution2dWithTime = ibooker.book2D("hits in planes with time",
285  title + " hits in planes with time;plane number;x (mm)",
286  18,
287  -0.5,
288  4,
290  0,
291  15);
292  hitDistribution2d_lumisection = ibooker.book2D("hits in planes lumisection",
293  title + " hits in planes in the last lumisection;plane number;x (mm)",
294  18,
295  -0.5,
296  4,
298  0,
299  15);
300 
301  recHitTime = ibooker.book1D("recHit time", title + " time in the recHits; t (ns)", 500, -25, 25);
302  amplitude = ibooker.book1D("amplitude", title + " amplitude above baseline; amplitude (V)", 50, 0, 1);
303  tirggerCellTime = ibooker.book1D("trigger cell time", title + " Trigger Cell Time; t (ns)", 390, -25, 25);
304  baselineRMS = ibooker.book2D("noise RMS", title + " noise RMS (V);plane;channel", 10, -0.5, 4.5, 12, 0, 12);
305  meanAmplitude =
306  ibooker.book2D("mean amplitude", title + " Mean Amplitude (V);plane;channel", 10, -0.5, 4.5, 12, 0, 12);
307  cellOfMax = ibooker.book2D("cell of max", title + " cell of max (0-23);plane;channel", 10, -0.5, 4.5, 12, 0, 12);
308 
309  hitRate = ibooker.book2D("hit rate", title + " hit rate (Hz);plane;channel", 10, -0.5, 4.5, 12, 0, 12);
310 
311  planesWithDigis = ibooker.book1D(
312  "active planes digis", title + " active planes with digis sent (per event);number of active planes", 6, -0.5, 5.5);
313  planesWithTime = ibooker.book1D(
314  "active planes with time", title + " active planes with time (per event);number of active planes", 6, -0.5, 5.5);
315 
316  // trackDistribution = ibooker.book1D( "tracks", title+" tracks;x (mm)",
317  // 19.*INV_DISPLAY_RESOLUTION_FOR_HITS_MM, -1, 18 ); //TODO needs tracks
318 
320  ibooker.book2D("tomography 210",
321  title + " tomography (only with time) with strips 210 (all planes);x + 50*plane(mm);y (mm)",
323  -20,
324  170,
326  0,
327  25);
329  ibooker.book2D("tomography 220",
330  title + " tomography (only with time) with strips 220 (all planes);x + 50*plane(mm);y (mm)",
332  -20,
333  170,
335  0,
336  25);

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

Member Data Documentation

◆ activityPerBX

MonitorElement* TotemTimingDQMSource::PotPlots::activityPerBX = nullptr

Definition at line 122 of file TotemTimingDQMSource.cc.

◆ amplitude

MonitorElement* TotemTimingDQMSource::PotPlots::amplitude = nullptr

Definition at line 138 of file TotemTimingDQMSource.cc.

◆ baseline

MonitorElement* TotemTimingDQMSource::PotPlots::baseline = nullptr

Definition at line 125 of file TotemTimingDQMSource.cc.

◆ baselineRMS

MonitorElement* TotemTimingDQMSource::PotPlots::baselineRMS = nullptr

Definition at line 139 of file TotemTimingDQMSource.cc.

◆ cellOfMax

MonitorElement* TotemTimingDQMSource::PotPlots::cellOfMax = nullptr

Definition at line 142 of file TotemTimingDQMSource.cc.

◆ dataSamplesRaw

MonitorElement* TotemTimingDQMSource::PotPlots::dataSamplesRaw = nullptr

Definition at line 124 of file TotemTimingDQMSource.cc.

◆ digiAll

MonitorElement* TotemTimingDQMSource::PotPlots::digiAll = nullptr

Definition at line 129 of file TotemTimingDQMSource.cc.

◆ digiDistribution

MonitorElement* TotemTimingDQMSource::PotPlots::digiDistribution = nullptr

Definition at line 123 of file TotemTimingDQMSource.cc.

◆ digiSent

MonitorElement* TotemTimingDQMSource::PotPlots::digiSent = nullptr

Definition at line 128 of file TotemTimingDQMSource.cc.

◆ digiSentPercentage

MonitorElement* TotemTimingDQMSource::PotPlots::digiSentPercentage = nullptr

Definition at line 130 of file TotemTimingDQMSource.cc.

◆ hitDistribution2d

MonitorElement* TotemTimingDQMSource::PotPlots::hitDistribution2d = nullptr

Definition at line 133 of file TotemTimingDQMSource.cc.

◆ hitDistribution2d_lumisection

MonitorElement* TotemTimingDQMSource::PotPlots::hitDistribution2d_lumisection = nullptr

Definition at line 135 of file TotemTimingDQMSource.cc.

◆ hitDistribution2dWithTime

MonitorElement* TotemTimingDQMSource::PotPlots::hitDistribution2dWithTime = nullptr

Definition at line 134 of file TotemTimingDQMSource.cc.

◆ hitRate

MonitorElement* TotemTimingDQMSource::PotPlots::hitRate = nullptr

Definition at line 144 of file TotemTimingDQMSource.cc.

◆ meanAmplitude

MonitorElement* TotemTimingDQMSource::PotPlots::meanAmplitude = nullptr

Definition at line 141 of file TotemTimingDQMSource.cc.

◆ noiseRMS

MonitorElement* TotemTimingDQMSource::PotPlots::noiseRMS = nullptr

Definition at line 126 of file TotemTimingDQMSource.cc.

◆ planesWithDigis

MonitorElement* TotemTimingDQMSource::PotPlots::planesWithDigis = nullptr

Definition at line 146 of file TotemTimingDQMSource.cc.

◆ planesWithDigisSet

std::set<unsigned int> TotemTimingDQMSource::PotPlots::planesWithDigisSet

Definition at line 154 of file TotemTimingDQMSource.cc.

◆ planesWithTime

MonitorElement* TotemTimingDQMSource::PotPlots::planesWithTime = nullptr

Definition at line 147 of file TotemTimingDQMSource.cc.

◆ planesWithTimeSet

std::set<unsigned int> TotemTimingDQMSource::PotPlots::planesWithTimeSet

Definition at line 155 of file TotemTimingDQMSource.cc.

◆ recHitTime

MonitorElement* TotemTimingDQMSource::PotPlots::recHitTime = nullptr

Definition at line 137 of file TotemTimingDQMSource.cc.

◆ stripTomography210

MonitorElement* TotemTimingDQMSource::PotPlots::stripTomography210 = nullptr

Definition at line 151 of file TotemTimingDQMSource.cc.

◆ stripTomography220

MonitorElement* TotemTimingDQMSource::PotPlots::stripTomography220 = nullptr

Definition at line 152 of file TotemTimingDQMSource.cc.

◆ tirggerCellTime

MonitorElement* TotemTimingDQMSource::PotPlots::tirggerCellTime = nullptr

Definition at line 140 of file TotemTimingDQMSource.cc.

TotemTimingDQMSource::PotPlots::planesWithTime
MonitorElement * planesWithTime
Definition: TotemTimingDQMSource.cc:147
runGCPTkAlMap.title
string title
Definition: runGCPTkAlMap.py:94
TotemTimingDQMSource::PotPlots::baselineRMS
MonitorElement * baselineRMS
Definition: TotemTimingDQMSource.cc:139
dqm::implementation::NavigatorBase::setCurrentFolder
virtual void setCurrentFolder(std::string const &fullpath)
Definition: DQMStore.cc:32
TotemTimingDQMSource::PotPlots::meanAmplitude
MonitorElement * meanAmplitude
Definition: TotemTimingDQMSource.cc:141
TotemTimingDQMSource::PotPlots::stripTomography220
MonitorElement * stripTomography220
Definition: TotemTimingDQMSource.cc:152
CTPPSDetId::nPath
Definition: CTPPSDetId.h:87
TotemTimingDQMSource::PotPlots::baseline
MonitorElement * baseline
Definition: TotemTimingDQMSource.cc:125
TotemTimingDQMSource::PotPlots::noiseRMS
MonitorElement * noiseRMS
Definition: TotemTimingDQMSource.cc:126
TotemTimingDQMSource::PotPlots::digiSentPercentage
MonitorElement * digiSentPercentage
Definition: TotemTimingDQMSource.cc:130
TotemTimingDQMSource::TOMOGRAPHY_RESOLUTION_MM
static const double TOMOGRAPHY_RESOLUTION_MM
Definition: TotemTimingDQMSource.cc:74
TotemTimingDQMSource::PotPlots::digiSent
MonitorElement * digiSent
Definition: TotemTimingDQMSource.cc:128
TotemTimingDQMSource::PotPlots::tirggerCellTime
MonitorElement * tirggerCellTime
Definition: TotemTimingDQMSource.cc:140
TotemTimingDQMSource::PotPlots::amplitude
MonitorElement * amplitude
Definition: TotemTimingDQMSource.cc:138
TotemTimingDQMSource::PotPlots::stripTomography210
MonitorElement * stripTomography210
Definition: TotemTimingDQMSource.cc:151
TotemTimingDQMSource::PotPlots::hitDistribution2d_lumisection
MonitorElement * hitDistribution2d_lumisection
Definition: TotemTimingDQMSource.cc:135
TotemTimingDQMSource::PotPlots::hitDistribution2dWithTime
MonitorElement * hitDistribution2dWithTime
Definition: TotemTimingDQMSource.cc:134
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
TotemTimingDQMSource::PotPlots::hitRate
MonitorElement * hitRate
Definition: TotemTimingDQMSource.cc:144
TotemTimingDetId
Detector ID class for CTPPS Totem Timing detectors. Bits [19:31] : Assigend in CTPPSDetId Calss Bits ...
Definition: TotemTimingDetId.h:26
TotemTimingDQMSource::PotPlots::activityPerBX
MonitorElement * activityPerBX
Definition: TotemTimingDQMSource.cc:122
CTPPSDetId::nFull
Definition: CTPPSDetId.h:87
TotemTimingDQMSource::PotPlots::hitDistribution2d
MonitorElement * hitDistribution2d
Definition: TotemTimingDQMSource.cc:133
TotemTimingDQMSource::INV_DISPLAY_RESOLUTION_FOR_HITS_MM
static const double INV_DISPLAY_RESOLUTION_FOR_HITS_MM
Definition: TotemTimingDQMSource.cc:73
TotemTimingDQMSource::PotPlots::digiAll
MonitorElement * digiAll
Definition: TotemTimingDQMSource.cc:129
TotemTimingDQMSource::PotPlots::recHitTime
MonitorElement * recHitTime
Definition: TotemTimingDQMSource.cc:137
dqm::implementation::IBooker::book2D
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:177
castor_dqm_sourceclient_file_cfg.path
path
Definition: castor_dqm_sourceclient_file_cfg.py:37
TotemTimingDQMSource::PotPlots::dataSamplesRaw
MonitorElement * dataSamplesRaw
Definition: TotemTimingDQMSource.cc:124
TotemTimingDQMSource::PotPlots::planesWithDigis
MonitorElement * planesWithDigis
Definition: TotemTimingDQMSource.cc:146
TotemTimingDQMSource::PotPlots::cellOfMax
MonitorElement * cellOfMax
Definition: TotemTimingDQMSource.cc:142
dqm::implementation::IBooker::book1D
MonitorElement * book1D(TString const &name, TString const &title, int const nchX, double const lowX, double const highX, FUNC onbooking=NOOP())
Definition: DQMStore.h:98
CTPPSDetId::rpName
void rpName(std::string &name, NameFlag flag=nFull) const
Definition: CTPPSDetId.h:132
TotemTimingDQMSource::PotPlots::digiDistribution
MonitorElement * digiDistribution
Definition: TotemTimingDQMSource.cc:123