25 for(
int k=1;
k <= maxsectors; ++
k)
41 std::map<int,int>::iterator itr;
46 std::vector<int> near;
62 std::vector<int>::iterator sec;
63 for( sec = far.begin(); sec != far.end(); ++sec) {
64 std::map<int, int>::iterator sector;
69 for( sec = near.begin(); sec != near.end(); ++sec) {
70 std::map<int, int>::iterator sector;
82 std::map<int,int>::iterator itr;
84 std::cout << (*itr).first <<
": " << (*itr).second <<
'\t';
122 for(
int k=0;
k < 6; ++
k)
136 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)