ATLAS Offline Software
Loading...
Searching...
No Matches
AFP_TDDigi_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef AFP_TDDigi_p1_h
6#define AFP_TDDigi_p1_h
7
9{
10 public:
11 // needed by athenaRoot
13 friend class AFP_TDDigiCnv_p1;
14
15private:
16
17 float m_fADC = 0; // amplitude of the signal
18 float m_fTDC = 0; // Constant fraction discriminator time
19
20 int m_nStationID = 0;
23
24
25};
26
27
28#endif //AFP_TDDigi_p1_h
29
int m_nSensitiveElementID
friend class AFP_TDDigiCnv_p1