ATLAS Offline Software
Public Member Functions | Private Attributes | List of all members
ALFA_LocRecCorrODEvent Class Reference

#include <ALFA_LocRecCorrODEvent.h>

Collaboration diagram for ALFA_LocRecCorrODEvent:

Public Member Functions

 ALFA_LocRecCorrODEvent ()
 
 ~ALFA_LocRecCorrODEvent ()
 
 ALFA_LocRecCorrODEvent (int iAlgoNum, int pot_num, int side, float yLHC, float zLHC, float yPot, float yStat, float yBeam)
 
int getAlgoNum () const
 
int getPotNum () const
 
int getSide () const
 
float getYpositionLHC () const
 
float getZpositionLHC () const
 
float getYpositionPot () const
 
float getYpositionStat () const
 
float getYpositionBeam () const
 

Private Attributes

int m_iAlgoNum
 
int m_pot_num
 
int m_side
 
float m_yLHC
 
float m_zLHC
 
float m_yPot
 
float m_yStat
 
float m_yBeam
 

Detailed Description

Definition at line 8 of file ALFA_LocRecCorrODEvent.h.

Constructor & Destructor Documentation

◆ ALFA_LocRecCorrODEvent() [1/2]

ALFA_LocRecCorrODEvent::ALFA_LocRecCorrODEvent ( )

Definition at line 9 of file ALFA_LocRecCorrODEvent.cxx.

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 }

◆ ~ALFA_LocRecCorrODEvent()

ALFA_LocRecCorrODEvent::~ALFA_LocRecCorrODEvent ( )

Definition at line 22 of file ALFA_LocRecCorrODEvent.cxx.

22 {}

◆ ALFA_LocRecCorrODEvent() [2/2]

ALFA_LocRecCorrODEvent::ALFA_LocRecCorrODEvent ( int  iAlgoNum,
int  pot_num,
int  side,
float  yLHC,
float  zLHC,
float  yPot,
float  yStat,
float  yBeam 
)

Definition at line 24 of file ALFA_LocRecCorrODEvent.cxx.

24  :
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 {}

Member Function Documentation

◆ getAlgoNum()

int ALFA_LocRecCorrODEvent::getAlgoNum ( ) const
inline

Definition at line 17 of file ALFA_LocRecCorrODEvent.h.

17 {return m_iAlgoNum;}

◆ getPotNum()

int ALFA_LocRecCorrODEvent::getPotNum ( ) const
inline

Definition at line 18 of file ALFA_LocRecCorrODEvent.h.

18 {return m_pot_num;}

◆ getSide()

int ALFA_LocRecCorrODEvent::getSide ( ) const
inline

Definition at line 19 of file ALFA_LocRecCorrODEvent.h.

19 {return m_side;}

◆ getYpositionBeam()

float ALFA_LocRecCorrODEvent::getYpositionBeam ( ) const
inline

Definition at line 24 of file ALFA_LocRecCorrODEvent.h.

24 {return m_yBeam;}

◆ getYpositionLHC()

float ALFA_LocRecCorrODEvent::getYpositionLHC ( ) const
inline

Definition at line 20 of file ALFA_LocRecCorrODEvent.h.

20 {return m_yLHC;}

◆ getYpositionPot()

float ALFA_LocRecCorrODEvent::getYpositionPot ( ) const
inline

Definition at line 22 of file ALFA_LocRecCorrODEvent.h.

22 {return m_yPot;}

◆ getYpositionStat()

float ALFA_LocRecCorrODEvent::getYpositionStat ( ) const
inline

Definition at line 23 of file ALFA_LocRecCorrODEvent.h.

23 {return m_yStat;}

◆ getZpositionLHC()

float ALFA_LocRecCorrODEvent::getZpositionLHC ( ) const
inline

Definition at line 21 of file ALFA_LocRecCorrODEvent.h.

21 {return m_zLHC;}

Member Data Documentation

◆ m_iAlgoNum

int ALFA_LocRecCorrODEvent::m_iAlgoNum
private

Definition at line 27 of file ALFA_LocRecCorrODEvent.h.

◆ m_pot_num

int ALFA_LocRecCorrODEvent::m_pot_num
private

Definition at line 28 of file ALFA_LocRecCorrODEvent.h.

◆ m_side

int ALFA_LocRecCorrODEvent::m_side
private

Definition at line 29 of file ALFA_LocRecCorrODEvent.h.

◆ m_yBeam

float ALFA_LocRecCorrODEvent::m_yBeam
private

Definition at line 34 of file ALFA_LocRecCorrODEvent.h.

◆ m_yLHC

float ALFA_LocRecCorrODEvent::m_yLHC
private

Definition at line 30 of file ALFA_LocRecCorrODEvent.h.

◆ m_yPot

float ALFA_LocRecCorrODEvent::m_yPot
private

Definition at line 32 of file ALFA_LocRecCorrODEvent.h.

◆ m_yStat

float ALFA_LocRecCorrODEvent::m_yStat
private

Definition at line 33 of file ALFA_LocRecCorrODEvent.h.

◆ m_zLHC

float ALFA_LocRecCorrODEvent::m_zLHC
private

Definition at line 31 of file ALFA_LocRecCorrODEvent.h.


The documentation for this class was generated from the following files:
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::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