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

#include <ALFA_LocRecCorrODEvent_p1.h>

Collaboration diagram for ALFA_LocRecCorrODEvent_p1:

Public Member Functions

 ALFA_LocRecCorrODEvent_p1 ()
 

Private Attributes

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

Friends

class ALFA_LocRecCorrODEventCnv_p1
 

Detailed Description

Definition at line 9 of file ALFA_LocRecCorrODEvent_p1.h.

Constructor & Destructor Documentation

◆ ALFA_LocRecCorrODEvent_p1()

ALFA_LocRecCorrODEvent_p1::ALFA_LocRecCorrODEvent_p1 ( )
inline

Definition at line 13 of file ALFA_LocRecCorrODEvent_p1.h.

14  {
15  m_iAlgoNum=-1;
16  m_pot_num=-1;
17  m_side=-1;
18  m_yPot=-9999.0;
19  m_yStat=-9999.0;
20  m_yLHC=m_zLHC=-9999.0;
21  m_yBeam=-9999.0;
22  };

Friends And Related Function Documentation

◆ ALFA_LocRecCorrODEventCnv_p1

friend class ALFA_LocRecCorrODEventCnv_p1
friend

Definition at line 23 of file ALFA_LocRecCorrODEvent_p1.h.

Member Data Documentation

◆ m_iAlgoNum

int ALFA_LocRecCorrODEvent_p1::m_iAlgoNum
private

Definition at line 26 of file ALFA_LocRecCorrODEvent_p1.h.

◆ m_pot_num

int ALFA_LocRecCorrODEvent_p1::m_pot_num
private

Definition at line 27 of file ALFA_LocRecCorrODEvent_p1.h.

◆ m_side

int ALFA_LocRecCorrODEvent_p1::m_side
private

Definition at line 28 of file ALFA_LocRecCorrODEvent_p1.h.

◆ m_yBeam

float ALFA_LocRecCorrODEvent_p1::m_yBeam
private

Definition at line 32 of file ALFA_LocRecCorrODEvent_p1.h.

◆ m_yLHC

float ALFA_LocRecCorrODEvent_p1::m_yLHC
private

Definition at line 31 of file ALFA_LocRecCorrODEvent_p1.h.

◆ m_yPot

float ALFA_LocRecCorrODEvent_p1::m_yPot
private

Definition at line 29 of file ALFA_LocRecCorrODEvent_p1.h.

◆ m_yStat

float ALFA_LocRecCorrODEvent_p1::m_yStat
private

Definition at line 30 of file ALFA_LocRecCorrODEvent_p1.h.

◆ m_zLHC

float ALFA_LocRecCorrODEvent_p1::m_zLHC
private

Definition at line 31 of file ALFA_LocRecCorrODEvent_p1.h.


The documentation for this class was generated from the following file:
ALFA_LocRecCorrODEvent_p1::m_side
int m_side
Definition: ALFA_LocRecCorrODEvent_p1.h:28
ALFA_LocRecCorrODEvent_p1::m_yBeam
float m_yBeam
Definition: ALFA_LocRecCorrODEvent_p1.h:32
ALFA_LocRecCorrODEvent_p1::m_yLHC
float m_yLHC
Definition: ALFA_LocRecCorrODEvent_p1.h:31
ALFA_LocRecCorrODEvent_p1::m_yStat
float m_yStat
Definition: ALFA_LocRecCorrODEvent_p1.h:30
ALFA_LocRecCorrODEvent_p1::m_iAlgoNum
int m_iAlgoNum
Definition: ALFA_LocRecCorrODEvent_p1.h:26
ALFA_LocRecCorrODEvent_p1::m_zLHC
float m_zLHC
Definition: ALFA_LocRecCorrODEvent_p1.h:31
ALFA_LocRecCorrODEvent_p1::m_yPot
float m_yPot
Definition: ALFA_LocRecCorrODEvent_p1.h:29
ALFA_LocRecCorrODEvent_p1::m_pot_num
int m_pot_num
Definition: ALFA_LocRecCorrODEvent_p1.h:27