ATLAS Offline Software
Public Member Functions | Private Attributes | List of all members
AFP::ToFLocParamData Class Reference

Class storing information about alignment. More...

#include <ToFLocParamData.h>

Collaboration diagram for AFP::ToFLocParamData:

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) More...
 
int trainID () const
 ID of the train in the station to which parameters apply. More...
 
int barID () const
 ID of the bar in the train to which parameters apply. More...
 
double barWeight () const
 Weight for this particular bar. More...
 
double barTimeOffset () const
 Time offset for this particular bar. More...
 

Private Attributes

int m_stationID
 
int m_trainID
 
int m_barID
 
double m_barWeight
 
double m_barTimeOffset
 

Detailed Description

Class storing information about alignment.

Definition at line 23 of file ToFLocParamData.h.

Constructor & Destructor Documentation

◆ ToFLocParamData() [1/2]

AFP::ToFLocParamData::ToFLocParamData ( int  st,
int  tr,
int  ba 
)
inline

Definition at line 27 of file ToFLocParamData.h.

27 : m_stationID(st), m_trainID(tr), m_barID(ba), m_barWeight(0.), m_barTimeOffset(0.) {}

◆ ToFLocParamData() [2/2]

AFP::ToFLocParamData::ToFLocParamData ( int  st,
int  tr,
int  ba,
double  w,
double  t 
)
inline

Definition at line 28 of file ToFLocParamData.h.

Member Function Documentation

◆ barID()

int AFP::ToFLocParamData::barID ( ) const
inline

ID of the bar in the train to which parameters apply.

Definition at line 38 of file ToFLocParamData.h.

38 {return m_barID;}

◆ barTimeOffset()

double AFP::ToFLocParamData::barTimeOffset ( ) const
inline

Time offset for this particular bar.

Definition at line 44 of file ToFLocParamData.h.

44 {return m_barTimeOffset;}

◆ barWeight()

double AFP::ToFLocParamData::barWeight ( ) const
inline

Weight for this particular bar.

Definition at line 41 of file ToFLocParamData.h.

41 {return m_barWeight;}

◆ stationID()

int AFP::ToFLocParamData::stationID ( ) const
inline

ID of the station to which parameters apply (see xAOD::AFPStationID)

Definition at line 32 of file ToFLocParamData.h.

32 {return m_stationID;}

◆ trainID()

int AFP::ToFLocParamData::trainID ( ) const
inline

ID of the train in the station to which parameters apply.

Definition at line 35 of file ToFLocParamData.h.

35 {return m_trainID;}

Member Data Documentation

◆ m_barID

int AFP::ToFLocParamData::m_barID
private

Definition at line 49 of file ToFLocParamData.h.

◆ m_barTimeOffset

double AFP::ToFLocParamData::m_barTimeOffset
private

Definition at line 51 of file ToFLocParamData.h.

◆ m_barWeight

double AFP::ToFLocParamData::m_barWeight
private

Definition at line 50 of file ToFLocParamData.h.

◆ m_stationID

int AFP::ToFLocParamData::m_stationID
private

Definition at line 47 of file ToFLocParamData.h.

◆ m_trainID

int AFP::ToFLocParamData::m_trainID
private

Definition at line 48 of file ToFLocParamData.h.


The documentation for this class was generated from the following file:
AFP::ToFLocParamData::m_barTimeOffset
double m_barTimeOffset
Definition: ToFLocParamData.h:51
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
AFP::ToFLocParamData::m_trainID
int m_trainID
Definition: ToFLocParamData.h:48
AFP::ToFLocParamData::m_barWeight
double m_barWeight
Definition: ToFLocParamData.h:50
AFP::ToFLocParamData::m_barID
int m_barID
Definition: ToFLocParamData.h:49
AFP::ToFLocParamData::m_stationID
int m_stationID
Definition: ToFLocParamData.h:47
python.IoTestsLib.w
def w
Definition: IoTestsLib.py:200