CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 180 of file CTPPSDiamondDQMSource.cc.

Constructor & Destructor Documentation

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

Definition at line 492 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, fed_dqm_sourceclient-live_cfg::path, pixelTomography_far, CTPPSDiamondDetId::planeName(), dqm::implementation::NavigatorBase::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, and runGCPTkAlMap::title.

493  : pixelTracksMapWithDiamonds("Pixel track maps for efficiency with coincidence",
494  "Pixel track maps for efficiency with coincidence",
495  25,
496  0,
497  25,
498  12,
499  -2,
500  10) {
503  ibooker.setCurrentFolder(path);
504 
506 
507  digiProfileCumulativePerPlane = ibooker.book1D("digi profile",
508  title + " digi profile; ch number",
510  -0.5,
512  hitProfile = ibooker.book1D(
513  "hit profile", title + " hit profile;x (mm)", 19. * INV_DISPLAY_RESOLUTION_FOR_HITS_MM, -0.5, 18.5);
514  hit_multiplicity = ibooker.book1D("channels per plane", title + " channels per plane; ch per plane", 13, -0.5, 12.5);
515 
516  pixelTomography_far = ibooker.book2D("tomography pixel",
517  title + " tomography with pixel;x + 25 OOT (mm);y (mm)",
518  25 * windowsNum,
519  0,
520  25 * windowsNum,
521  8,
522  0,
523  8);
525  ibooker.book2D("Efficiency wrt pixels", title + " Efficiency wrt pixels;x (mm);y (mm)", 25, 0, 25, 12, -2, 10);
526 }
virtual void setCurrentFolder(std::string const &fullpath)
Definition: DQMStore.cc:32
static constexpr unsigned short CTPPS_DIAMOND_NUM_OF_CHANNELS
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
void planeName(std::string &name, NameFlag flag=nFull) const
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

MonitorElement* CTPPSDiamondDQMSource::PlanePlots::digiProfileCumulativePerPlane = nullptr

Definition at line 181 of file CTPPSDiamondDQMSource.cc.

Referenced by PlanePlots().

MonitorElement* CTPPSDiamondDQMSource::PlanePlots::EfficiencyWRTPixelsInPlane = nullptr

Definition at line 186 of file CTPPSDiamondDQMSource.cc.

Referenced by PlanePlots().

MonitorElement* CTPPSDiamondDQMSource::PlanePlots::hit_multiplicity = nullptr

Definition at line 183 of file CTPPSDiamondDQMSource.cc.

Referenced by PlanePlots().

MonitorElement* CTPPSDiamondDQMSource::PlanePlots::hitProfile = nullptr

Definition at line 182 of file CTPPSDiamondDQMSource.cc.

Referenced by PlanePlots().

MonitorElement* CTPPSDiamondDQMSource::PlanePlots::pixelTomography_far = nullptr

Definition at line 185 of file CTPPSDiamondDQMSource.cc.

Referenced by PlanePlots().

TH2F CTPPSDiamondDQMSource::PlanePlots::pixelTracksMapWithDiamonds

Definition at line 188 of file CTPPSDiamondDQMSource.cc.