ATLAS Offline Software
Loading...
Searching...
No Matches
AFP_SIDLocRecoEvent.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7
8// Default constructor needed by athenaroot/athenapool
10{
11 m_iAlgoNum = 0;
12 m_nStationID = 0;
13
14 m_x = 0.0;
15 m_y = 0.0;
16 m_z = 0.0;
17 m_x_slope = 0.0;
18 m_y_slope = 0.0;
19 m_z_slope = 0.0;
20
21 m_nHits = 0;
22 m_nHoles = 0;
23 m_fChi2 = 0.0;
24}
25
26// destructor
28
29AFP_SIDLocRecoEvent::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):
30 m_iAlgoNum(iAlgoNum), m_nStationID(nStationID), m_x(x_pos), m_y(y_pos), m_z(z_pos), m_x_slope(x_slope), m_y_slope(y_slope), m_z_slope(z_slope), m_nHits(nHits), m_nHoles(nHoles), m_fChi2(fChi2)
31{}
static const uint32_t nHits