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 // Trigger configuration includes
40 
41 //
42 // class declaration
43 //
44 
46 public:
50 
51  explicit L1GctPrintLuts(const edm::ParameterSet&);
52  ~L1GctPrintLuts() override;
53 
54 private:
55  void beginJob() override;
56  void analyze(const edm::Event&, const edm::EventSetup&) override;
57  void endJob() override;
58 
59  int configureGct(const edm::EventSetup& c);
60 
61  // ----------member data ---------------------------
62 
63  // output file names
67 
68  // pointer to the actual emulator
70 
71  // pointers to the jet Et LUTs
73 
74  //EventSetup Tokens
79 };
80 #endif
L1GctJetFinderBase::lutPtrVector lutPtrVector
lutPtrVector m_jetEtCalibLuts
L1GctPrintLuts(const edm::ParameterSet &)
Bit-level emulation of the Global Calorimeter Trigger.
L1GctJetFinderBase::lutPtr lutPtr
edm::ESGetToken< L1CaloEtScale, L1HtMissScaleRcd > m_htMissScaleToken
L1GlobalCaloTrigger::lutPtr lutPtr
typedefs
void analyze(const edm::Event &, const edm::EventSetup &) override
std::string m_hfSumLutOutFileName
int configureGct(const edm::EventSetup &c)
edm::ESGetToken< L1CaloEtScale, L1JetEtScaleRcd > m_etScaleToken
std::string m_jetRanksOutFileName
L1GlobalCaloTrigger * m_gct
std::string m_htMissLutOutFileName
L1GlobalCaloTrigger::lutPtrVector lutPtrVector
edm::ESGetToken< L1GctJetFinderParams, L1GctJetFinderParamsRcd > m_jfParsToken
void beginJob() override
edm::ESGetToken< L1CaloEtScale, L1HfRingEtScaleRcd > m_hfRingEtScaleToken
~L1GctPrintLuts() override
void endJob() override