ATLAS Offline Software
Loading...
Searching...
No Matches
AFPTDBasicToolTrack.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
10
11#include <cmath>
12
13// debug remove after debugging
14#include<iostream>
15// end remove after debugging
16
18
19AFPTDBasicToolTrack::AFPTDBasicToolTrack (int stationID, int TrainID , double Time, int Size, int Sat)
20{
21m_stationID = stationID;
22m_trainID = TrainID;
23m_trainTime = Time;
24m_trainSize = Size;
25m_trainNSat = Sat;
26}
27
Header file for AFPTDBasicToolTrack used in ToF tracks reconstruction.
AFPTDBasicToolTrack(int stationID, int TrainID, double Time, int Size, int Sat)
Description here.