ATLAS Offline Software
Classes | Functions
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 }

◆ getTDC()

float getTDC ( const AFP_SiDigi digi)
inline

Definition at line 25 of file AFP_SiDigi.h.

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