47 m_sp(sp), m_tsphi(0) {
76 while ( iter !=
m_tsphi->end() ) {
92 int address = (station == 1) ? reladr : reladr + (station-2)*12 + 2;
104 (*m_tsphi)[adr] = tmpts;
114 TSPhivector::const_iterator
iter =
m_tsphi->begin();
115 while ( iter !=
m_tsphi->end() ) {
116 if ( *iter )
cout << *(*iter) << endl;
130 while ( iter !=
m_tsphi->end() ) {
131 if ( *iter && !(*iter)->empty() ) count++;
void printTSphi() const
print all phi track segments which are in the buffer
L1MuDTDataBuffer(const L1MuDTSectorProcessor &)
constructor
virtual ~L1MuDTDataBuffer()
destructor
void reset()
clear Data Buffer
const TSPhivector & getTSphi() const
get all track segments from the buffer
int numberTSphi() const
return number of non-empty phi track segments
void addTSphi(int adr, const L1MuDTTrackSegPhi &)
add new phi track segment to the Data Buffer
std::vector< L1MuDTTrackSegPhi * > TSPhivector
container to store phi track segments