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

Functions

float hitTime (const ALFA_ODHit &hit)

Function Documentation

◆ hitTime()

float hitTime ( const ALFA_ODHit & hit)
inline

Definition at line 111 of file ALFA_ODHit.h.

112{
113 return (float) hit.GetGlobalTime();
114}
float GetGlobalTime() const
Definition ALFA_ODHit.h:63