#include <TracktoRPC.h>
Public Member Functions | |
int | chamber () const |
CSCStationIndex2 () | |
CSCStationIndex2 (int region, int station, int ring, int chamber) | |
bool | operator< (const CSCStationIndex2 &cscind) const |
int | region () const |
int | ring () const |
int | station () const |
~CSCStationIndex2 () | |
Private Attributes | |
int | _chamber |
int | _region |
int | _ring |
int | _station |
Definition at line 122 of file TracktoRPC.h.
|
inline |
Definition at line 124 of file TracktoRPC.h.
|
inline |
Definition at line 125 of file TracktoRPC.h.
|
inline |
Definition at line 130 of file TracktoRPC.h.
|
inline |
Definition at line 134 of file TracktoRPC.h.
References _chamber.
Referenced by geometryXMLparser.CSCAlignable::index(), and operator<().
|
inline |
|
inline |
|
inline |
Definition at line 133 of file TracktoRPC.h.
References _ring.
Referenced by geometryXMLparser.CSCAlignable::index(), and operator<().
|
inline |
Definition at line 132 of file TracktoRPC.h.
References _station.
Referenced by geometryXMLparser.DTAlignable::index(), geometryXMLparser.CSCAlignable::index(), and operator<().
|
private |
Definition at line 151 of file TracktoRPC.h.
Referenced by chamber().
|
private |
Definition at line 148 of file TracktoRPC.h.
Referenced by region().
|
private |
Definition at line 150 of file TracktoRPC.h.
Referenced by ring().
|
private |
Definition at line 149 of file TracktoRPC.h.
Referenced by station().