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())
L1MuDTDataBuffer(const L1MuDTSectorProcessor &)
constructor
void printTSphi() const
print all phi track segments which are in the buffer
virtual ~L1MuDTDataBuffer()
destructor
const TSPhivector & getTSphi() const
get all track segments from the buffer
void reset()
clear Data Buffer
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
int numberTSphi() const
return number of non-empty phi track segments