ATLAS Offline Software
Loading...
Searching...
No Matches
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 };
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
friend class ALFA_GloRecEventCnv_p1