CMS 3D CMS Logo

DTSegmentsTask.h
Go to the documentation of this file.
1 #ifndef DTSegmentsTask_H
2 #define DTSegmentsTask_H
3 
13 
14 //RecHit
18 
21 
22 #include <string>
23 #include <vector>
24 
25 class DTSegmentsTask : public DQMEDAnalyzer {
26 public:
29 
31  ~DTSegmentsTask() override;
32 
34  void analyze(const edm::Event &, const edm::EventSetup &) override;
35  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
36 
37 protected:
38 private:
39  // Switch for verbosity
40  bool debug;
43 
44  // the histos
45  std::vector<MonitorElement *> phiHistos;
46  std::vector<MonitorElement *> thetaHistos;
47 
48  // Label of 4D segments in the event
50 };
51 #endif
DTSegmentsTask
Definition: DTSegmentsTask.h:25
edm::Run
Definition: Run.h:45
edm::EDGetTokenT< DTRecSegment4DCollection >
DQMStore.h
DTStatusFlagRcd.h
EDAnalyzer.h
DTSegmentsTask::theRecHits4DLabel_
edm::EDGetTokenT< DTRecSegment4DCollection > theRecHits4DLabel_
Definition: DTSegmentsTask.h:49
DTStatusFlag.h
DTSegmentsTask::parameters
edm::ParameterSet parameters
Definition: DTSegmentsTask.h:42
DQMEDAnalyzer.h
DTSegmentsTask::checkNoisyChannels
bool checkNoisyChannels
Definition: DTSegmentsTask.h:41
DTSegmentsTask::debug
bool debug
Definition: DTSegmentsTask.h:40
DTSegmentsTask::bookHistograms
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
Definition: DTSegmentsTask.cc:41
DQMEDAnalyzer
Definition: DQMEDAnalyzer.py:1
edm::ParameterSet
Definition: ParameterSet.h:47
edm::EventSetup
Definition: EventSetup.h:58
DTSegmentsTask::thetaHistos
std::vector< MonitorElement * > thetaHistos
Definition: DTSegmentsTask.h:46
DTSegmentsTask::~DTSegmentsTask
~DTSegmentsTask() override
Destructor.
Definition: DTSegmentsTask.cc:39
Frameworkfwd.h
dqm::implementation::IBooker
Definition: DQMStore.h:43
ParameterSet.h
DTSegmentsTask::DTSegmentsTask
DTSegmentsTask(const edm::ParameterSet &pset)
Constructor.
Definition: DTSegmentsTask.cc:27
edm::Event
Definition: Event.h:73
muonDTDigis_cfi.pset
pset
Definition: muonDTDigis_cfi.py:27
DTSegmentsTask::phiHistos
std::vector< MonitorElement * > phiHistos
Definition: DTSegmentsTask.h:45
DTRecSegment4DCollection.h
DTSegmentsTask::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
book the histos
Definition: DTSegmentsTask.cc:110