33 #include "G4HCofThisEvent.hh"
44 fHitsCollection(nullptr), fHCID(-1)
71 if (
edep==0.)
return true;
76 auto hitTime = preStepPoint->GetGlobalTime();
90 (*fHitsCollection)[ix]->SetTime(hitTime);
96 auto physical = touchable->GetVolume();
97 hit->SetLogV(physical->GetLogicalVolume());
98 auto transform = touchable->GetHistory()->GetTopTransform();