CMS 3D CMS Logo

L1GtPrescaleFactorsAndMasksTester.h
Go to the documentation of this file.
1 #ifndef L1GtConfigProducers_L1GtPrescaleFactorsAndMasksTester_h
2 #define L1GtConfigProducers_L1GtPrescaleFactorsAndMasksTester_h
3 
18 // system include files
19 
20 // user include files
21 // base class
23 
26 
27 // forward declarations
29 class L1GtTriggerMask;
30 
31 
32 // class declaration
34 
35 public:
36 
37  // constructor
39 
40  // destructor
42 
43 private:
44 
46  void beginJob() override;
47 
49  void beginRun(const edm::Run&, const edm::EventSetup&) override;
50 
53  const edm::EventSetup&) override;
54 
56  void analyze(const edm::Event&, const edm::EventSetup&) override;
57 
59  void
61 
63  void endRun(const edm::Run&, const edm::EventSetup&) override;
64 
66  void endJob() override;
67 
68 private:
69 
72 
75 
76 private:
77 
79 
84 
89 
94 
97 
98 
99 
100 private:
101 
105 
109 
112 
113 };
114 
115 #endif /*L1GtConfigProducers_L1GtPrescaleFactorsAndMasksTester_h*/
const L1GtTriggerMask * m_l1GtTmAlgo
trigger masks & veto masks
void endLuminosityBlock(const edm::LuminosityBlock &, const edm::EventSetup &) override
end luminosity block
bool m_retrieveInBeginRun
retrieve the records in beginRun, beginLuminosityBlock, analyze, respectively
void retrieveL1EventSetup(const edm::EventSetup &)
retrieve all the relevant L1 trigger event setup records
const L1GtPrescaleFactors * m_l1GtPfAlgo
prescale factors
void beginRun(const edm::Run &, const edm::EventSetup &) override
begin run
L1GtPrescaleFactorsAndMasksTester(const edm::ParameterSet &)
bool m_printInBeginRun
print the records in beginRun, beginLuminosityBlock, analyze, respectively
void endRun(const edm::Run &, const edm::EventSetup &) override
end run
void analyze(const edm::Event &, const edm::EventSetup &) override
analyze
void printL1EventSetup(const edm::EventSetup &)
print the requred records
void beginLuminosityBlock(const edm::LuminosityBlock &, const edm::EventSetup &) override
begin luminosity block
Definition: Run.h:45