#include <L1ScoutingBMTFStub.h>
Public Member Functions | |
BMTFStub () | |
BMTFStub (int hwPhi, int hwPhiB, int hwQual, int hwEta, int hwQEta, int station, int wheel, int sector, int tag) | |
int | hwEta () const |
int | hwPhi () const |
int | hwPhiB () const |
int | hwQEta () const |
int | hwQual () const |
int | sector () const |
void | setHwEta (int hwEta) |
void | setHwPhi (int hwPhi) |
void | setHwPhiB (int hwPhiB) |
void | setHwQEta (int hwQEta) |
void | setHwQual (int hwQual) |
void | setSector (int sector) |
void | setStation (int station) |
void | setTag (int tag) |
void | setWheel (int wheel) |
int | station () const |
int | tag () const |
int | wheel () const |
Private Attributes | |
int | hwEta_ |
int | hwPhi_ |
int | hwPhiB_ |
int | hwQEta_ |
int | hwQual_ |
int | sector_ |
int | station_ |
int | tag_ |
int | wheel_ |
Definition at line 8 of file L1ScoutingBMTFStub.h.
|
inline |
|
inline |
Definition at line 13 of file L1ScoutingBMTFStub.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 41 of file L1ScoutingBMTFStub.h.
References sector_.
Referenced by geometryXMLparser.DTAlignable::index(), and setSector().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 32 of file L1ScoutingBMTFStub.h.
|
inline |
|
inline |
Definition at line 39 of file L1ScoutingBMTFStub.h.
References station_.
Referenced by geometryXMLparser.DTAlignable::index(), geometryXMLparser.CSCAlignable::index(), and setStation().
|
inline |
|
inline |
Definition at line 40 of file L1ScoutingBMTFStub.h.
References wheel_.
Referenced by geometryXMLparser.DTAlignable::index(), and setWheel().
|
private |
Definition at line 48 of file L1ScoutingBMTFStub.h.
Referenced by hwEta(), and setHwEta().
|
private |
Definition at line 45 of file L1ScoutingBMTFStub.h.
Referenced by hwPhi(), and setHwPhi().
|
private |
Definition at line 46 of file L1ScoutingBMTFStub.h.
Referenced by hwPhiB(), and setHwPhiB().
|
private |
Definition at line 49 of file L1ScoutingBMTFStub.h.
Referenced by hwQEta(), and setHwQEta().
|
private |
Definition at line 47 of file L1ScoutingBMTFStub.h.
Referenced by hwQual(), and setHwQual().
|
private |
Definition at line 52 of file L1ScoutingBMTFStub.h.
Referenced by sector(), and setSector().
|
private |
Definition at line 50 of file L1ScoutingBMTFStub.h.
Referenced by setStation(), and station().
|
private |
Definition at line 53 of file L1ScoutingBMTFStub.h.
|
private |
Definition at line 51 of file L1ScoutingBMTFStub.h.
Referenced by setWheel(), and wheel().