CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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:
14 
15  // returns the index corresponding to the calo tower sum
16  int lookup(int energySum) const;
17 
18  int hashInput(int energySum) const { return energySum; };
19  void unHashInput(int input, int& energySum) const { energySum = input; };
20  private:
21  void getParameters(const edm::ParameterSet& iConfig, const char* setName);
22 
24  };
25 }
26 
27 #endif /* defined(__l1microgmtabsoluteisolationlut_h) */
void getParameters(const edm::ParameterSet &iConfig, const char *setName)
static std::string const input
Definition: EdmProvDump.cc:44
void unHashInput(int input, int &energySum) const
string fname
main script
double energySum(const DataFrame &df, int fs, int ls)