CMS 3D CMS Logo

L1TdeGEMTPG.h
Go to the documentation of this file.
1 #ifndef DQM_L1TMonitor_L1TdeGEMTPG_h
2 #define DQM_L1TMonitor_L1TdeGEMTPG_h
3 
7 
10 
12 
13 class L1TdeGEMTPG : public DQMEDAnalyzer {
14 public:
15  L1TdeGEMTPG(const edm::ParameterSet& ps);
16  ~L1TdeGEMTPG() override;
17 
18 protected:
19  void bookHistograms(DQMStore::IBooker&, const edm::Run&, const edm::EventSetup&) override;
20  void analyze(const edm::Event&, const edm::EventSetup&) override;
21 
22 private:
26  bool verbose_;
27 
28  std::vector<std::string> chambers_;
29  std::vector<std::string> dataEmul_;
30 
31  std::vector<std::string> clusterVars_;
32  std::vector<unsigned> clusterNBin_;
33  std::vector<double> clusterMinBin_;
34  std::vector<double> clusterMaxBin_;
35 
37 
38  // first key is the chamber number
39  // second key is the variable
40  std::map<uint32_t, std::map<std::string, MonitorElement*> > chamberHistos;
41 };
42 
43 #endif
std::vector< unsigned > clusterNBin_
Definition: L1TdeGEMTPG.h:32
std::vector< std::string > chambers_
Definition: L1TdeGEMTPG.h:28
std::vector< std::string > dataEmul_
Definition: L1TdeGEMTPG.h:29
std::vector< double > clusterMinBin_
Definition: L1TdeGEMTPG.h:33
bool useDataClustersOnlyInBX0_
Definition: L1TdeGEMTPG.h:36
L1TdeGEMTPG(const edm::ParameterSet &ps)
Definition: L1TdeGEMTPG.cc:5
std::string monitorDir_
Definition: L1TdeGEMTPG.h:25
std::vector< std::string > clusterVars_
Definition: L1TdeGEMTPG.h:31
bool verbose_
Definition: L1TdeGEMTPG.h:26
std::vector< double > clusterMaxBin_
Definition: L1TdeGEMTPG.h:34
~L1TdeGEMTPG() override
Definition: L1TdeGEMTPG.cc:23
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition: L1TdeGEMTPG.cc:46
void bookHistograms(DQMStore::IBooker &, const edm::Run &, const edm::EventSetup &) override
Definition: L1TdeGEMTPG.cc:25
edm::EDGetTokenT< GEMPadDigiClusterCollection > emul_token_
Definition: L1TdeGEMTPG.h:24
edm::EDGetTokenT< GEMPadDigiClusterCollection > data_token_
Definition: L1TdeGEMTPG.h:23
std::map< uint32_t, std::map< std::string, MonitorElement * > > chamberHistos
Definition: L1TdeGEMTPG.h:40
Definition: Run.h:45