ATLAS Offline Software
Loading...
Searching...
No Matches
AFP_TDLocRecoEvent_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef AFP_TDLocRecoEvent_p1_h
6#define AFP_TDLocRecoEvent_p1_h
7
8#include <vector>
9
11{
12 public:
13 // needed by athenaRoot
16
17 private:
18
19
20 int m_iAlgoNum = 0;
21
22 int m_nStationID = 0;
24 int m_nTrainID = 0;
25
26 float m_fTrainTime = 0;
27 int m_nTrainSize = 0;
29
30
31
32};
33
34
35#endif
36