ATLAS Offline Software
Loading...
Searching...
No Matches
AFP_TDLocRecoEvent.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef AFP_TDLocRecoEvent_h
6#define AFP_TDLocRecoEvent_h
7
8#include <vector>
9
11
12public:
13
16
17
18 AFP_TDLocRecoEvent(int iAlgoNum, int nStationID, int nDetectorID, int nTrainID, float fTrainTime, int nTrainSize, int nSaturation);
19
20 inline int getAlgoNum() const {return m_iAlgoNum;}
21
22 inline int getStationID() const {return m_nStationID;}
23 inline int getDetectorID() const {return m_nDetectorID;}
24 inline int getTrainID() const {return m_nTrainID;}
25
26 inline float getTrainTime() const {return m_fTrainTime;}
27 inline int getTrainSize() const {return m_nTrainSize;}
28 inline int getSaturation() const {return m_nSaturation;}
29
30
31
32private:
33
35
39
43
44};
45
46#endif
float getTrainTime() const