CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
19 // system include files
20 #include <memory>
21 
22 // user include files
25 
27 
29 
30 #include <string>
31 
33 
34 //
35 // class declaration
36 //
37 
38 
40  public:
41 
45 
46  explicit L1GctPrintLuts(const edm::ParameterSet&);
48 
49 
50  private:
51  virtual void beginJob();
52  virtual void analyze(const edm::Event&, const edm::EventSetup&);
53  virtual void endJob() ;
54 
55  int configureGct(const edm::EventSetup& c) ;
56 
57  // ----------member data ---------------------------
58 
59  // output file names
60  std::string m_jetRanksOutFileName;
61  std::string m_hfSumLutOutFileName;
63 
64  // pointer to the actual emulator
66 
67  // pointers to the jet Et LUTs
69 
70 };
71 #endif
L1GctJetFinderBase::lutPtrVector lutPtrVector
lutPtrVector m_jetEtCalibLuts
L1GctPrintLuts(const edm::ParameterSet &)
Bit-level emulation of the Global Calorimeter Trigger.
L1GctJetFinderBase::lutPtr lutPtr
virtual void analyze(const edm::Event &, const edm::EventSetup &)
L1GlobalCaloTrigger::lutPtr lutPtr
typedefs
std::string m_hfSumLutOutFileName
int configureGct(const edm::EventSetup &c)
std::string m_jetRanksOutFileName
L1GlobalCaloTrigger * m_gct
std::string m_htMissLutOutFileName
L1GlobalCaloTrigger::lutPtrVector lutPtrVector
virtual void beginJob()
virtual void endJob()