|
ATLAS Offline Software
|
Go to the documentation of this file.
15 #ifndef AFP_DBTOOLS_TOFVTXPARAMDATA_H
16 #define AFP_DBTOOLS_TOFVTXPARAMDATA_H
27 ToFVtxParamData(
int st):
m_stationID(st),
m_timeGlobalOffset(0.),
m_timeOffset{0.,0.,0.,0.},
m_timeSlope{0.,0.,0.,0.},
m_trainEdge{0.,0.,0.,0.,0.} {}
59 #endif // AFP_DBTOOLS_TOFVTXPARAMDATA_H
std::vector< double > m_timeSlope
double trainEdge(int tr) const
Header file for interface of SiGlobAlignDBTool used to read global alignment for database.
int stationID() const
ID of the station to which parameters apply (see xAOD::AFPStationID)
Class storing information about alignment.
const std::vector< double > & timeOffset() const
Time offsets for the trains.
double timeOffset(int tr) const
ToFVtxParamData(int st, double go, const std::vector< double > &o, const std::vector< double > &s, const std::vector< double > &e)
double timeSlope(int tr) const
double m_timeGlobalOffset
std::vector< double > m_timeOffset
const std::vector< double > & trainEdge() const
Train edges; the end of n-th train is also the beginning of the (n+1)-th train.
const std::vector< double > & timeSlope() const
Time slopes for the trains.
std::vector< double > m_trainEdge
double timeGlobalOffset() const
Global offset of the whole station.