24 for(
int k=1;
k <= maxsectors; ++
k)
40 std::map<int,int>::iterator itr;
45 std::vector<int> near;
61 std::vector<int>::iterator sec;
62 for( sec = far.begin(); sec != far.end(); ++sec) {
63 std::map<int, int>::iterator sector;
68 for( sec = near.begin(); sec != near.end(); ++sec) {
69 std::map<int, int>::iterator sector;
81 std::map<int,int>::iterator itr;
83 std::cout << (*itr).first <<
": " << (*itr).second <<
'\t';
121 for(
int k=0;
k < 6; ++
k)
135 for(
int k=0;
k < 6; ++
k)
RPCData()
Standard constructor.
virtual ~RPCData()
Destructor.
std::ostream & operator<<(std::ostream &out, const ALILine &li)
std::map< int, int > m_sector
Counters()
Build the counters map.
std::istream & operator>>(std::istream &input, CLHEP::HepGenMatrix &matrix)
void incrementSector(int)