![]() |
ATLAS Offline Software
|
Class storing information about alignment. More...
#include <ToFLocParamData.h>
Public Member Functions | |
| ToFLocParamData (int st, int tr, int ba) | |
| ToFLocParamData (int st, int tr, int ba, double w, double t) | |
| int | stationID () const |
| ID of the station to which parameters apply (see xAOD::AFPStationID). | |
| int | trainID () const |
| ID of the train in the station to which parameters apply. | |
| int | barID () const |
| ID of the bar in the train to which parameters apply. | |
| double | barWeight () const |
| Weight for this particular bar. | |
| double | barTimeOffset () const |
| Time offset for this particular bar. | |
Private Attributes | |
| int | m_stationID |
| int | m_trainID |
| int | m_barID |
| double | m_barWeight |
| double | m_barTimeOffset |
Class storing information about alignment.
Definition at line 23 of file ToFLocParamData.h.
|
inline |
Definition at line 27 of file ToFLocParamData.h.
|
inline |
Definition at line 28 of file ToFLocParamData.h.
|
inline |
ID of the bar in the train to which parameters apply.
Definition at line 38 of file ToFLocParamData.h.
|
inline |
|
inline |
|
inline |
ID of the station to which parameters apply (see xAOD::AFPStationID).
Definition at line 32 of file ToFLocParamData.h.
|
inline |
ID of the train in the station to which parameters apply.
Definition at line 35 of file ToFLocParamData.h.
|
private |
Definition at line 49 of file ToFLocParamData.h.
|
private |
Definition at line 51 of file ToFLocParamData.h.
|
private |
Definition at line 50 of file ToFLocParamData.h.
|
private |
Definition at line 47 of file ToFLocParamData.h.
|
private |
Definition at line 48 of file ToFLocParamData.h.