#include <RPCEfficiency.h>
Public Member Functions | |
DTStationIndex () | |
DTStationIndex (int region, int wheel, int sector, int station) | |
DTStationIndex () | |
DTStationIndex (int region, int wheel, int sector, int station) | |
bool | operator< (const DTStationIndex &dtind) const |
bool | operator< (const DTStationIndex &dtind) const |
int | region () const |
int | region () const |
int | sector () const |
int | sector () const |
int | station () const |
int | station () const |
int | wheel () const |
int | wheel () const |
~DTStationIndex () | |
Private Attributes | |
int | _region |
int | _sector |
int | _station |
int | _wheel |
Definition at line 30 of file RPCEfficiency.h.
|
inline |
Definition at line 32 of file RPCEfficiency.h.
|
inline |
Definition at line 33 of file RPCEfficiency.h.
|
inline |
Definition at line 38 of file RPCEfficiency.h.
|
inline |
Definition at line 6 of file DTStationIndex.h.
|
inline |
Definition at line 8 of file DTStationIndex.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 16 of file DTStationIndex.h.
References _sector.
Referenced by geometryXMLparser.DTAlignable::index().
|
inline |
Definition at line 41 of file RPCEfficiency.h.
References _sector.
Referenced by geometryXMLparser.DTAlignable::index(), and operator<().
|
inline |
Definition at line 17 of file DTStationIndex.h.
References _station.
Referenced by geometryXMLparser.DTAlignable::index(), and geometryXMLparser.CSCAlignable::index().
|
inline |
Definition at line 42 of file RPCEfficiency.h.
References _station.
Referenced by geometryXMLparser.DTAlignable::index(), geometryXMLparser.CSCAlignable::index(), and operator<().
|
inline |
Definition at line 15 of file DTStationIndex.h.
References _wheel.
Referenced by geometryXMLparser.DTAlignable::index().
|
inline |
Definition at line 40 of file RPCEfficiency.h.
References _wheel.
Referenced by geometryXMLparser.DTAlignable::index(), and operator<().
|
private |
Definition at line 55 of file RPCEfficiency.h.
Referenced by region().
|
private |
Definition at line 57 of file RPCEfficiency.h.
Referenced by sector().
|
private |
Definition at line 58 of file RPCEfficiency.h.
Referenced by station().
|
private |
Definition at line 56 of file RPCEfficiency.h.
Referenced by wheel().