21 #ifndef L1TriggerGlobalMuonTrigger_L1MuGMTPhiLUT_h
22 #define L1TriggerGlobalMuonTrigger_L1MuGMTPhiLUT_h
54 static float dphi(
int isys,
int isISO,
int icharge,
int ieta,
float pt);
57 static float dphi(
int isys,
int isISO,
int icharge,
float eta,
float pt) {
58 return dphi(isys, isISO, icharge,
etabin((
float)fabs(eta), isys), pt);
66 static const int DT = 0;
67 static const int CSC = 1;
73 static const unsigned int NETA = 8;
76 static const unsigned int NRP = 2;
static const unsigned int NRP
static const unsigned int NETA
static int etabin(float eta, int isys)
virtual ~L1MuGMTPhiLUT()
destructor
L1MuGMTPhiLUT()
constructor
static float dphi(int isys, int isISO, int icharge, float eta, float pt)
look up delta-phi
static float etabins[NSYS][NETA+1]
static float dphi(int isys, int isISO, int icharge, int ieta, float pt)
look up delta-phi with integer eta
static float fitparams_phi[NRP][NSYS][NETA][2][3]