ATLAS Offline Software
Loading...
Searching...
No Matches
ALFA_LocRecCorrODEvent.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_pot_num = 0;
13 m_side = 0;
14 m_yBeam = 0.0;
15 m_yLHC = 0.0;
16 m_yPot = 0.0;
17 m_yStat = 0.0;
18 m_zLHC = 0.0;
19}
20
21// destructor
23
24ALFA_LocRecCorrODEvent::ALFA_LocRecCorrODEvent(int iAlgoNum, int pot_num, int side, float yLHC, float zLHC, float yPot, float yStat, float yBeam):
25 m_iAlgoNum(iAlgoNum), m_pot_num(pot_num), m_side(side), m_yLHC(yLHC), m_zLHC(zLHC), m_yPot(yPot), m_yStat(yStat), m_yBeam(yBeam)
26{}