![]() |
ATLAS Offline Software
|
Class representing a reconstructed basic ToF track. More...
#include <AFPTDBasicToolTrack.h>
Public Member Functions | |
| AFPTDBasicToolTrack (int stationID, int TrainID, double Time, int Size, int Sat) | |
| Description here. More... | |
| const std::list< const xAOD::AFPToFHit * > & | barInTrain () const |
| void | addBar (const xAOD::AFPToFHit *bar) |
| Adds a new bar to the track. More... | |
Public Attributes | |
| int | m_stationID |
| int | m_trainID |
| int | m_trainSize |
| int | m_trainNSat |
| double | m_trainTime |
Protected Attributes | |
| std::list< const xAOD::AFPToFHit * > | m_barInTrain |
| Bars used to reconstruct the train. More... | |
Class representing a reconstructed basic ToF track.
Definition at line 20 of file AFPTDBasicToolTrack.h.
| AFPTDBasicToolTrack::AFPTDBasicToolTrack | ( | int | stationID, |
| int | TrainID, | ||
| double | Time, | ||
| int | Size, | ||
| int | Sat | ||
| ) |
|
inline |
|
inline |
Definition at line 35 of file AFPTDBasicToolTrack.h.
|
protected |
Bars used to reconstruct the train.
Definition at line 43 of file AFPTDBasicToolTrack.h.
| int AFPTDBasicToolTrack::m_stationID |
Definition at line 28 of file AFPTDBasicToolTrack.h.
| int AFPTDBasicToolTrack::m_trainID |
Definition at line 29 of file AFPTDBasicToolTrack.h.
| int AFPTDBasicToolTrack::m_trainNSat |
Definition at line 31 of file AFPTDBasicToolTrack.h.
| int AFPTDBasicToolTrack::m_trainSize |
Definition at line 30 of file AFPTDBasicToolTrack.h.
| double AFPTDBasicToolTrack::m_trainTime |
Definition at line 32 of file AFPTDBasicToolTrack.h.
1.8.18