![]() |
ATLAS Offline Software
|
Class storing information about alignment. More...
#include <ToFVtxParamData.h>
Public Member Functions | |
| ToFVtxParamData (int st) | |
| ToFVtxParamData (int st, double go, const std::vector< double > &o, const std::vector< double > &s, const std::vector< double > &e) | |
| int | stationID () const |
| ID of the station to which parameters apply (see xAOD::AFPStationID). | |
| double | timeGlobalOffset () const |
| Global offset of the whole station. | |
| const std::vector< double > & | timeOffset () const |
| Time offsets for the trains. | |
| double | timeOffset (int tr) const |
| const std::vector< double > & | timeSlope () const |
| Time slopes for the trains. | |
| double | timeSlope (int tr) const |
| const std::vector< double > & | trainEdge () const |
| Train edges; the end of n-th train is also the beginning of the (n+1)-th train. | |
| double | trainEdge (int tr) const |
Private Attributes | |
| int | m_stationID |
| double | m_timeGlobalOffset |
| std::vector< double > | m_timeOffset |
| std::vector< double > | m_timeSlope |
| std::vector< double > | m_trainEdge |
Class storing information about alignment.
Definition at line 23 of file ToFVtxParamData.h.
|
inline |
Definition at line 27 of file ToFVtxParamData.h.
|
inline |
Definition at line 28 of file ToFVtxParamData.h.
|
inline |
ID of the station to which parameters apply (see xAOD::AFPStationID).
Definition at line 32 of file ToFVtxParamData.h.
|
inline |
|
inline |
|
inline |
Definition at line 39 of file ToFVtxParamData.h.
|
inline |
|
inline |
Definition at line 43 of file ToFVtxParamData.h.
|
inline |
Train edges; the end of n-th train is also the beginning of the (n+1)-th train.
Definition at line 46 of file ToFVtxParamData.h.
|
inline |
Definition at line 47 of file ToFVtxParamData.h.
|
private |
Definition at line 50 of file ToFVtxParamData.h.
|
private |
Definition at line 51 of file ToFVtxParamData.h.
|
private |
Definition at line 52 of file ToFVtxParamData.h.
|
private |
Definition at line 53 of file ToFVtxParamData.h.
|
private |
Definition at line 54 of file ToFVtxParamData.h.