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 ()
 
 PlanePlots (DQMStore::IBooker &ibooker, unsigned int id)
 

Public Attributes

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

Detailed Description

plots related to one Diamond plane

Definition at line 165 of file CTPPSDiamondDQMSource.cc.

Constructor & Destructor Documentation

CTPPSDiamondDQMSource::PlanePlots::PlanePlots ( )
inline

Definition at line 175 of file CTPPSDiamondDQMSource.cc.

175 {}
CTPPSDiamondDQMSource::PlanePlots::PlanePlots ( DQMStore::IBooker ibooker,
unsigned int  id 
)

Definition at line 393 of file CTPPSDiamondDQMSource.cc.

References dqm::dqmstoreimpl::DQMStore::IBooker::book1D(), dqm::dqmstoreimpl::DQMStore::IBooker::book2D(), 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::dqmstoreimpl::DQMStore::IBooker::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, and overlapproblemtsosanalyzer_cfi::title.

394  : pixelTracksMapWithDiamonds("Pixel track maps for efficiency with coincidence",
395  "Pixel track maps for efficiency with coincidence",
396  25,
397  0,
398  25,
399  12,
400  -2,
401  10) {
404  ibooker.setCurrentFolder(path);
405 
407 
408  digiProfileCumulativePerPlane = ibooker.book1D("digi profile", title + " digi profile; ch number", 12, -0.5, 11.5);
409  hitProfile = ibooker.book1D(
410  "hit profile", title + " hit profile;x (mm)", 19. * INV_DISPLAY_RESOLUTION_FOR_HITS_MM, -0.5, 18.5);
411  hit_multiplicity = ibooker.book1D("channels per plane", title + " channels per plane; ch per plane", 13, -0.5, 12.5);
412 
414  ibooker.book2D("tomography pixel", title + " tomography with pixel;x + 25 OOT (mm);y (mm)", 75, 0, 75, 8, 0, 8);
416  ibooker.book2D("Efficiency wrt pixels", title + " Efficiency wrt pixels;x (mm);y (mm)", 25, 0, 25, 12, -2, 10);
417 }
static const double INV_DISPLAY_RESOLUTION_FOR_HITS_MM
void planeName(std::string &name, NameFlag flag=nFull) const
Detector ID class for CTPPS Timing Diamond detectors. Bits [19:31] : Assigend in CTPPSDetId Calss Bit...

Member Data Documentation

MonitorElement* CTPPSDiamondDQMSource::PlanePlots::digiProfileCumulativePerPlane = 0

Definition at line 166 of file CTPPSDiamondDQMSource.cc.

Referenced by PlanePlots().

MonitorElement* CTPPSDiamondDQMSource::PlanePlots::EfficiencyWRTPixelsInPlane = 0

Definition at line 171 of file CTPPSDiamondDQMSource.cc.

Referenced by PlanePlots().

MonitorElement* CTPPSDiamondDQMSource::PlanePlots::hit_multiplicity = 0

Definition at line 168 of file CTPPSDiamondDQMSource.cc.

Referenced by PlanePlots().

MonitorElement* CTPPSDiamondDQMSource::PlanePlots::hitProfile = 0

Definition at line 167 of file CTPPSDiamondDQMSource.cc.

Referenced by PlanePlots().

MonitorElement* CTPPSDiamondDQMSource::PlanePlots::pixelTomography_far = 0

Definition at line 170 of file CTPPSDiamondDQMSource.cc.

Referenced by PlanePlots().

TH2F CTPPSDiamondDQMSource::PlanePlots::pixelTracksMapWithDiamonds

Definition at line 173 of file CTPPSDiamondDQMSource.cc.