47 m_sp(sp), m_tsphi(0) {
75 TSPhivector::iterator iter =
m_tsphi->begin();
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;
129 TSPhivector::iterator iter =
m_tsphi->begin();
130 while ( iter !=
m_tsphi->end() ) {
131 if ( *iter && !(*iter)->empty() ) count++;
int numberTSphi() const
return number of non-empty phi track segments
void printTSphi() const
print all phi track segments which are in the buffer
void addTSphi(int adr, const L1MuBMTrackSegPhi &)
add new phi track segment to the Data Buffer
void reset()
clear Data Buffer
std::vector< L1MuBMTrackSegPhi * > TSPhivector
container to store phi track segments
L1MuBMDataBuffer(const L1MuBMSectorProcessor &)
constructor
const TSPhivector & getTSphi() const
get all track segments from the buffer
virtual ~L1MuBMDataBuffer()
destructor