#include <DTStationIndex.h>
Public Member Functions | |
DTStationIndex () | |
DTStationIndex (int region, int wheel, int sector, int station) | |
bool | operator< (const DTStationIndex &dtind) const |
int | region () const |
int | sector () const |
int | station () const |
int | wheel () const |
Private Attributes | |
int | _region |
int | _sector |
int | _station |
int | _wheel |
Definition at line 4 of file DTStationIndex.h.
|
inline |
Definition at line 6 of file DTStationIndex.h.
|
inline |
Definition at line 8 of file DTStationIndex.h.
|
inline |
|
inline |
|
inline |
Definition at line 13 of file DTStationIndex.h.
References _sector.
Referenced by geometryXMLparser.DTAlignable::index(), and operator<().
|
inline |
Definition at line 14 of file DTStationIndex.h.
References _station.
Referenced by geometryXMLparser.DTAlignable::index(), geometryXMLparser.CSCAlignable::index(), and operator<().
|
inline |
Definition at line 12 of file DTStationIndex.h.
References _wheel.
Referenced by geometryXMLparser.DTAlignable::index(), and operator<().
|
private |
Definition at line 29 of file DTStationIndex.h.
Referenced by region().
|
private |
Definition at line 31 of file DTStationIndex.h.
Referenced by sector().
|
private |
Definition at line 32 of file DTStationIndex.h.
Referenced by station().
|
private |
Definition at line 30 of file DTStationIndex.h.
Referenced by wheel().