CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MicroGMTExtrapolationLUT.h
Go to the documentation of this file.
1 #ifndef __l1microgmtextrapolationlut_h
2 #define __l1microgmtextrapolationlut_h
3 
4 #include "MicroGMTLUT.h"
5 
6 //FIXME move to cc
8 
9 namespace l1t {
11  public:
13  explicit MicroGMTExtrapolationLUT(const std::string& fname, const int type);
15 
16  // returns the index corresponding to the calo tower sum
17  int lookup(int angle, int pt) const;
18 
19  int hashInput(int angle, int pt) const;
20  void unHashInput(int input, int& angle, int& pt) const;
21  private:
24 
27  };
28 }
29 #endif /* defined(__l1microgmtextrapolationlut_h) */
type
Definition: HCALResponse.h:21
static std::string const input
Definition: EdmProvDump.cc:44
string fname
main script
void unHashInput(int input, int &angle, int &pt) const
int hashInput(int angle, int pt) const
int lookup(int angle, int pt) const
T angle(T x1, T y1, T z1, T x2, T y2, T z2)
Definition: angle.h:11