CMS 3D CMS Logo

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

plots related to one Diamond plane More...

Public Member Functions

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

Public Attributes

MonitorElementdigiDistribution = nullptr
 
MonitorElementhitMultiplicity = nullptr
 
MonitorElementhitMultiplicityWithTime = nullptr
 
MonitorElementhitProfile = nullptr
 

Detailed Description

plots related to one Diamond plane

Definition at line 156 of file DiamondSampicDQMSource.cc.

Constructor & Destructor Documentation

◆ PlanePlots() [1/2]

DiamondSampicDQMSource::PlanePlots::PlanePlots ( )
inline

Definition at line 163 of file DiamondSampicDQMSource.cc.

163 {}

◆ PlanePlots() [2/2]

DiamondSampicDQMSource::PlanePlots::PlanePlots ( DQMStore::IBooker ibooker,
unsigned int  id 
)

Definition at line 338 of file DiamondSampicDQMSource.cc.

References dqm::implementation::IBooker::book1D(), DiamondSampicDQMSource::changePathToSampic(), DiamondSampicDQMSource::INV_DISPLAY_RESOLUTION_FOR_HITS_MM, CTPPSDetId::nFull, CTPPSDetId::nPath, castor_dqm_sourceclient_file_cfg::path, CTPPSDiamondDetId::planeName(), dqm::implementation::NavigatorBase::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, and runGCPTkAlMap::title.

338  {
342 
344 
345  digiDistribution = ibooker.book1D("digi distribution", title + " digi distribution;channel", 12, 0, 12);
346 
347  hitProfile = ibooker.book1D("hit distribution with time",
348  title + " hit distribution (with time);x(mm)",
350  0,
351  30);
352 
353  hitMultiplicity = ibooker.book1D("channels per plane", title + " channels per plane; ch per plane", 13, -0.5, 12.5);
354 
356  "channels per plane with time", title + " channels per plane with time; ch per plane", 13, -0.5, 12.5);
357 }
virtual void setCurrentFolder(std::string const &fullpath)
Definition: DQMStore.cc:36
static const double INV_DISPLAY_RESOLUTION_FOR_HITS_MM
void planeName(std::string &name, NameFlag flag=nFull) const
static std::string changePathToSampic(std::string path)
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

◆ digiDistribution

MonitorElement* DiamondSampicDQMSource::PlanePlots::digiDistribution = nullptr

Definition at line 157 of file DiamondSampicDQMSource.cc.

◆ hitMultiplicity

MonitorElement* DiamondSampicDQMSource::PlanePlots::hitMultiplicity = nullptr

Definition at line 160 of file DiamondSampicDQMSource.cc.

◆ hitMultiplicityWithTime

MonitorElement* DiamondSampicDQMSource::PlanePlots::hitMultiplicityWithTime = nullptr

Definition at line 161 of file DiamondSampicDQMSource.cc.

◆ hitProfile

MonitorElement* DiamondSampicDQMSource::PlanePlots::hitProfile = nullptr

Definition at line 159 of file DiamondSampicDQMSource.cc.