ATLAS Offline Software
ALFA_LocRecCorrODEvent_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_LocRecCorrODEvent_p1_h
6 #define ALFA_LocRecCorrODEvent_p1_h
7 
8 
10 {
11 public:
12  // needed by athenaRoot
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  };
24 
25 private:
27  int m_pot_num;
28  int m_side;
29  float m_yPot;
30  float m_yStat;
31  float m_yLHC, m_zLHC;
32  float m_yBeam;
33 };
34 
35 
36 #endif
37 
ALFA_LocRecCorrODEvent_p1::ALFA_LocRecCorrODEvent_p1
ALFA_LocRecCorrODEvent_p1()
Definition: ALFA_LocRecCorrODEvent_p1.h:13
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
Definition: ALFA_LocRecCorrODEvent_p1.h:10
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_LocRecCorrODEventCnv_p1
Definition: ALFA_LocRecCorrODEventCnv_p1.h:17
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