ATLAS Offline Software
ForwardDetectors
ALFA
ALFA_RecEv
ALFA_LocRecCorrEv
src
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
5
#include "
ALFA_LocRecCorrEv/ALFA_LocRecCorrODEvent.h
"
6
7
8
// Default constructor needed by athenaroot/athenapool
9
ALFA_LocRecCorrODEvent::ALFA_LocRecCorrODEvent
()
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
22
ALFA_LocRecCorrODEvent::~ALFA_LocRecCorrODEvent
() {}
23
24
ALFA_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
{}
ALFA_LocRecCorrODEvent.h
ALFA_LocRecCorrODEvent::ALFA_LocRecCorrODEvent
ALFA_LocRecCorrODEvent()
Definition:
ALFA_LocRecCorrODEvent.cxx:9
ALFA_LocRecCorrODEvent::m_side
int m_side
Definition:
ALFA_LocRecCorrODEvent.h:29
ALFA_LocRecCorrODEvent::m_zLHC
float m_zLHC
Definition:
ALFA_LocRecCorrODEvent.h:31
ALFA_LocRecCorrODEvent::m_yBeam
float m_yBeam
Definition:
ALFA_LocRecCorrODEvent.h:34
ALFA_LocRecCorrODEvent::m_yStat
float m_yStat
Definition:
ALFA_LocRecCorrODEvent.h:33
TRT::Hit::side
@ side
Definition:
HitInfo.h:83
ALFA_LocRecCorrODEvent::~ALFA_LocRecCorrODEvent
~ALFA_LocRecCorrODEvent()
Definition:
ALFA_LocRecCorrODEvent.cxx:22
ALFA_LocRecCorrODEvent::m_yPot
float m_yPot
Definition:
ALFA_LocRecCorrODEvent.h:32
ALFA_LocRecCorrODEvent::m_iAlgoNum
int m_iAlgoNum
Definition:
ALFA_LocRecCorrODEvent.h:27
ALFA_LocRecCorrODEvent::m_yLHC
float m_yLHC
Definition:
ALFA_LocRecCorrODEvent.h:30
ALFA_LocRecCorrODEvent::m_pot_num
int m_pot_num
Definition:
ALFA_LocRecCorrODEvent.h:28
Generated on Sun Dec 22 2024 21:06:48 for ATLAS Offline Software by
1.8.18