ATLAS Offline Software
Loading...
Searching...
No Matches
AFP_SiDigi_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_SiDigi_p1_h
6#define AFP_SiDigi_p1_h
7
9{
10 public:
11 // needed by athenaRoot
13 friend class AFP_SiDigiCnv_p1;
14
15private:
16
17 float m_fADC = 0; // amplitude of the signal for given pixel
18 float m_fTDC = 0; // Constant fraction discriminator time for given pixel
19
20 int m_nStationID = 0;
22 int m_nPixelRow = 0;
23 int m_nPixelCol = 0;
24
25};
26
27
28#endif //AFP_SiDigi_p1_h
29
friend class AFP_SiDigiCnv_p1