CMS 3D CMS Logo

L1TdeCSCTPGShower.h
Go to the documentation of this file.
1 #ifndef DQM_L1TMonitor_L1TdeCSCTPGShower_h
2 #define DQM_L1TMonitor_L1TdeCSCTPGShower_h
3 
7 
10 
12 
14 public:
16  ~L1TdeCSCTPGShower() 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:
23  bool areSameShowers(const CSCShowerDigi& lhs, const CSCShowerDigi& rhs) const;
24 
31 
33 
40 
47 
54 
61 };
62 
63 #endif
MonitorElement * lctShowerEmulNomSummary_num_
MonitorElement * lctShowerEmulNomSummary_denom_
MonitorElement * alctShowerDataNomSummary_num_
MonitorElement * clctShowerDataNomSummary_num_
MonitorElement * clctShowerDataTightSummary_denom_
edm::EDGetTokenT< CSCShowerDigiCollection > dataLCTShower_token_
edm::EDGetTokenT< CSCShowerDigiCollection > dataCLCTShower_token_
edm::EDGetTokenT< CSCShowerDigiCollection > emulCLCTShower_token_
void analyze(const edm::Event &, const edm::EventSetup &) override
MonitorElement * lctShowerDataTightSummary_num_
MonitorElement * lctShowerEmulTightSummary_num_
L1TdeCSCTPGShower(const edm::ParameterSet &ps)
void bookHistograms(DQMStore::IBooker &, const edm::Run &, const edm::EventSetup &) override
MonitorElement * alctShowerEmulNomSummary_denom_
MonitorElement * alctShowerDataTightSummary_denom_
MonitorElement * lctShowerEmulTightSummary_denom_
MonitorElement * clctShowerDataNomSummary_denom_
edm::EDGetTokenT< CSCShowerDigiCollection > emulALCTShower_token_
MonitorElement * alctShowerEmulNomSummary_num_
MonitorElement * alctShowerDataTightSummary_num_
MonitorElement * clctShowerEmulTightSummary_denom_
MonitorElement * alctShowerEmulTightSummary_num_
std::string monitorDir_
bool areSameShowers(const CSCShowerDigi &lhs, const CSCShowerDigi &rhs) const
MonitorElement * clctShowerEmulNomSummary_num_
MonitorElement * clctShowerEmulNomSummary_denom_
MonitorElement * lctShowerDataTightSummary_denom_
edm::EDGetTokenT< CSCShowerDigiCollection > dataALCTShower_token_
MonitorElement * alctShowerDataNomSummary_denom_
MonitorElement * lctShowerDataNomSummary_num_
MonitorElement * lctShowerDataNomSummary_denom_
edm::EDGetTokenT< CSCShowerDigiCollection > emulLCTShower_token_
MonitorElement * clctShowerDataTightSummary_num_
MonitorElement * clctShowerEmulTightSummary_num_
~L1TdeCSCTPGShower() override
MonitorElement * alctShowerEmulTightSummary_denom_
Definition: Run.h:45