#include <DQM/RPCMonitorDigi/interface/MuonSegmentEff.h>
Public Member Functions | |
DTStationIndex (int region, int wheel, int sector, int station) | |
DTStationIndex () | |
DTStationIndex (int region, int wheel, int sector, int station) | |
DTStationIndex () | |
DTStationIndex (int region, int wheel, int sector, int station) | |
DTStationIndex () | |
bool | operator< (const DTStationIndex &dtind) const |
bool | operator< (const DTStationIndex &dtind) const |
bool | operator< (const DTStationIndex &dtind) const |
int | region () const |
int | region () const |
int | region () const |
int | sector () const |
int | sector () const |
int | sector () const |
int | station () const |
int | station () const |
int | station () const |
int | wheel () const |
int | wheel () const |
int | wheel () const |
~DTStationIndex () | |
~DTStationIndex () | |
~DTStationIndex () | |
Private Attributes | |
int | _region |
int | _sector |
int | _station |
int | _wheel |
Data Format
Definition at line 37 of file MuonSegmentEff.h.
DTStationIndex::DTStationIndex | ( | ) | [inline] |
DTStationIndex::~DTStationIndex | ( | ) | [inline] |
DTStationIndex::DTStationIndex | ( | ) | [inline] |
DTStationIndex::~DTStationIndex | ( | ) | [inline] |
DTStationIndex::DTStationIndex | ( | ) | [inline] |
DTStationIndex::~DTStationIndex | ( | ) | [inline] |
bool DTStationIndex::operator< | ( | const DTStationIndex & | dtind | ) | const [inline] |
Definition at line 53 of file RPCEfficiency.h.
References region(), sector(), station(), and wheel().
00053 { 00054 if(dtind.region()!=this->region()) 00055 return dtind.region()<this->region(); 00056 else if(dtind.wheel()!=this->wheel()) 00057 return dtind.wheel()<this->wheel(); 00058 else if(dtind.sector()!=this->sector()) 00059 return dtind.sector()<this->sector(); 00060 else if(dtind.station()!=this->station()) 00061 return dtind.station()<this->station(); 00062 return false; 00063 }
bool DTStationIndex::operator< | ( | const DTStationIndex & | dtind | ) | const [inline] |
Definition at line 48 of file RPCMonitorEfficiency.cc.
References region(), sector(), station(), and wheel().
00048 { 00049 if(dtind.region()!=this->region()) 00050 return dtind.region()<this->region(); 00051 else if(dtind.wheel()!=this->wheel()) 00052 return dtind.wheel()<this->wheel(); 00053 else if(dtind.sector()!=this->sector()) 00054 return dtind.sector()<this->sector(); 00055 else if(dtind.station()!=this->station()) 00056 return dtind.station()<this->station(); 00057 return false; 00058 }
bool DTStationIndex::operator< | ( | const DTStationIndex & | dtind | ) | const [inline] |
Definition at line 50 of file MuonSegmentEff.h.
References region(), sector(), station(), and wheel().
00050 { 00051 if(dtind.region()!=this->region()) 00052 return dtind.region()<this->region(); 00053 else if(dtind.wheel()!=this->wheel()) 00054 return dtind.wheel()<this->wheel(); 00055 else if(dtind.sector()!=this->sector()) 00056 return dtind.sector()<this->sector(); 00057 else if(dtind.station()!=this->station()) 00058 return dtind.station()<this->station(); 00059 return false; 00060 }
int DTStationIndex::region | ( | ) | const [inline] |
int DTStationIndex::region | ( | ) | const [inline] |
int DTStationIndex::region | ( | ) | const [inline] |
Definition at line 46 of file MuonSegmentEff.h.
References _region.
Referenced by operator<().
00046 {return _region;}
int DTStationIndex::sector | ( | ) | const [inline] |
int DTStationIndex::sector | ( | ) | const [inline] |
int DTStationIndex::sector | ( | ) | const [inline] |
Definition at line 48 of file MuonSegmentEff.h.
References _sector.
Referenced by operator<().
00048 {return _sector;}
int DTStationIndex::station | ( | ) | const [inline] |
int DTStationIndex::station | ( | ) | const [inline] |
Definition at line 47 of file RPCMonitorEfficiency.cc.
References _station.
00047 {return _station;}
int DTStationIndex::station | ( | ) | const [inline] |
Definition at line 49 of file MuonSegmentEff.h.
References _station.
Referenced by operator<().
00049 {return _station;}
int DTStationIndex::wheel | ( | ) | const [inline] |
int DTStationIndex::wheel | ( | ) | const [inline] |
int DTStationIndex::wheel | ( | ) | const [inline] |
Definition at line 47 of file MuonSegmentEff.h.
References _wheel.
Referenced by operator<().
00047 {return _wheel;}
int DTStationIndex::_region [private] |
int DTStationIndex::_sector [private] |
int DTStationIndex::_station [private] |
int DTStationIndex::_wheel [private] |