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())
void addTSphi(int adr, const L1MuBMTrackSegPhi &)
add new phi track segment to the Data Buffer
int numberTSphi() const
return number of non-empty phi track segments
void reset()
clear Data Buffer
std::vector< L1MuBMTrackSegPhi * > TSPhivector
container to store phi track segments
const TSPhivector & getTSphi() const
get all track segments from the buffer
L1MuBMDataBuffer(const L1MuBMSectorProcessor &)
constructor
virtual ~L1MuBMDataBuffer()
destructor
void printTSphi() const
print all phi track segments which are in the buffer