ATLAS Offline Software
ALFA_LocRecCorrODEvent.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ALFA_LocRecCorrODEvent_h
6 #define ALFA_LocRecCorrODEvent_h
7 
9 
10 public:
13 
14 
15  ALFA_LocRecCorrODEvent(int iAlgoNum, int pot_num, int side, float yLHC, float zLHC, float yPot, float yStat, float yBeam);
16 
17  inline int getAlgoNum() const {return m_iAlgoNum;}
18  inline int getPotNum() const {return m_pot_num;}
19  inline int getSide() const {return m_side;}
20  inline float getYpositionLHC() const {return m_yLHC;}
21  inline float getZpositionLHC() const {return m_zLHC;}
22  inline float getYpositionPot() const {return m_yPot;}
23  inline float getYpositionStat() const {return m_yStat;}
24  inline float getYpositionBeam() const {return m_yBeam;}
25 
26 private:
28  int m_pot_num;
29  int m_side;
30  float m_yLHC;
31  float m_zLHC;
32  float m_yPot;
33  float m_yStat;
34  float m_yBeam;
35 };
36 
37 #endif
ALFA_LocRecCorrODEvent::ALFA_LocRecCorrODEvent
ALFA_LocRecCorrODEvent()
Definition: ALFA_LocRecCorrODEvent.cxx:9
ALFA_LocRecCorrODEvent
Definition: ALFA_LocRecCorrODEvent.h:8
ALFA_LocRecCorrODEvent::getAlgoNum
int getAlgoNum() const
Definition: ALFA_LocRecCorrODEvent.h:17
ALFA_LocRecCorrODEvent::getYpositionStat
float getYpositionStat() const
Definition: ALFA_LocRecCorrODEvent.h:23
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
ALFA_LocRecCorrODEvent::getYpositionBeam
float getYpositionBeam() const
Definition: ALFA_LocRecCorrODEvent.h:24
TRT::Hit::side
@ side
Definition: HitInfo.h:83
ALFA_LocRecCorrODEvent::~ALFA_LocRecCorrODEvent
~ALFA_LocRecCorrODEvent()
Definition: ALFA_LocRecCorrODEvent.cxx:22
ALFA_LocRecCorrODEvent::getYpositionLHC
float getYpositionLHC() const
Definition: ALFA_LocRecCorrODEvent.h:20
ALFA_LocRecCorrODEvent::m_yPot
float m_yPot
Definition: ALFA_LocRecCorrODEvent.h:32
ALFA_LocRecCorrODEvent::getPotNum
int getPotNum() const
Definition: ALFA_LocRecCorrODEvent.h:18
ALFA_LocRecCorrODEvent::getYpositionPot
float getYpositionPot() const
Definition: ALFA_LocRecCorrODEvent.h:22
ALFA_LocRecCorrODEvent::m_iAlgoNum
int m_iAlgoNum
Definition: ALFA_LocRecCorrODEvent.h:27
ALFA_LocRecCorrODEvent::getSide
int getSide() const
Definition: ALFA_LocRecCorrODEvent.h:19
ALFA_LocRecCorrODEvent::getZpositionLHC
float getZpositionLHC() const
Definition: ALFA_LocRecCorrODEvent.h:21
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