CMS 3D CMS Logo

L1GctPrintLuts.h
Go to the documentation of this file.
1 #ifndef L1GCTPRINTLUTS_H
2 #define L1GCTPRINTLUTS_H
3 // -*- C++ -*-
4 //
5 // Package: L1GlobalCaloTrigger
6 // Class: L1GctPrintLuts
7 //
13 //
14 // Author: Greg Heath
15 // Date: July 2008
16 //
17 
18 // system include files
19 #include <memory>
20 
21 // user include files
24 
26 
28 
29 #include <string>
30 
32 
33 //
34 // class declaration
35 //
36 
38 public:
42 
43  explicit L1GctPrintLuts(const edm::ParameterSet&);
44  ~L1GctPrintLuts() override;
45 
46 private:
47  void beginJob() override;
48  void analyze(const edm::Event&, const edm::EventSetup&) override;
49  void endJob() override;
50 
51  int configureGct(const edm::EventSetup& c);
52 
53  // ----------member data ---------------------------
54 
55  // output file names
59 
60  // pointer to the actual emulator
62 
63  // pointers to the jet Et LUTs
64  lutPtrVector m_jetEtCalibLuts;
65 };
66 #endif
L1GctJetFinderBase::lutPtrVector lutPtrVector
lutPtrVector m_jetEtCalibLuts
L1GctPrintLuts(const edm::ParameterSet &)
Bit-level emulation of the Global Calorimeter Trigger.
L1GctJetFinderBase::lutPtr lutPtr
L1GlobalCaloTrigger::lutPtr lutPtr
typedefs
void analyze(const edm::Event &, const edm::EventSetup &) override
std::string m_hfSumLutOutFileName
int configureGct(const edm::EventSetup &c)
std::string m_jetRanksOutFileName
L1GlobalCaloTrigger * m_gct
std::string m_htMissLutOutFileName
L1GlobalCaloTrigger::lutPtrVector lutPtrVector
void beginJob() override
~L1GctPrintLuts() override
void endJob() override