ATLAS Offline Software
Loading...
Searching...
No Matches
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 ( )

◆ ~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: