ATLAS Offline Software
AFP_SIDLocRecoEvent_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_SIDLocRecoEvent_p1_h
6 #define AFP_SIDLocRecoEvent_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  int m_nStationID = 0;
22 
23  float m_x = 0;
24  float m_y = 0;
25  float m_z = 0;
26  float m_x_slope = 0;
27  float m_y_slope = 0;
28  float m_z_slope = 0;
29 
30  float m_nHits = 0;
31  float m_nHoles = 0;
32  float m_fChi2 = 0;
33 
34 };
35 
36 
37 #endif
38 
AFP_SIDLocRecoEvent_p1::m_nHits
float m_nHits
Definition: AFP_SIDLocRecoEvent_p1.h:30
AFP_SIDLocRecoEvent_p1::m_fChi2
float m_fChi2
Definition: AFP_SIDLocRecoEvent_p1.h:32
AFP_SIDLocRecoEvent_p1::m_z_slope
float m_z_slope
Definition: AFP_SIDLocRecoEvent_p1.h:28
AFP_SIDLocRecoEvent_p1::m_nStationID
int m_nStationID
Definition: AFP_SIDLocRecoEvent_p1.h:21
AFP_SIDLocRecoEvent_p1::m_nHoles
float m_nHoles
Definition: AFP_SIDLocRecoEvent_p1.h:31
AFP_SIDLocRecoEvent_p1
Definition: AFP_SIDLocRecoEvent_p1.h:11
AFP_SIDLocRecoEvent_p1::m_iAlgoNum
int m_iAlgoNum
Definition: AFP_SIDLocRecoEvent_p1.h:20
AFP_SIDLocRecoEvent_p1::m_x_slope
float m_x_slope
Definition: AFP_SIDLocRecoEvent_p1.h:26
AFP_SIDLocRecoEvent_p1::m_z
float m_z
Definition: AFP_SIDLocRecoEvent_p1.h:25
AFP_SIDLocRecoEvent_p1::m_x
float m_x
Definition: AFP_SIDLocRecoEvent_p1.h:23
AFP_SIDLocRecoEvent_p1::m_y
float m_y
Definition: AFP_SIDLocRecoEvent_p1.h:24
AFP_SIDLocRecoEvent_p1::m_y_slope
float m_y_slope
Definition: AFP_SIDLocRecoEvent_p1.h:27
AFP_SIDLocRecoEventCnv_p1
Definition: AFP_SIDLocRecoEventCnv_p1.h:17
AFP_SIDLocRecoEvent_p1::AFP_SIDLocRecoEvent_p1
AFP_SIDLocRecoEvent_p1()
Definition: AFP_SIDLocRecoEvent_p1.h:14