ATLAS Offline Software
Loading...
Searching...
No Matches
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