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 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