ATLAS Offline Software
ALFA_ODDigit_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_ODDigit_p1_h
6 #define ALFA_ODDigit_p1_h
7 
8 
10 {
11  public:
12  // needed by athenaRoot
14  {
15  m_station=0;
16  m_side=0;
17  m_plate=0;
18  m_fiber=0;
19  };
20  friend class ALFA_ODDigitCnv_p1;
21 
22  private:
23 
24  unsigned short m_station;
25  unsigned short m_side;
26  unsigned short m_plate;
27  unsigned short m_fiber;
28 
29 };
30 
31 
32 #endif
33 
ALFA_ODDigit_p1
Definition: ALFA_ODDigit_p1.h:10
ALFA_ODDigitCnv_p1
Definition: ALFA_ODDigitCnv_p1.h:17
ALFA_ODDigit_p1::m_station
unsigned short m_station
Definition: ALFA_ODDigit_p1.h:24
ALFA_ODDigit_p1::m_plate
unsigned short m_plate
Definition: ALFA_ODDigit_p1.h:26
ALFA_ODDigit_p1::m_side
unsigned short m_side
Definition: ALFA_ODDigit_p1.h:25
ALFA_ODDigit_p1::m_fiber
unsigned short m_fiber
Definition: ALFA_ODDigit_p1.h:27
ALFA_ODDigit_p1::ALFA_ODDigit_p1
ALFA_ODDigit_p1()
Definition: ALFA_ODDigit_p1.h:13