test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
20 // EDM includes
25 
27 
28 
30  public:
31 
35 
37  explicit L1GctEmulator(const edm::ParameterSet& ps);
38 
41 
42  private:
43  void beginJob() ;
44  void produce(edm::Event& e, const edm::EventSetup& c);
45  void endJob() ;
46 
47  int configureGct(const edm::EventSetup& c) ;
48 
49  // input label
51 
52  // pointer to the actual emulator
54 
55  // pointers to the jet Et LUTs
57 
58  // data output switch
60 
61  // untracked parameters
62  bool m_verbose;
63 
64  // label for conditions
66 
67  // tracked parameters
68 
69 };
70 
71 #endif
L1GctJetFinderBase::lutPtrVector lutPtrVector
L1GlobalCaloTrigger::lutPtr lutPtr
typedefs
Definition: L1GctEmulator.h:33
Bit-level emulation of the Global Calorimeter Trigger.
L1GctJetFinderBase::lutPtr lutPtr
L1GlobalCaloTrigger * m_gct
Definition: L1GctEmulator.h:53
std::string m_conditionsLabel
Definition: L1GctEmulator.h:65
bool m_writeInternalData
Definition: L1GctEmulator.h:59
lutPtrVector m_jetEtCalibLuts
Definition: L1GctEmulator.h:56
std::string m_inputLabel
Definition: L1GctEmulator.h:50
int configureGct(const edm::EventSetup &c)
L1GctEmulator(const edm::ParameterSet &ps)
constructor
~L1GctEmulator()
destructor
L1GlobalCaloTrigger::lutPtrVector lutPtrVector
Definition: L1GctEmulator.h:34
void produce(edm::Event &e, const edm::EventSetup &c)