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 96 of file ALFA_Hit.h.

97{
98 return (float) hit.GetGlobalTime();
99}
float GetGlobalTime() const
Definition ALFA_Hit.h:60