test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MicroGMTCaloIndexSelectionLUT.h
Go to the documentation of this file.
1 #ifndef __l1microgmtcaloindexselectionlut_h
2 #define __l1microgmtcaloindexselectionlut_h
3 
4 #include "MicroGMTLUT.h"
6 
7 namespace l1t {
9  public:
11  explicit MicroGMTCaloIndexSelectionLUT (const std::string& fname, int type);
14 
15  // returns the index corresponding to the calo tower sum
16  int lookup(int angle) const;
17 
18  int hashInput(int angle) const { return angle; };
19  void unHashInput(int input, int &angle) const { angle = input; }
20  private:
22 
23  };
24 }
25 
26 #endif /* defined(__l1microgmtcaloindexselectionlut_h) */
type
Definition: HCALResponse.h:21
void unHashInput(int input, int &angle) const
static std::string const input
Definition: EdmProvDump.cc:44
tuple lut
Definition: lumiPlot.py:244
Definition: LUT.h:29
string fname
main script
T angle(T x1, T y1, T z1, T x2, T y2, T z2)
Definition: angle.h:11