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

Go to the source code of this file.

Classes

class  ALFA_Hit

Functions

float hitTime (const ALFA_Hit &hit)

Function Documentation

◆ hitTime()

float hitTime ( const ALFA_Hit & hit)
inline

Definition at line 107 of file ALFA_Hit.h.

108{
109 return (float) hit.GetGlobalTime();
110}
float GetGlobalTime() const
Definition ALFA_Hit.h:63