ATLAS Offline Software
Loading...
Searching...
No Matches
ALFA_LocRecODEvent.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ALFA_LocRecODEvent_h
6#define ALFA_LocRecODEvent_h
7
8#include <vector>
9
11
12public:
13
16
17
18 ALFA_LocRecODEvent(int iAlgoNum, int pot_num, int side, float y, float fOverY, int iNumY, std::vector<int> iFibSel);
19
20 inline int getAlgoNum() const {return m_iAlgoNum;}
21 inline int getPotNum() const {return m_pot_num;}
22 inline int getSide() const {return m_side;}
23 inline float getYposition() const { return m_y; }
24
25 inline float getOverY() const {return m_fOverY;}
26 inline int getNumY() const {return m_iNumY;}
27 inline const std::vector<int>& getFibSel() const {return m_iFibSel;}
28
29 private:
30
33 int m_side;
34 float m_y;
35
36 float m_fOverY;
38
39 std::vector<int> m_iFibSel;
40};
41
42#endif
#define y
std::vector< int > m_iFibSel
float getYposition() const
const std::vector< int > & getFibSel() const