26 for(
int k=1;
k <= maxsectors; ++
k)
42 std::map<int,int>::iterator itr;
47 std::vector<int> near;
63 std::vector<int>::iterator sec;
64 for( sec = far.begin(); sec != far.end(); ++sec) {
65 std::map<int, int>::iterator sector;
70 for( sec = near.begin(); sec != near.end(); ++sec) {
71 std::map<int, int>::iterator sector;
83 std::map<int,int>::iterator itr;
85 std::cout << (*itr).first <<
": " << (*itr).second <<
'\t';
123 for(
int k=0;
k < 6; ++
k)
137 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
std::istream & operator>>(std::istream &input, CLHEP::HepGenMatrix &matrix)
void incrementSector(int)