ATLAS Offline Software
Classes | Typedefs | Functions
MMSimHit.h File Reference
#include "GeoPrimitives/GeoPrimitives.h"
#include "GeneratorObjects/HepMcParticleLink.h"
#include <string>
Include dependency graph for MMSimHit.h:

Go to the source code of this file.

Classes

class  MMSimHit
 

Typedefs

typedef int HitID
 

Functions

float hitTime (const MMSimHit &hit)
 

Typedef Documentation

◆ HitID

typedef int HitID

Definition at line 13 of file MMSimHit.h.

Function Documentation

◆ hitTime()

float hitTime ( const MMSimHit hit)
inline

Definition at line 91 of file MMSimHit.h.

92 { return (float) hit.meanTime(); }
MMSimHit::meanTime
double meanTime() const
Definition: MMSimHit.h:89