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 
20 // system include files
21 
22 // user include files
23 // base class
25 
28 
29 // forward declarations
31 class L1GtTriggerMask;
32 
33 
34 // class declaration
36 
37 public:
38 
39  // constructor
41 
42  // destructor
44 
45 private:
46 
48  void beginJob();
49 
51  void beginRun(const edm::Run&, const edm::EventSetup&);
52 
55  const edm::EventSetup&);
56 
58  void analyze(const edm::Event&, const edm::EventSetup&);
59 
61  void
63 
65  void endRun(const edm::Run&, const edm::EventSetup&);
66 
68  void endJob();
69 
70 private:
71 
74 
77 
78 private:
79 
81 
86 
91 
96 
99 
100 
101 
102 private:
103 
107 
111 
114 
115 };
116 
117 #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:33