ATLAS Offline Software
ALFA_GloRecEvent_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_GloRecEvent_p1_h
6 #define ALFA_GloRecEvent_p1_h
7 
9 {
10  public:
11  // needed by athenaRoot
13  {
14  m_arm=-1;
15  m_x=-9999.0;
16  m_y=-9999.0;
17  m_x_slope=-9999.0;
18  m_y_slope=-9999.0;
19  };
20  friend class ALFA_GloRecEventCnv_p1;
21 
22  private:
23  int m_arm;
24  float m_x;
25  float m_y;
26  float m_x_slope;
27  float m_y_slope;
28 // ALFA_LocRecCorrEvent * m_near_LocRecCorr;
29 // ALFA_LocRecCorrEvent * m_far_LocRecCorr;
30 };
31 
32 #endif // ALFA_GloRecEvent_p1_h
33 
ALFA_GloRecEvent_p1::m_y_slope
float m_y_slope
Definition: ALFA_GloRecEvent_p1.h:27
ALFA_GloRecEventCnv_p1
Definition: ALFA_GloRecEventCnv_p1.h:17
ALFA_GloRecEvent_p1::m_arm
int m_arm
Definition: ALFA_GloRecEvent_p1.h:23
ALFA_GloRecEvent_p1
Definition: ALFA_GloRecEvent_p1.h:9
ALFA_GloRecEvent_p1::m_x
float m_x
Definition: ALFA_GloRecEvent_p1.h:24
ALFA_GloRecEvent_p1::ALFA_GloRecEvent_p1
ALFA_GloRecEvent_p1()
Definition: ALFA_GloRecEvent_p1.h:12
ALFA_GloRecEvent_p1::m_x_slope
float m_x_slope
Definition: ALFA_GloRecEvent_p1.h:26
ALFA_GloRecEvent_p1::m_y
float m_y
Definition: ALFA_GloRecEvent_p1.h:25