ATLAS Offline Software
ALFA_LocRecODEvent_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_LocRecODEvent_p1_h
6 #define ALFA_LocRecODEvent_p1_h
7 
8 #include <vector>
9 
11 {
12  public:
13  // needed by athenaRoot
15  {
16  m_iAlgoNum=-1;
17  m_pot_num=-1;
18  m_side=-1;
19  m_y=-9999.0;
20 
21  m_fOverY=-9999.0;
22  m_iNumY=-1;
23  };
25 
26  private:
27 
29  int m_pot_num;
30  int m_side;
31  float m_y;
32 
33  float m_fOverY;
34  int m_iNumY;
35 
36  std::vector<int> m_iFibSel;
37 
38 };
39 
40 
41 #endif
42 
ALFA_LocRecODEvent_p1::m_iAlgoNum
int m_iAlgoNum
Definition: ALFA_LocRecODEvent_p1.h:28
ALFA_LocRecODEventCnv_p1
Definition: ALFA_LocRecODEventCnv_p1.h:17
ALFA_LocRecODEvent_p1
Definition: ALFA_LocRecODEvent_p1.h:11
ALFA_LocRecODEvent_p1::m_side
int m_side
Definition: ALFA_LocRecODEvent_p1.h:30
ALFA_LocRecODEvent_p1::m_fOverY
float m_fOverY
Definition: ALFA_LocRecODEvent_p1.h:33
ALFA_LocRecODEvent_p1::m_iNumY
int m_iNumY
Definition: ALFA_LocRecODEvent_p1.h:34
ALFA_LocRecODEvent_p1::m_y
float m_y
Definition: ALFA_LocRecODEvent_p1.h:31
ALFA_LocRecODEvent_p1::m_pot_num
int m_pot_num
Definition: ALFA_LocRecODEvent_p1.h:29
ALFA_LocRecODEvent_p1::m_iFibSel
std::vector< int > m_iFibSel
Definition: ALFA_LocRecODEvent_p1.h:36
ALFA_LocRecODEvent_p1::ALFA_LocRecODEvent_p1
ALFA_LocRecODEvent_p1()
Definition: ALFA_LocRecODEvent_p1.h:14