61 if ( (q==1 || q==4 || q==6 || q==7) ||
62 ( (q==2 || q==3) && (fabs(etaValue) < 0.9) ) ) flag=1;
68 if ( (q==2 || fabs(etaValue) < 1.2) ||
76 unsigned rank_etaq =
q;
78 if( (idx==1 || idx==3) && (fabs(etaValue)>1. && fabs(etaValue)<1.23) ) rank_etaq=7;
80 return flag << 7 | rank_etaq;
virtual float getCenter(unsigned packed) const =0
get the center of bin represented by packed
unsigned TheLookupFunction(int idx, unsigned eta, unsigned q) const
The lookup function - here the functionality of the LUT is implemented.
void InitParameters()
Initialize scales, configuration parameters, alignment constants, ...
static const L1MuTriggerScales * getTriggerScales()
const L1MuScale * getRegionalEtaScale(int isys) const
get the regioanl muon trigger eta scale, isys = 0(DT), 1(bRPC), 2(CSC), 3(fwdRPC) ...