21 #ifndef L1TriggerGlobalMuonTrigger_L1MuGMTPhiLUT_h
22 #define L1TriggerGlobalMuonTrigger_L1MuGMTPhiLUT_h
59 static float dphi(
int isys,
int isISO,
int icharge,
int ieta,
float pt) ;
62 static float dphi(
int isys,
int isISO,
int icharge,
float eta,
float pt){
63 return dphi(isys, isISO, icharge,
etabin( (
float)fabs(eta), isys), pt);
71 static const int DT=0;
72 static const int CSC=1;
78 static const unsigned int NETA=8;
81 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]