ATLAS Offline Software
Classes | Functions
SiHit.h File Reference
#include "CLHEP/Geometry/Point3D.h"
#include "GeneratorObjects/HepMcParticleLink.h"
Include dependency graph for SiHit.h:

Go to the source code of this file.

Classes

class  SiHit
 

Functions

float hitTime (const SiHit &hit)
 

Function Documentation

◆ hitTime()

float hitTime ( const SiHit hit)
inline

Definition at line 201 of file SiHit.h.

202 {
203  return (float) hit.meanTime();
204 }
SiHit::meanTime
double meanTime() const
Definition: SiHit.h:180