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

Go to the source code of this file.

Classes

class  MDTSimHit
 

Typedefs

typedef int HitID
 

Functions

float hitTime (const MDTSimHit &hit)
 

Typedef Documentation

◆ HitID

typedef int HitID

Definition at line 19 of file MDTSimHit.h.

Function Documentation

◆ hitTime()

float hitTime ( const MDTSimHit hit)
inline

Definition at line 106 of file MDTSimHit.h.

107 { return (float) hit.meanTime(); }
MDTSimHit::meanTime
double meanTime() const
Definition: MDTSimHit.h:97