121 int max_address = (
station == 1) ? 2 : 12;
122 for (
int reladr =0; reladr < max_address; reladr++) {
129 if ( reladr%2 == 0 ) ts = dttrig->chPhiSegm1(wheel,
station,sector,bx);
130 if ( reladr%2 == 1 ) ts = dttrig->chPhiSegm2(wheel,
station,sector,bx-1);
137 int qual = ts->
code();
138 bool tag = (reladr%2 == 1) ?
true :
false;
141 lwheel =
abs(lwheel)/lwheel*(
abs(wheel)+1);
145 if ( qual < pars->get_inrec_qual_st1(lwheel, sector) )
continue;
149 if ( qual < pars->get_inrec_qual_st2(lwheel, sector) )
continue;
153 if ( qual < pars->get_inrec_qual_st3(lwheel, sector) )
continue;
157 if ( qual < pars->get_inrec_qual_st4(lwheel, sector) )
continue;
178 if ( tsPreviousBX_1 ) {
179 int phiBX = tsPreviousBX_1->
phi();
180 int qualBX = tsPreviousBX_1->
code();
181 if (
abs( (phi >> sh_phi) - (phiBX >> sh_phi) ) <= tolerance &&
182 qualBX > qual ) skipTS =
true;
186 if ( tsPreviousBX_2 ) {
187 int phiBX = tsPreviousBX_2->
phi();
188 int qualBX = tsPreviousBX_2->
code();
189 if (
abs( (phi >> sh_phi) - (phiBX >> sh_phi) ) <= tolerance &&
190 qualBX > qual ) skipTS =
true;
195 int phiBX = tsNextBX_1->
phi();
196 int qualBX = tsNextBX_1->
code();
197 if (
abs( (phi >> sh_phi) - (phiBX >> sh_phi) ) <= tolerance &&
198 qualBX > qual ) skipTS =
true;
203 int phiBX = tsNextBX_2->
phi();
204 int qualBX = tsNextBX_2->
code();
205 if (
abs( (phi >> sh_phi) - (phiBX >> sh_phi) ) <= tolerance &&
206 qualBX > qual ) skipTS =
true;
226 static_cast<L1MuBMTrackSegPhi::TSQuality>(qual),
317 if ( adr >= 4 && adr <= 7 ) sector = (sector+13)%12;
318 if ( adr >= 8 && adr <= 11 ) sector = (sector+11)%12;
static int getTSOutOfTimeWindow()
void run(int bx, const edm::Event &e, const edm::EventSetup &c)
receive track segment data from the BBMX and CSC chamber triggers
int address2wheel(int adr) const
find the right wheel for a given address
static int getNbitsExtPhi()
void addTSphi(int adr, const L1MuBMTrackSegPhi &)
add new phi track segment to the Data Buffer
bool getByToken(EDGetToken token, Handle< PROD > &result) const
edm::ESHandle< L1MuDTTFParameters > pars
bool get_inrec_chdis_st1(int wh, int sc) const
bool get_inrec_chdis_st3(int wh, int sc) const
int address2sector(int adr) const
find the right sector for a given address
L1MuBMSectorReceiver(L1MuBMSectorProcessor &, edm::ConsumesCollector &&iC)
constructor
edm::EDGetTokenT< L1MuDTChambPhContainer > m_DTDigiToken
int sector() const
return sector number
virtual ~L1MuBMSectorReceiver()
destructor
L1MuDTTFMasks l1mudttfmasks
L1MuBMSectorProcessor & m_sp
void get(HolderT &iHolder) const
Abs< T >::type abs(const T &t)
bool get_inrec_chdis_st2(int wh, int sc) const
static bool getTSOutOfTimeFilter()
const L1MuBMSecProcId & id() const
return Sector Processor identifier
bool get_inrec_chdis_st4(int wh, int sc) const
T const * product() const
void reset()
clear Sector Receiver
const L1MuBMDataBuffer * data() const
return pointer to Data Buffer
edm::ESHandle< L1TMuonBarrelParams > bmtfParamsHandle
int locwheel() const
return physical wheel number (-2,-1,0,+1,+2)
void receiveBBMXData(int bx, const edm::Event &e, const edm::EventSetup &c)
receive track segment data from BBMX chamber trigger
int wheel() const
return wheel number