CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
CTPPSDiamondDQMSource::PlanePlots Struct Reference

plots related to one Diamond plane More...

Public Member Functions

 PlanePlots ()=default
 
 PlanePlots (DQMStore::IBooker &ibooker, unsigned int id, unsigned int windowsNum)
 

Public Attributes

MonitorElementdigiProfileCumulativePerPlane = nullptr
 
MonitorElementEfficiencyWRTPixelsInPlane = nullptr
 
MonitorElementhit_multiplicity = nullptr
 
MonitorElementhitProfile = nullptr
 
MonitorElementpixelTomography_far = nullptr
 
TH2F pixelTracksMapWithDiamonds
 

Detailed Description

plots related to one Diamond plane

Definition at line 179 of file CTPPSDiamondDQMSource.cc.

Constructor & Destructor Documentation

◆ PlanePlots() [1/2]

CTPPSDiamondDQMSource::PlanePlots::PlanePlots ( )
default

◆ PlanePlots() [2/2]

CTPPSDiamondDQMSource::PlanePlots::PlanePlots ( DQMStore::IBooker ibooker,
unsigned int  id,
unsigned int  windowsNum 
)

Definition at line 491 of file CTPPSDiamondDQMSource.cc.

References dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), CTPPSDiamondDQMSource::CTPPS_DIAMOND_NUM_OF_CHANNELS, digiProfileCumulativePerPlane, EfficiencyWRTPixelsInPlane, hit_multiplicity, hitProfile, CTPPSDiamondDQMSource::INV_DISPLAY_RESOLUTION_FOR_HITS_MM, CTPPSDetId::nFull, CTPPSDetId::nPath, castor_dqm_sourceclient_file_cfg::path, pixelTomography_far, CTPPSDiamondDetId::planeName(), dqm::implementation::NavigatorBase::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, runGCPTkAlMap::title, and totemT2DQMSource_cfi::windowsNum.

492  : pixelTracksMapWithDiamonds("Pixel track maps for efficiency with coincidence",
493  "Pixel track maps for efficiency with coincidence",
494  25,
495  0,
496  25,
497  12,
498  -2,
499  10) {
502  ibooker.setCurrentFolder(path);
503 
505 
506  digiProfileCumulativePerPlane = ibooker.book1D("digi profile",
507  title + " digi profile; ch number",
509  -0.5,
511  hitProfile = ibooker.book1D(
512  "hit profile", title + " hit profile;x (mm)", 19. * INV_DISPLAY_RESOLUTION_FOR_HITS_MM, -0.5, 18.5);
513  hit_multiplicity = ibooker.book1D("channels per plane", title + " channels per plane; ch per plane", 13, -0.5, 12.5);
514 
515  pixelTomography_far = ibooker.book2D("tomography pixel",
516  title + " tomography with pixel;x + 25 OOT (mm);y (mm)",
517  25 * windowsNum,
518  0,
519  25 * windowsNum,
520  8,
521  0,
522  8);
524  ibooker.book2D("Efficiency wrt pixels", title + " Efficiency wrt pixels;x (mm);y (mm)", 25, 0, 25, 12, -2, 10);
525 }
virtual void setCurrentFolder(std::string const &fullpath)
Definition: DQMStore.cc:36
static constexpr unsigned short CTPPS_DIAMOND_NUM_OF_CHANNELS
void planeName(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
static constexpr double INV_DISPLAY_RESOLUTION_FOR_HITS_MM
Detector ID class for CTPPS Timing Diamond detectors. Bits [19:31] : Assigend in CTPPSDetId Calss Bit...
MonitorElement * book1D(TString const &name, TString const &title, int const nchX, double const lowX, double const highX, FUNC onbooking=NOOP())
Definition: DQMStore.h:98

Member Data Documentation

◆ digiProfileCumulativePerPlane

MonitorElement* CTPPSDiamondDQMSource::PlanePlots::digiProfileCumulativePerPlane = nullptr

Definition at line 180 of file CTPPSDiamondDQMSource.cc.

Referenced by PlanePlots().

◆ EfficiencyWRTPixelsInPlane

MonitorElement* CTPPSDiamondDQMSource::PlanePlots::EfficiencyWRTPixelsInPlane = nullptr

Definition at line 185 of file CTPPSDiamondDQMSource.cc.

Referenced by PlanePlots().

◆ hit_multiplicity

MonitorElement* CTPPSDiamondDQMSource::PlanePlots::hit_multiplicity = nullptr

Definition at line 182 of file CTPPSDiamondDQMSource.cc.

Referenced by PlanePlots().

◆ hitProfile

MonitorElement* CTPPSDiamondDQMSource::PlanePlots::hitProfile = nullptr

Definition at line 181 of file CTPPSDiamondDQMSource.cc.

Referenced by PlanePlots().

◆ pixelTomography_far

MonitorElement* CTPPSDiamondDQMSource::PlanePlots::pixelTomography_far = nullptr

Definition at line 184 of file CTPPSDiamondDQMSource.cc.

Referenced by PlanePlots().

◆ pixelTracksMapWithDiamonds

TH2F CTPPSDiamondDQMSource::PlanePlots::pixelTracksMapWithDiamonds

Definition at line 187 of file CTPPSDiamondDQMSource.cc.