ATLAS Offline Software
Loading...
Searching...
No Matches
AFP_SiDigi.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_SiDigi

Functions

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

Function Documentation

◆ getADC()

float getADC ( const AFP_SiDigi & digi)
inline

Definition at line 29 of file AFP_SiDigi.h.

30{
31 return digi.m_fADC;
32}
float m_fADC
Definition AFP_SiDigi.h:15

◆ getTDC()

float getTDC ( const AFP_SiDigi & digi)
inline

Definition at line 25 of file AFP_SiDigi.h.

26{
27 return digi.m_fTDC;
28}
float m_fTDC
Definition AFP_SiDigi.h:16