ATLAS Offline Software
Loading...
Searching...
No Matches
ALFA_Digit_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_Digit_p1_h
6#define ALFA_Digit_p1_h
7
8//#include "GeneratorObjectsTPCnv/HepMcParticleLink_p1.h"
9
10
12{
13 public:
14 // needed by athenaRoot
16 {
17 m_station=0;
18 m_plate=0;
19 m_fiber=0;
20 };
21 friend class ALFA_DigitCnv_p1;
22
23 private:
24
25 unsigned short m_station;
26 unsigned short m_plate;
27 unsigned short m_fiber;
28
29};
30
31
32#endif
33
unsigned short m_plate
unsigned short m_fiber
unsigned short m_station
friend class ALFA_DigitCnv_p1