#include <ALFA_LocRecCorrEvent.h>
|
| | 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 |
| |
Definition at line 8 of file ALFA_LocRecCorrEvent.h.
◆ ALFA_LocRecCorrEvent() [1/2]
| ALFA_LocRecCorrEvent::ALFA_LocRecCorrEvent |
( |
| ) |
|
◆ ~ALFA_LocRecCorrEvent()
| ALFA_LocRecCorrEvent::~ALFA_LocRecCorrEvent |
( |
| ) |
|
◆ 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.
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)
◆ getAlgoNum()
| int ALFA_LocRecCorrEvent::getAlgoNum |
( |
| ) |
const |
|
inline |
◆ getPotNum()
| int ALFA_LocRecCorrEvent::getPotNum |
( |
| ) |
const |
|
inline |
◆ getXpositionBeam()
| float ALFA_LocRecCorrEvent::getXpositionBeam |
( |
| ) |
const |
|
inline |
◆ getXpositionLHC()
| float ALFA_LocRecCorrEvent::getXpositionLHC |
( |
| ) |
const |
|
inline |
◆ getXpositionPot()
| float ALFA_LocRecCorrEvent::getXpositionPot |
( |
| ) |
const |
|
inline |
◆ getXpositionStat()
| float ALFA_LocRecCorrEvent::getXpositionStat |
( |
| ) |
const |
|
inline |
◆ getYpositionBeam()
| float ALFA_LocRecCorrEvent::getYpositionBeam |
( |
| ) |
const |
|
inline |
◆ getYpositionLHC()
| float ALFA_LocRecCorrEvent::getYpositionLHC |
( |
| ) |
const |
|
inline |
◆ getYpositionPot()
| float ALFA_LocRecCorrEvent::getYpositionPot |
( |
| ) |
const |
|
inline |
◆ getYpositionStat()
| float ALFA_LocRecCorrEvent::getYpositionStat |
( |
| ) |
const |
|
inline |
◆ getZpositionLHC()
| float ALFA_LocRecCorrEvent::getZpositionLHC |
( |
| ) |
const |
|
inline |
◆ m_iAlgoNum
| int ALFA_LocRecCorrEvent::m_iAlgoNum |
|
private |
◆ m_pot_num
| int ALFA_LocRecCorrEvent::m_pot_num |
|
private |
◆ m_xBeam
| float ALFA_LocRecCorrEvent::m_xBeam |
|
private |
◆ m_xLHC
| float ALFA_LocRecCorrEvent::m_xLHC |
|
private |
◆ m_xPot
| float ALFA_LocRecCorrEvent::m_xPot |
|
private |
◆ m_xStat
| float ALFA_LocRecCorrEvent::m_xStat |
|
private |
◆ m_yBeam
| float ALFA_LocRecCorrEvent::m_yBeam |
|
private |
◆ m_yLHC
| float ALFA_LocRecCorrEvent::m_yLHC |
|
private |
◆ m_yPot
| float ALFA_LocRecCorrEvent::m_yPot |
|
private |
◆ m_yStat
| float ALFA_LocRecCorrEvent::m_yStat |
|
private |
◆ m_zLHC
| float ALFA_LocRecCorrEvent::m_zLHC |
|
private |
The documentation for this class was generated from the following files: