CMS 3D CMS Logo

MicroGMTAbsoluteIsolationCheckLUT.h
Go to the documentation of this file.
1 #ifndef __l1microgmtabsoluteisolationlut_h
2 #define __l1microgmtabsoluteisolationlut_h
3 
4 #include "MicroGMTLUT.h"
6 
7 
8 namespace l1t {
10  public:
15 
16  // returns the index corresponding to the calo tower sum
17  int lookup(int energySum) const;
18 
19  int hashInput(int energySum) const { return energySum; };
20  void unHashInput(int input, int& energySum) const { energySum = input; };
21  private:
22  void getParameters(const edm::ParameterSet& iConfig, const char* setName);
23 
25  };
26 }
27 
28 #endif /* defined(__l1microgmtabsoluteisolationlut_h) */
void getParameters(const edm::ParameterSet &iConfig, const char *setName)
delete x;
Definition: CaloConfig.h:22
static std::string const input
Definition: EdmProvDump.cc:45
Definition: LUT.h:29
void unHashInput(int input, int &energySum) const
string fname
main script
double energySum(const DataFrame &df, int fs, int ls)