ATLAS Offline Software
Loading...
Searching...
No Matches
ALFA_ODDigit.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_ODDigit_h
6#define ALFA_ODDigit_h
7
9
10 public:
11
13 ALFA_ODDigit(const unsigned short station, const unsigned short side, const unsigned short plate, const unsigned short fiber);
14
15 inline unsigned short getStation() const { return m_station; }
16 inline unsigned short getSide() const { return m_side; }
17 inline unsigned short getPlate() const { return m_plate; }
18 inline unsigned short getFiber() const { return m_fiber; }
19
20 private:
21
22 unsigned short m_station;
23 unsigned short m_side;
24 unsigned short m_plate;
25 unsigned short m_fiber;
26};
27
28#endif
unsigned short getStation() const
unsigned short m_fiber
unsigned short getSide() const
unsigned short getPlate() const
unsigned short getFiber() const
unsigned short m_plate
unsigned short m_side
unsigned short m_station