ATLAS Offline Software
Loading...
Searching...
No Matches
ALFA_GloRecODEvent.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_GloRecODEvent_h
6#define ALFA_GloRecODEvent_h
7
9
10 public:
11
14
15
16 ALFA_GloRecODEvent(int pot_num, int side, float y, float y_slope);
17
18 inline int getPotNum() const {return m_pot_num;}
19 inline int getSide() const {return m_side;}
20 inline float getYposition() const { return m_y; }
21 inline float getYslope() const {return m_y_slope;}
22
23 private:
24
26 int m_side;
27 float m_y;
28 float m_y_slope;
29};
30
31#endif
#define y
float getYposition() const