ATLAS Offline Software
Loading...
Searching...
No Matches
ALFA_LocRecEvent_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_LocRecEvent_p1_h
6#define ALFA_LocRecEvent_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_x=-9999.0;
19 m_y=-9999.0;
20
21 m_fOverU=-9999.0;
22 m_fOverV=-9999.0;
23 m_iNumU=-1;
24 m_iNumV=-1;
25 };
27
28 private:
29
32 float m_x;
33 float m_y;
34
35 float m_fOverU;
36 float m_fOverV;
39 std::vector<int> m_iFibSel;
40};
41
42
43#endif
44
friend class ALFA_LocRecEventCnv_p1
std::vector< int > m_iFibSel