CMS 3D CMS Logo

L1TdeCSCTPGClient.h
Go to the documentation of this file.
1 #ifndef DQM_L1TMONITORCLIENT_L1TdeCSCTPGCLIENT_H
2 #define DQM_L1TMONITORCLIENT_L1TdeCSCTPGCLIENT_H
3 
10 
11 #include <string>
12 
14 public:
17 
19  ~L1TdeCSCTPGClient() override;
20 
21 protected:
24  edm::LuminosityBlock const &,
25  edm::EventSetup const &) override;
26  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override;
27 
28 private:
29  void book(DQMStore::IBooker &ibooker);
31 
33 
34  // ME1/1 combines trigger data from ME1/a and ME1/b
35  std::vector<std::string> chambers_;
36 
37  std::vector<std::string> alctVars_;
38  std::vector<std::string> clctVars_;
39  std::vector<std::string> lctVars_;
40 
41  std::vector<unsigned> alctNBin_;
42  std::vector<unsigned> clctNBin_;
43  std::vector<unsigned> lctNBin_;
44  std::vector<double> alctMinBin_;
45  std::vector<double> clctMinBin_;
46  std::vector<double> lctMinBin_;
47  std::vector<double> alctMaxBin_;
48  std::vector<double> clctMaxBin_;
49  std::vector<double> lctMaxBin_;
50 
51  /*
52  When set to True, we assume that the data comes from
53  the Building 904 CSC test-stand. This test-stand is a single
54  ME1/1 chamber, ME2/1, or ME4/2 chamber.
55  */
56  bool useB904_;
60 
61  bool isRun3_;
63 
64  // first key is the chamber number
65  // second key is the variable
66  std::map<uint32_t, std::map<std::string, MonitorElement *> > chamberHistos_;
67 
74 };
75 
76 #endif
std::vector< double > alctMaxBin_
MonitorElement * clctDataSummary_eff_
std::vector< double > clctMaxBin_
L1TdeCSCTPGClient(const edm::ParameterSet &ps)
Constructor.
~L1TdeCSCTPGClient() override
Destructor.
MonitorElement * lctDataSummary_eff_
std::vector< std::string > lctVars_
std::vector< double > lctMinBin_
std::vector< std::string > alctVars_
std::string monitorDir_
MonitorElement * alctEmulSummary_eff_
std::vector< unsigned > alctNBin_
void book(DQMStore::IBooker &ibooker)
void processHistograms(DQMStore::IGetter &)
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
std::vector< double > alctMinBin_
MonitorElement * clctEmulSummary_eff_
std::vector< unsigned > lctNBin_
std::vector< double > clctMinBin_
MonitorElement * lctEmulSummary_eff_
std::vector< double > lctMaxBin_
std::vector< std::string > chambers_
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override
MonitorElement * alctDataSummary_eff_
std::vector< std::string > clctVars_
std::vector< unsigned > clctNBin_
std::map< uint32_t, std::map< std::string, MonitorElement * > > chamberHistos_