5 #ifndef LUCID_HITIDHELPER
6 #define LUCID_HITIDHELPER 1
14 #include "G4TouchableHistory.hh"
15 #include "G4VTouchable.hh"
18 #include "CLHEP/Units/PhysicalConstants.h"
19 #include "CLHEP/Units/SystemOfUnits.h"
31 inline G4ThreeVector
GetPreStepPoint (G4Step* aStep)
const {
return aStep->GetPreStepPoint()->GetPosition(); }
32 inline G4ThreeVector
GetPostStepPoint(G4Step* aStep)
const {
return aStep->GetPostStepPoint()->GetPosition(); }
33 inline float GetPreStepTime (G4Step* aStep)
const {
return aStep->GetPreStepPoint()->GetGlobalTime(); }
34 inline float GetPostStepTime (G4Step* aStep)
const {
return aStep->GetPostStepPoint()->GetGlobalTime(); }