ATLAS Offline Software
ALFA_LocRecCorrEvent_p1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ALFA_LocRecCorrEvent_p1_h
6 #define ALFA_LocRecCorrEvent_p1_h
7 
8 
10 {
11 public:
12  // needed by athenaRoot
14  {
15  m_iAlgoNum=-1;
16  m_pot_num=-1;
17  m_xPot=m_yPot=-9999.0;
18  m_xStat=m_yStat=-9999.0;
19  m_xLHC=m_yLHC=m_zLHC=-9999.0;
20  m_xBeam=m_yBeam=-9999.0;
21  };
23 
24 private:
26  int m_pot_num;
27  float m_xPot, m_yPot;
28  float m_xStat, m_yStat;
29  float m_xLHC, m_yLHC, m_zLHC;
30  float m_xBeam, m_yBeam;
31 };
32 
33 
34 #endif
35 
ALFA_LocRecCorrEvent_p1::m_xLHC
float m_xLHC
Definition: ALFA_LocRecCorrEvent_p1.h:29
ALFA_LocRecCorrEvent_p1::m_zLHC
float m_zLHC
Definition: ALFA_LocRecCorrEvent_p1.h:29
ALFA_LocRecCorrEvent_p1::ALFA_LocRecCorrEvent_p1
ALFA_LocRecCorrEvent_p1()
Definition: ALFA_LocRecCorrEvent_p1.h:13
ALFA_LocRecCorrEvent_p1::m_yStat
float m_yStat
Definition: ALFA_LocRecCorrEvent_p1.h:28
ALFA_LocRecCorrEvent_p1::m_xBeam
float m_xBeam
Definition: ALFA_LocRecCorrEvent_p1.h:30
ALFA_LocRecCorrEvent_p1::m_yBeam
float m_yBeam
Definition: ALFA_LocRecCorrEvent_p1.h:30
ALFA_LocRecCorrEvent_p1::m_pot_num
int m_pot_num
Definition: ALFA_LocRecCorrEvent_p1.h:26
ALFA_LocRecCorrEvent_p1::m_xStat
float m_xStat
Definition: ALFA_LocRecCorrEvent_p1.h:28
ALFA_LocRecCorrEvent_p1::m_yLHC
float m_yLHC
Definition: ALFA_LocRecCorrEvent_p1.h:29
ALFA_LocRecCorrEvent_p1::m_iAlgoNum
int m_iAlgoNum
Definition: ALFA_LocRecCorrEvent_p1.h:25
ALFA_LocRecCorrEventCnv_p1
Definition: ALFA_LocRecCorrEventCnv_p1.h:17
ALFA_LocRecCorrEvent_p1
Definition: ALFA_LocRecCorrEvent_p1.h:10
ALFA_LocRecCorrEvent_p1::m_yPot
float m_yPot
Definition: ALFA_LocRecCorrEvent_p1.h:27
ALFA_LocRecCorrEvent_p1::m_xPot
float m_xPot
Definition: ALFA_LocRecCorrEvent_p1.h:27