ATLAS Offline Software
Loading...
Searching...
No Matches
AFP_SIDLocRecoEvent.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_SIDLocRecoEvent_h
6#define AFP_SIDLocRecoEvent_h
7
8#include <vector>
9
11
12public:
13
16
17
18 AFP_SIDLocRecoEvent(int iAlgoNum, int nStationID, float x_pos, float y_pos, float z_pos, float x_slope, float y_slope, float z_slope, int nHits, int nHoles, float fChi2);
19
20 inline int getAlgoNum() const {return m_iAlgoNum;}
21 inline int getStationID() const {return m_nStationID;}
22
23 inline float getXposition() const { return m_x; }
24 inline float getYposition() const { return m_y; }
25 inline float getZposition() const { return m_z; }
26 inline float getXslope() const {return m_x_slope;}
27 inline float getYslope() const {return m_y_slope;}
28 inline float getZslope() const {return m_z_slope;}
29
30 inline int getNHits() const {return m_nHits;}
31 inline int getNHoles() const {return m_nHoles;}
32 inline float getChi2() const {return m_fChi2;}
33
34
35private:
36
39
40 float m_x;
41 float m_y;
42 float m_z;
43 float m_x_slope;
44 float m_y_slope;
45 float m_z_slope;
46
49 float m_fChi2;
50};
51
52#endif
static const uint32_t nHits