CMS 3D CMS Logo

SiStripClassToMonitorCondData.h
Go to the documentation of this file.
1 #ifndef SiStripMonitorSummary_SiStripClassToMonitorCondData_h
2 #define SiStripMonitorSummary_SiStripClassToMonitorCondData_h
3 // -*- C++ -*-
4 //
5 // Package: SiStripMonitorSummary
6 // Class : SiStripClassToMonitorCondData
7 //
8 // Original Author: Evelyne Delmeire
9 // SiStripClassToMonitorCondData+SiStripCondDataMonitor -> SiStripMonitorCondData: Pieter David
10 //
11 
12 // system include files
13 #include <memory>
14 #include <iostream>
15 #include <string>
16 #include <vector>
17 #include <cstdint>
18 
19 // user include files
25 
34 
35 class TkDetMap;
36 class SiStripPedestals;
37 class SiStripNoises;
38 class SiStripQuality;
39 class SiStripApvGain;
42 class SiStripThreshold;
43 class SiStripDetCabling;
44 
46 class SiStripNoisesDQM;
47 class SiStripQualityDQM;
48 class SiStripApvGainsDQM;
51 class SiStripCablingDQM;
53 
55 public:
58 
61 
62  void beginRun(edm::RunNumber_t iRun, edm::EventSetup const &eSetup);
63  void analyseCondData(const edm::EventSetup &);
64  void end();
65  void save();
66 
67  void getModMEsOnDemand(edm::EventSetup const &eSetup, uint32_t requestedDetId);
68  void getLayerMEsOnDemand(edm::EventSetup const &eSetup,
69  std::string requestedSubDetector,
70  uint32_t requestedSide,
71  uint32_t requestedLayer);
72 
73 private:
75 
85 
86  std::unique_ptr<SiStripPedestalsDQM> pedestalsDQM_;
87  std::unique_ptr<SiStripNoisesDQM> noisesDQM_;
88  std::unique_ptr<SiStripQualityDQM> qualityDQM_;
89  std::unique_ptr<SiStripApvGainsDQM> apvgainsDQM_;
90  std::unique_ptr<SiStripLorentzAngleDQM> lorentzangleDQM_;
91  std::unique_ptr<SiStripBackPlaneCorrectionDQM> bpcorrectionDQM_;
92  std::unique_ptr<SiStripCablingDQM> cablingDQM_;
93  std::unique_ptr<SiStripThresholdDQM> lowthresholdDQM_;
94  std::unique_ptr<SiStripThresholdDQM> highthresholdDQM_;
95 
98 
109 };
110 
111 #endif
SiStripClassToMonitorCondData::pedestalsToken_
edm::ESGetToken< SiStripPedestals, SiStripPedestalsRcd > pedestalsToken_
Definition: SiStripClassToMonitorCondData.h:99
edm::RunNumber_t
unsigned int RunNumber_t
Definition: RunLumiEventNumber.h:14
SiStripClassToMonitorCondData::cablingDQM_
std::unique_ptr< SiStripCablingDQM > cablingDQM_
Definition: SiStripClassToMonitorCondData.h:92
SiStripClassToMonitorCondData::beginRun
void beginRun(edm::RunNumber_t iRun, edm::EventSetup const &eSetup)
Definition: SiStripClassToMonitorCondData.cc:101
SiStripNoises
Definition: SiStripNoises.h:25
SiStripClassToMonitorCondData::monitorPedestals_
bool monitorPedestals_
Definition: SiStripClassToMonitorCondData.h:76
SiStripPedestalsDQM
Definition: SiStripPedestalsDQM.h:9
SiStripApvGainsDQM
Definition: SiStripApvGainsDQM.h:9
SiStripCablingDQM
Definition: SiStripCablingDQM.h:9
DQMStore.h
dqm::legacy::MonitorElement
Definition: MonitorElement.h:462
SiStripApvGainRcd.h
SiStripClassToMonitorCondData::MonitorElement
dqm::legacy::MonitorElement MonitorElement
Definition: SiStripClassToMonitorCondData.h:56
SiStripClassToMonitorCondData::simGainToken_
edm::ESGetToken< SiStripApvGain, SiStripApvGainSimRcd > simGainToken_
Definition: SiStripClassToMonitorCondData.h:101
SiStripClassToMonitorCondData::detCablingToken_
edm::ESGetToken< SiStripDetCabling, SiStripDetCablingRcd > detCablingToken_
Definition: SiStripClassToMonitorCondData.h:108
SiStripClassToMonitorCondData::qualityDQM_
std::unique_ptr< SiStripQualityDQM > qualityDQM_
Definition: SiStripClassToMonitorCondData.h:88
SiStripClassToMonitorCondData
Definition: SiStripClassToMonitorCondData.h:54
SiStripLorentzAngle
Definition: SiStripLorentzAngle.h:26
TrackerTopologyRcd.h
dqm::legacy::DQMStore
Definition: DQMStore.h:727
SiStripClassToMonitorCondData::noisesDQM_
std::unique_ptr< SiStripNoisesDQM > noisesDQM_
Definition: SiStripClassToMonitorCondData.h:87
SiStripDetCabling
Definition: SiStripDetCabling.h:21
SiStripClassToMonitorCondData::SiStripClassToMonitorCondData
SiStripClassToMonitorCondData(edm::ParameterSet const &iConfig, edm::ConsumesCollector iC)
Definition: SiStripClassToMonitorCondData.cc:51
SiStripPedestalsRcd.h
TkDetMap
Definition: TkDetMap.h:175
SiStripClassToMonitorCondData::lowthresholdDQM_
std::unique_ptr< SiStripThresholdDQM > lowthresholdDQM_
Definition: SiStripClassToMonitorCondData.h:93
SiStripBackPlaneCorrectionDQM
Definition: SiStripBackPlaneCorrectionDQM.h:9
SiStripClassToMonitorCondData::tkDetMapToken_
edm::ESGetToken< TkDetMap, TrackerTopologyRcd > tkDetMapToken_
Definition: SiStripClassToMonitorCondData.h:96
SiStripClassToMonitorCondData::backplaneCorrectionToken_
edm::ESGetToken< SiStripBackPlaneCorrection, SiStripBackPlaneCorrectionRcd > backplaneCorrectionToken_
Definition: SiStripClassToMonitorCondData.h:106
SiStripClassToMonitorCondData::getLayerMEsOnDemand
void getLayerMEsOnDemand(edm::EventSetup const &eSetup, std::string requestedSubDetector, uint32_t requestedSide, uint32_t requestedLayer)
Definition: SiStripClassToMonitorCondData.cc:197
SiStripClassToMonitorCondData::conf_
edm::ParameterSet conf_
Definition: SiStripClassToMonitorCondData.h:74
SiStripClassToMonitorCondData::monitorBackPlaneCorrection_
bool monitorBackPlaneCorrection_
Definition: SiStripClassToMonitorCondData.h:81
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
SiStripClassToMonitorCondData::save
void save()
Definition: SiStripClassToMonitorCondData.cc:297
SiStripLorentzAngleRcd.h
SiStripClassToMonitorCondData::highthresholdDQM_
std::unique_ptr< SiStripThresholdDQM > highthresholdDQM_
Definition: SiStripClassToMonitorCondData.h:94
edm::ParameterSet
Definition: ParameterSet.h:47
SiStripLorentzAngleDQM
Definition: SiStripLorentzAngleDQM.h:9
Event.h
SiStripClassToMonitorCondData::monitorNoises_
bool monitorNoises_
Definition: SiStripClassToMonitorCondData.h:77
SiStripClassToMonitorCondData::pedestalsDQM_
std::unique_ptr< SiStripPedestalsDQM > pedestalsDQM_
Definition: SiStripClassToMonitorCondData.h:86
SiStripClassToMonitorCondData::end
void end()
Definition: SiStripClassToMonitorCondData.cc:267
SiStripClassToMonitorCondData::bpcorrectionDQM_
std::unique_ptr< SiStripBackPlaneCorrectionDQM > bpcorrectionDQM_
Definition: SiStripClassToMonitorCondData.h:91
SiStripClassToMonitorCondData::gainTokenForNoise_
edm::ESGetToken< SiStripApvGain, SiStripApvGainRcd > gainTokenForNoise_
Definition: SiStripClassToMonitorCondData.h:102
SiStripThresholdRcd.h
SiStripClassToMonitorCondData::noiseToken_
edm::ESGetToken< SiStripNoises, SiStripNoisesRcd > noiseToken_
Definition: SiStripClassToMonitorCondData.h:100
edm::EventSetup
Definition: EventSetup.h:58
SiStripClassToMonitorCondData::apvgainsDQM_
std::unique_ptr< SiStripApvGainsDQM > apvgainsDQM_
Definition: SiStripClassToMonitorCondData.h:89
SiStripClassToMonitorCondData::monitorLorentzAngle_
bool monitorLorentzAngle_
Definition: SiStripClassToMonitorCondData.h:80
SiStripClassToMonitorCondData::getModMEsOnDemand
void getModMEsOnDemand(edm::EventSetup const &eSetup, uint32_t requestedDetId)
Definition: SiStripClassToMonitorCondData.cc:162
edm::ESGetToken< TkDetMap, TrackerTopologyRcd >
SiStripClassToMonitorCondData::qualityToken_
edm::ESGetToken< SiStripQuality, SiStripQualityRcd > qualityToken_
Definition: SiStripClassToMonitorCondData.h:104
SiStripThreshold
Definition: __init__.py:1
SiStripClassToMonitorCondData::gainToken_
edm::ESGetToken< SiStripApvGain, SiStripApvGainRcd > gainToken_
Definition: SiStripClassToMonitorCondData.h:103
SiStripClassToMonitorCondData::monitorCabling_
bool monitorCabling_
Definition: SiStripClassToMonitorCondData.h:84
Frameworkfwd.h
SiStripClassToMonitorCondData::analyseCondData
void analyseCondData(const edm::EventSetup &)
Definition: SiStripClassToMonitorCondData.cc:234
SiStripClassToMonitorCondData::monitorQuality_
bool monitorQuality_
Definition: SiStripClassToMonitorCondData.h:78
SiStripQualityRcd.h
SiStripClassToMonitorCondData::monitorLowThreshold_
bool monitorLowThreshold_
Definition: SiStripClassToMonitorCondData.h:82
SiStripQualityDQM
Definition: SiStripQualityDQM.h:9
SiStripClassToMonitorCondData::lorentzangleDQM_
std::unique_ptr< SiStripLorentzAngleDQM > lorentzangleDQM_
Definition: SiStripClassToMonitorCondData.h:90
SiStripClassToMonitorCondData::monitorApvGains_
bool monitorApvGains_
Definition: SiStripClassToMonitorCondData.h:79
SiStripThresholdDQM
Definition: SiStripThresholdDQM.h:9
SiStripClassToMonitorCondData::thresholdToken_
edm::ESGetToken< SiStripThreshold, SiStripThresholdRcd > thresholdToken_
Definition: SiStripClassToMonitorCondData.h:107
SiStripNoisesRcd.h
SiStripPedestals
Definition: SiStripPedestals.h:27
ConsumesCollector.h
SiStripDetCablingRcd.h
ParameterSet.h
SiStripNoisesDQM
Definition: SiStripNoisesDQM.h:10
SiStripClassToMonitorCondData::~SiStripClassToMonitorCondData
~SiStripClassToMonitorCondData()
Definition: SiStripClassToMonitorCondData.cc:99
SiStripApvGain
Definition: SiStripApvGain.h:25
SiStripBackPlaneCorrection
Definition: SiStripBackPlaneCorrection.h:27
SiStripClassToMonitorCondData::monitorHighThreshold_
bool monitorHighThreshold_
Definition: SiStripClassToMonitorCondData.h:83
edm::ConsumesCollector
Definition: ConsumesCollector.h:45
SiStripClassToMonitorCondData::DQMStore
dqm::legacy::DQMStore DQMStore
Definition: SiStripClassToMonitorCondData.h:57
SiStripQuality
Definition: SiStripQuality.h:32
SiStripClassToMonitorCondData::tTopoToken_
edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > tTopoToken_
Definition: SiStripClassToMonitorCondData.h:97
SiStripClassToMonitorCondData::lorentzAngleToken_
edm::ESGetToken< SiStripLorentzAngle, SiStripLorentzAngleRcd > lorentzAngleToken_
Definition: SiStripClassToMonitorCondData.h:105