63 m_AUs(), m_TrackCands(), m_TracKCands() {
116 cout <<
"Phi track segments received by " <<
m_spid <<
" : " << endl;
128 cout <<
"Number of successful extrapolations : " << n_ext << endl;
137 if (
m_TA && n_ext > 0 ) {
208 cout <<
"Muon candidates found in " <<
m_spid <<
" : " << endl;
209 vector<L1MuBMTrack*>::const_iterator iter =
m_TrackCands.begin();
211 if ( *iter) (*iter)->print();
231 if ( wheel == 1)
return nullptr;
232 wheel = (wheel == -1) ? 1 : (wheel/
abs(wheel)) * (
abs(wheel)-1);
int numberTSphi() const
return number of non-empty phi track segments
const L1MuBMSectorProcessor * neighbour() const
return pointer to the next wheel neighbour
void run(int bx, const edm::Event &e, const edm::EventSetup &c)
receive track segment data from the BBMX and CSC chamber triggers
bool anyTrack() const
are there any non-empty muon candidates?
void printTSphi() const
print all phi track segments which are in the buffer
virtual ~L1MuBMSectorProcessor()
destructor
std::vector< L1MuBMTrack * > m_TracKCands
void run() override
run Track Assembler
int sector() const
return sector number
void reset()
clear Data Buffer
void print() const
print result of Track Assembler
std::vector< L1MuBMTrack * > m_TrackCands
const L1MuBMTrackFinder & m_tf
const L1MuBMSectorProcessor * sp(const L1MuBMSecProcId &) const
get a pointer to a Sector Processor
Abs< T >::type abs(const T &t)
const L1MuBMSecProcId & id() const
return Sector Processor identifier
void print() const
print muon candidates found by the Sector Processor
L1MuBMSectorProcessor(const L1MuBMTrackFinder &, const L1MuBMSecProcId &, edm::ConsumesCollector &&)
constructor
bool isEmpty(int id) const
is it a valid Track Class?
void reset() override
reset Track Assembler
void reset()
clear Sector Receiver
L1MuBMSectorReceiver * m_SectorReceiver
L1MuBMTrackAssembler * m_TA
L1MuBMDataBuffer * m_DataBuffer
std::vector< L1MuBMAssignmentUnit * > m_AUs
L1MuBMExtrapolationUnit * m_EU
virtual void run(int bx, const edm::Event &e, const edm::EventSetup &c)
run the Sector Processor
virtual void reset()
reset the Sector Processor
int wheel() const
return wheel number