115 int max_address = (
station == 1) ? 2 : 12;
116 for (
int reladr =0; reladr < max_address; reladr++) {
121 if ( reladr%2 == 0 ) ts = dttrig->chPhiSegm1(wheel,
station,sector,bx);
122 if ( reladr%2 == 1 ) ts = dttrig->chPhiSegm2(wheel,
station,sector,bx);
125 int phib = ts->
phiB();
126 int qual = ts->
code();
127 bool tag = (reladr%2 == 1) ?
true :
false;
130 lwheel =
abs(lwheel)/lwheel*(
abs(wheel)+1);
133 if (
msks->get_inrec_chdis_st1(lwheel, sector) )
continue;
134 if ( qual < pars->get_inrec_qual_st1(lwheel, sector) )
continue;
137 if (
msks->get_inrec_chdis_st2(lwheel, sector) )
continue;
138 if ( qual < pars->get_inrec_qual_st2(lwheel, sector) )
continue;
141 if (
msks->get_inrec_chdis_st3(lwheel, sector) )
continue;
142 if ( qual < pars->get_inrec_qual_st3(lwheel, sector) )
continue;
145 if (
msks->get_inrec_chdis_st4(lwheel, sector) )
continue;
146 if ( qual < pars->get_inrec_qual_st4(lwheel, sector) )
continue;
167 if ( tsPreviousBX_1 ) {
168 int phiBX = tsPreviousBX_1->
phi();
169 int qualBX = tsPreviousBX_1->
code();
170 if (
abs( (phi >> sh_phi) - (phiBX >> sh_phi) ) <= tolerance &&
171 qualBX > qual ) skipTS =
true;
175 if ( tsPreviousBX_2 ) {
176 int phiBX = tsPreviousBX_2->
phi();
177 int qualBX = tsPreviousBX_2->
code();
178 if (
abs( (phi >> sh_phi) - (phiBX >> sh_phi) ) <= tolerance &&
179 qualBX > qual ) skipTS =
true;
184 int phiBX = tsNextBX_1->
phi();
185 int qualBX = tsNextBX_1->
code();
186 if (
abs( (phi >> sh_phi) - (phiBX >> sh_phi) ) <= tolerance &&
187 qualBX > qual ) skipTS =
true;
192 int phiBX = tsNextBX_2->
phi();
193 int qualBX = tsNextBX_2->
code();
194 if (
abs( (phi >> sh_phi) - (phiBX >> sh_phi) ) <= tolerance &&
195 qualBX > qual ) skipTS =
true;
202 static_cast<L1MuBMTrackSegPhi::TSQuality>(qual),
293 if ( adr >= 4 && adr <= 7 ) sector = (sector+13)%12;
294 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
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
L1MuBMSectorProcessor & m_sp
Abs< T >::type abs(const T &t)
static bool getTSOutOfTimeFilter()
const L1MuBMSecProcId & id() const
return Sector Processor identifier
edm::ESHandle< L1MuDTTFMasks > msks
void reset()
clear Sector Receiver
const L1MuBMDataBuffer * data() const
return pointer to Data Buffer
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