104 vector<const L1MuBMTrackSegEta*>::iterator iter =
m_tseta.begin();
105 while ( iter !=
m_tseta.end() ) {
115 for (
int i = 0;
i < 12;
i++ ) {
137 for (
int i = 0;
i < 15;
i++ ) {
142 for (
int i = 0;
i < 12;
i++ ) {
146 if ( !empty1 || !empty2 ) {
147 cout <<
"Eta processor " <<
m_epid <<
" : " << endl;
151 cout <<
"Local pattern : " << endl;
152 for (
int i = 0;
i < 15;
i++ ) {
156 for (
int j = 6;
j >= 0;
j-- ) {
160 if ( (
i+1)%5 == 0 )
cout << endl;
162 cout <<
"Found patterns :" << endl;
163 vector<int>::const_iterator iter;
167 cout <<
"ID = " << setw(4) << p.
id() <<
" "
168 <<
"eta = " << setw(3) << p.
eta() <<
" "
169 <<
"quality = " << setw(2) << qualitycode <<
" ("
170 <<
quality(qualitycode,1) <<
" "
171 <<
quality(qualitycode,2) <<
" "
172 <<
quality(qualitycode,3) <<
")";
173 for (
int i = 0;
i < 12;
i++ ) {
180 cout <<
"Received addresses : " << endl;
185 cout <<
"Matched patterns : " << endl;
186 for (
int i = 0;
i < 12;
i++ ) {
189 int fineeta = p.
eta();
191 cout <<
"Index = " << setw(2) << i <<
", "
192 <<
"address = " << setw(2) <<
m_address[
i] <<
" --> "
193 <<
"pattern = " << setw(4) <<
m_pattern[
i] <<
" "
194 <<
"eta (coarse) = " << setw(3) << coarseeta <<
" "
195 <<
"eta (fine) = " << setw(3) << fineeta <<
" "
196 <<
"quality = " << setw(2) << p.
quality() << endl;
201 cout <<
"Eta values and fine bits : " << endl;
202 for (
int i = 0;
i < 12;
i++ )
cout << setw(3) <<
m_eta[
i] <<
" ";
204 for (
int i = 0;
i < 12;
i++ )
cout << setw(3) <<
m_fine[
i] <<
" ";
236 for (
int stat = 1; stat <= 3; stat++ ) {
237 for (
int wheel = -2; wheel <= 2; wheel++ ) {
242 int lwheel = wheel+1;
243 if ( wheel < 0 ) lwheel = wheel-1;
250 if ( !masked )
m_mask =
false;
252 if ( tseta && !masked ) {
254 if ( wheel == -2 || wheel == -1 ||
255 ( wheel == 0 && (sector == 0 || sector == 3 || sector == 4 || sector == 7 || sector == 8 || sector == 11) ) ) {
256 for (
int i = 0;
i < 7;
i++ ) {
261 for (
int i = 0;
i < 7;
i++ ) {
287 for (
int wheel = -3; wheel <= 3; wheel++ ) {
288 if ( wheel == 0 )
continue;
295 if ( !cand->
empty() ) {
320 for (
int i = 0;
i < 15;
i++ ) {
332 int qualitycode = pattern.
quality();
340 if ( bin == 0 )
continue;
344 good &= pos.test(bin-1);
346 if ( q == 2 ) good &= qual.test(bin-1);
370 for (
int i = 0;
i < 12;
i++ ) {
373 if ( adr == 0 )
continue;
387 vector<short>::const_iterator iter;
388 vector<int>::const_iterator f_iter;
389 for ( iter = qualifiedPatterns.begin(); iter != qualifiedPatterns.end(); iter++ ) {
411 for (
int i = 0;
i < 6;
i++ ) {
416 if ( adr1 == 0 || adr2 == 0 )
continue;
417 if ( adr1 == adr2 && !
m_mask ) {
442 for (
int i = 0;
i < 12;
i++ ) {
444 if (
m_eta[i] != 99 ) {
456 vector<const L1MuBMTrackSegEta*> TSeta;
458 for (
int stat = 0; stat < 3; stat++ ) {
459 int wh = p.
wheel(stat+1);
461 if ( pos == 0 )
continue;
488 const int qualcode[27][3] = { {0,0,0},{1,0,0},{0,1,0},{0,0,1},{2,0,0},
489 {0,2,0},{0,0,2},{1,1,0},{1,0,1},{0,1,1},
490 {2,1,0},{1,2,0},{2,0,1},{1,0,2},{0,2,1},
491 {0,1,2},{2,2,0},{2,0,2},{0,2,2},{1,1,1},
492 {2,1,1},{1,2,1},{1,1,2},{2,2,1},{2,1,2},
495 return qualcode[
id][stat-1];
LUT::const_iterator ETFLut_iter
int trackAddressCode() const
get track address code (for eta track finder)
int quality() const
return quality
bool get_etsoc_chdis_st3(int wh, int sc) const
bool getByToken(EDGetToken token, Handle< PROD > &result) const
L1MuBMAddressArray address() const
get address-array for this muon candidate
int position(int station) const
return position in station [1,3]
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
int quality(const int i) const
L1MuDTEtaPattern getPattern(int id) const
get pattern with a given ID
int position(const int i) const
L1MuBMTrack * tracK(int id) const
return pointer to muon candidate, index [0,1]
int eta() const
return eta
int getCoarseEta(int sp, int adr) const
get coarse eta value for a given sector processor [1-6] and address [1-22]
void setTSeta(const std::vector< const L1MuBMTrackSegEta * > &tsList)
set eta track segments used to form the muon candidate
L1MuDTTFMasks l1mudttfmasks
void get(HolderT &iHolder) const
const L1MuBMSectorProcessor * sp(const L1MuBMSecProcId &) const
get a pointer to a Sector Processor
ETFLut_iter begin() const
return iterator which points to the first entry of the LUT
bool get_etsoc_chdis_st2(int wh, int sc) const
L1MuBMTrack * track(int id) const
return pointer to muon candidate, index [0,1]
void setFineEtaBit()
set fine eta bit
T const * product() const
ETFLut_iter end() const
return iterator which points to the one-past-last entry of the LUT
void setEta(int eta)
set eta-code of muon candidate
static int position[264][3]
int wheel(int station) const
return wheel number in station [1,3]
bool get_etsoc_chdis_st1(int wh, int sc) const
bool empty() const
is it an empty muon candidate?
const std::vector< short > & getQualifiedPatterns(int sp, int adr) const
get list of qualified patterns for a given sector processor [1-6] and address [1-22] ...