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.} {}
std::vector< double > m_timeSlope
std::vector< double > m_timeOffset
double trainEdge(int tr) const
double m_timeGlobalOffset
const std::vector< double > & timeOffset() const
Time offsets for the trains.
std::vector< double > m_trainEdge
const std::vector< double > & timeSlope() const
Time slopes for the trains.
ToFVtxParamData(int st, double go, const std::vector< double > &o, const std::vector< double > &s, const std::vector< double > &e)
double timeOffset(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.
int stationID() const
ID of the station to which parameters apply (see xAOD::AFPStationID)
double timeSlope(int tr) const
double timeGlobalOffset() const
Global offset of the whole station.
Header file for interface of SiGlobAlignDBTool used to read global alignment for database.