CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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();
47 
49  void beginRun(const edm::Run&, const edm::EventSetup&);
50 
53  const edm::EventSetup&);
54 
56  void analyze(const edm::Event&, const edm::EventSetup&);
57 
59  void
61 
63  void endRun(const edm::Run&, const edm::EventSetup&);
64 
66  void endJob();
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*/
void endLuminosityBlock(const edm::LuminosityBlock &, const edm::EventSetup &)
end luminosity block
void analyze(const edm::Event &, const edm::EventSetup &)
analyze
const L1GtTriggerMask * m_l1GtTmAlgo
trigger masks & veto masks
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
void beginRun(const edm::Run &, const edm::EventSetup &)
begin run
const L1GtPrescaleFactors * m_l1GtPfAlgo
prescale factors
void beginLuminosityBlock(const edm::LuminosityBlock &, const edm::EventSetup &)
begin luminosity block
L1GtPrescaleFactorsAndMasksTester(const edm::ParameterSet &)
bool m_printInBeginRun
print the records in beginRun, beginLuminosityBlock, analyze, respectively
void printL1EventSetup(const edm::EventSetup &)
print the requred records
void endRun(const edm::Run &, const edm::EventSetup &)
end run
Definition: Run.h:43