CMS 3D CMS Logo

L1GctEmulator.h
Go to the documentation of this file.
1 #ifndef L1GCTEMULATOR_H
2 #define L1GCTEMULATOR_H
3 
11 //
12 // Original Author: Jim Brooke
13 // Created: Thu May 18 15:04:56 CEST 2006
14 //
15 //
16 
17 // system includes
18 
19 // EDM includes
24 
26 
28 public:
32 
34  explicit L1GctEmulator(const edm::ParameterSet& ps);
35 
37  ~L1GctEmulator() override;
38 
39 private:
40  void beginJob() override;
41  void produce(edm::Event& e, const edm::EventSetup& c) override;
42  void endJob() override;
43 
44  int configureGct(const edm::EventSetup& c);
45 
46  // input label
48 
49  // pointer to the actual emulator
51 
52  // pointers to the jet Et LUTs
53  lutPtrVector m_jetEtCalibLuts;
54 
55  // data output switch
57 
58  // untracked parameters
59  bool m_verbose;
60 
61  // label for conditions
63 
64  // tracked parameters
65 };
66 
67 #endif
void produce(edm::Event &e, const edm::EventSetup &c) override
L1GctJetFinderBase::lutPtrVector lutPtrVector
L1GlobalCaloTrigger::lutPtr lutPtr
typedefs
Definition: L1GctEmulator.h:30
void beginJob() override
Bit-level emulation of the Global Calorimeter Trigger.
L1GctJetFinderBase::lutPtr lutPtr
L1GlobalCaloTrigger * m_gct
Definition: L1GctEmulator.h:50
std::string m_conditionsLabel
Definition: L1GctEmulator.h:62
bool m_writeInternalData
Definition: L1GctEmulator.h:56
lutPtrVector m_jetEtCalibLuts
Definition: L1GctEmulator.h:53
void endJob() override
std::string m_inputLabel
Definition: L1GctEmulator.h:47
int configureGct(const edm::EventSetup &c)
L1GctEmulator(const edm::ParameterSet &ps)
constructor
L1GlobalCaloTrigger::lutPtrVector lutPtrVector
Definition: L1GctEmulator.h:31
~L1GctEmulator() override
destructor