#include <TracktoRPC.h>
Public Member Functions | |
DTStationIndex2 () | |
DTStationIndex2 (int region, int wheel, int sector, int station) | |
bool | operator< (const DTStationIndex2 &dtind) const |
int | region () const |
int | sector () const |
int | station () const |
int | wheel () const |
~DTStationIndex2 () | |
Private Attributes | |
int | _region |
int | _sector |
int | _station |
int | _wheel |
Definition at line 80 of file TracktoRPC.h.
|
inline |
Definition at line 82 of file TracktoRPC.h.
|
inline |
Definition at line 83 of file TracktoRPC.h.
|
inline |
Definition at line 88 of file TracktoRPC.h.
|
inline |
|
inline |
|
inline |
Definition at line 91 of file TracktoRPC.h.
References _sector.
Referenced by geometryXMLparser.DTAlignable::index(), and operator<().
|
inline |
Definition at line 92 of file TracktoRPC.h.
References _station.
Referenced by geometryXMLparser.DTAlignable::index(), geometryXMLparser.CSCAlignable::index(), and operator<().
|
inline |
Definition at line 90 of file TracktoRPC.h.
References _wheel.
Referenced by geometryXMLparser.DTAlignable::index(), and operator<().
|
private |
Definition at line 106 of file TracktoRPC.h.
Referenced by region().
|
private |
Definition at line 108 of file TracktoRPC.h.
Referenced by sector().
|
private |
Definition at line 109 of file TracktoRPC.h.
Referenced by station().
|
private |
Definition at line 107 of file TracktoRPC.h.
Referenced by wheel().