ATLAS Offline Software
Loading...
Searching...
No Matches
AFP_TDDigi.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AFP_TDDigi

Functions

float getTDC (const AFP_TDDigi &digi)
float getADC (const AFP_TDDigi &digi)

Function Documentation

◆ getADC()

float getADC ( const AFP_TDDigi & digi)
inline

Definition at line 28 of file AFP_TDDigi.h.

29{
30 return digi.m_fADC;
31}
float m_fADC
Definition AFP_TDDigi.h:15

◆ getTDC()

float getTDC ( const AFP_TDDigi & digi)
inline

Definition at line 24 of file AFP_TDDigi.h.

25{
26 return digi.m_fTDC;
27}
float m_fTDC
Definition AFP_TDDigi.h:16