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

#include <ALFA_LocRecCorrEvent.h>

Collaboration diagram for ALFA_LocRecCorrEvent:

Public Member Functions

 ALFA_LocRecCorrEvent ()
 
 ~ALFA_LocRecCorrEvent ()
 
 ALFA_LocRecCorrEvent (int iAlgoNum, int pot_num, float xLHC, float yLHC, float zLHC, float xPot, float yPot, float xStat, float yStat, float xBeam, float yBeam)
 
int getAlgoNum () const
 
int getPotNum () const
 
float getXpositionLHC () const
 
float getYpositionLHC () const
 
float getZpositionLHC () const
 
float getXpositionPot () const
 
float getYpositionPot () const
 
float getXpositionStat () const
 
float getYpositionStat () const
 
float getXpositionBeam () const
 
float getYpositionBeam () const
 

Private Attributes

int m_iAlgoNum
 
int m_pot_num
 
float m_xLHC
 
float m_yLHC
 
float m_zLHC
 
float m_xPot
 
float m_yPot
 
float m_xStat
 
float m_yStat
 
float m_xBeam
 
float m_yBeam
 

Detailed Description

Definition at line 8 of file ALFA_LocRecCorrEvent.h.

Constructor & Destructor Documentation

◆ ALFA_LocRecCorrEvent() [1/2]

ALFA_LocRecCorrEvent::ALFA_LocRecCorrEvent ( )

Definition at line 9 of file ALFA_LocRecCorrEvent.cxx.

10 {
11  m_iAlgoNum= 0;
12  m_pot_num = 0;
13  m_xBeam = 0.0;
14  m_xLHC = 0.0;
15  m_xPot = 0.0;
16  m_xStat = 0.0;
17  m_yBeam = 0.0;
18  m_yLHC = 0.0;
19  m_yPot = 0.0;
20  m_yStat = 0.0;
21  m_zLHC = 0.0;
22 }

◆ ~ALFA_LocRecCorrEvent()

ALFA_LocRecCorrEvent::~ALFA_LocRecCorrEvent ( )

Definition at line 25 of file ALFA_LocRecCorrEvent.cxx.

25 {}

◆ ALFA_LocRecCorrEvent() [2/2]

ALFA_LocRecCorrEvent::ALFA_LocRecCorrEvent ( int  iAlgoNum,
int  pot_num,
float  xLHC,
float  yLHC,
float  zLHC,
float  xPot,
float  yPot,
float  xStat,
float  yStat,
float  xBeam,
float  yBeam 
)

Definition at line 27 of file ALFA_LocRecCorrEvent.cxx.

27  :
28  m_iAlgoNum(iAlgoNum), m_pot_num(pot_num), m_xLHC(xLHC), m_yLHC(yLHC), m_zLHC(zLHC), m_xPot(xPot), m_yPot(yPot), m_xStat(xStat), m_yStat(yStat), m_xBeam(xBeam), m_yBeam(yBeam)
29 {}

Member Function Documentation

◆ getAlgoNum()

int ALFA_LocRecCorrEvent::getAlgoNum ( ) const
inline

Definition at line 17 of file ALFA_LocRecCorrEvent.h.

17 {return m_iAlgoNum;}

◆ getPotNum()

int ALFA_LocRecCorrEvent::getPotNum ( ) const
inline

Definition at line 18 of file ALFA_LocRecCorrEvent.h.

18 {return m_pot_num;}

◆ getXpositionBeam()

float ALFA_LocRecCorrEvent::getXpositionBeam ( ) const
inline

Definition at line 26 of file ALFA_LocRecCorrEvent.h.

26 {return m_xBeam;}

◆ getXpositionLHC()

float ALFA_LocRecCorrEvent::getXpositionLHC ( ) const
inline

Definition at line 19 of file ALFA_LocRecCorrEvent.h.

19 {return m_xLHC;}

◆ getXpositionPot()

float ALFA_LocRecCorrEvent::getXpositionPot ( ) const
inline

Definition at line 22 of file ALFA_LocRecCorrEvent.h.

22 {return m_xPot;}

◆ getXpositionStat()

float ALFA_LocRecCorrEvent::getXpositionStat ( ) const
inline

Definition at line 24 of file ALFA_LocRecCorrEvent.h.

24 {return m_xStat;}

◆ getYpositionBeam()

float ALFA_LocRecCorrEvent::getYpositionBeam ( ) const
inline

Definition at line 27 of file ALFA_LocRecCorrEvent.h.

27 {return m_yBeam;}

◆ getYpositionLHC()

float ALFA_LocRecCorrEvent::getYpositionLHC ( ) const
inline

Definition at line 20 of file ALFA_LocRecCorrEvent.h.

20 {return m_yLHC;}

◆ getYpositionPot()

float ALFA_LocRecCorrEvent::getYpositionPot ( ) const
inline

Definition at line 23 of file ALFA_LocRecCorrEvent.h.

23 {return m_yPot;}

◆ getYpositionStat()

float ALFA_LocRecCorrEvent::getYpositionStat ( ) const
inline

Definition at line 25 of file ALFA_LocRecCorrEvent.h.

25 {return m_yStat;}

◆ getZpositionLHC()

float ALFA_LocRecCorrEvent::getZpositionLHC ( ) const
inline

Definition at line 21 of file ALFA_LocRecCorrEvent.h.

21 {return m_zLHC;}

Member Data Documentation

◆ m_iAlgoNum

int ALFA_LocRecCorrEvent::m_iAlgoNum
private

Definition at line 30 of file ALFA_LocRecCorrEvent.h.

◆ m_pot_num

int ALFA_LocRecCorrEvent::m_pot_num
private

Definition at line 31 of file ALFA_LocRecCorrEvent.h.

◆ m_xBeam

float ALFA_LocRecCorrEvent::m_xBeam
private

Definition at line 39 of file ALFA_LocRecCorrEvent.h.

◆ m_xLHC

float ALFA_LocRecCorrEvent::m_xLHC
private

Definition at line 32 of file ALFA_LocRecCorrEvent.h.

◆ m_xPot

float ALFA_LocRecCorrEvent::m_xPot
private

Definition at line 35 of file ALFA_LocRecCorrEvent.h.

◆ m_xStat

float ALFA_LocRecCorrEvent::m_xStat
private

Definition at line 37 of file ALFA_LocRecCorrEvent.h.

◆ m_yBeam

float ALFA_LocRecCorrEvent::m_yBeam
private

Definition at line 40 of file ALFA_LocRecCorrEvent.h.

◆ m_yLHC

float ALFA_LocRecCorrEvent::m_yLHC
private

Definition at line 33 of file ALFA_LocRecCorrEvent.h.

◆ m_yPot

float ALFA_LocRecCorrEvent::m_yPot
private

Definition at line 36 of file ALFA_LocRecCorrEvent.h.

◆ m_yStat

float ALFA_LocRecCorrEvent::m_yStat
private

Definition at line 38 of file ALFA_LocRecCorrEvent.h.

◆ m_zLHC

float ALFA_LocRecCorrEvent::m_zLHC
private

Definition at line 34 of file ALFA_LocRecCorrEvent.h.


The documentation for this class was generated from the following files:
ALFA_LocRecCorrEvent::m_yBeam
float m_yBeam
Definition: ALFA_LocRecCorrEvent.h:40
ALFA_LocRecCorrEvent::m_xStat
float m_xStat
Definition: ALFA_LocRecCorrEvent.h:37
ALFA_LocRecCorrEvent::m_yStat
float m_yStat
Definition: ALFA_LocRecCorrEvent.h:38
ALFA_LocRecCorrEvent::m_xPot
float m_xPot
Definition: ALFA_LocRecCorrEvent.h:35
ALFA_LocRecCorrEvent::m_xBeam
float m_xBeam
Definition: ALFA_LocRecCorrEvent.h:39
ALFA_LocRecCorrEvent::m_pot_num
int m_pot_num
Definition: ALFA_LocRecCorrEvent.h:31
ALFA_LocRecCorrEvent::m_zLHC
float m_zLHC
Definition: ALFA_LocRecCorrEvent.h:34
ALFA_LocRecCorrEvent::m_iAlgoNum
int m_iAlgoNum
Definition: ALFA_LocRecCorrEvent.h:30
ALFA_LocRecCorrEvent::m_xLHC
float m_xLHC
Definition: ALFA_LocRecCorrEvent.h:32
ALFA_LocRecCorrEvent::m_yLHC
float m_yLHC
Definition: ALFA_LocRecCorrEvent.h:33
ALFA_LocRecCorrEvent::m_yPot
float m_yPot
Definition: ALFA_LocRecCorrEvent.h:36