ATLAS Offline Software
Loading...
Searching...
No Matches
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
30 int m_side;
31 float m_y;
32
33 float m_fOverY;
35
36 std::vector<int> m_iFibSel;
37
38};
39
40
41#endif
42
std::vector< int > m_iFibSel