Geant4 Version: 4.11
Hi all,
I want to get the create info of secondary particle
In G4StackingAction::ClassifyNewTrack()
aTrack->GetLogicalVolumeAtVertex()
always return NULL
,
however, I could use the
aTrack->GetVolume()->GetLogicalVolume()
So what is GetLogicalVolumeAtVertex used for?