64 TSPhivector::iterator iter =
m_tsphi->begin();
65 while (iter !=
m_tsphi->end()) {
78 int address = (station == 1) ? reladr : reladr + (station - 2) * 12 + 2;
87 (*m_tsphi)[adr] = tmpts;
94 TSPhivector::const_iterator iter =
m_tsphi->begin();
95 while (iter !=
m_tsphi->end()) {
97 cout << *(*iter) << endl;
107 TSPhivector::iterator iter =
m_tsphi->begin();
108 while (iter !=
m_tsphi->end()) {
109 if (*iter && !(*iter)->empty())
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