In `G4StackingAction::ClassifyNewTrack()` `aTrack->GetLogicalVolumeAtVertex()` return `NULL`,


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?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.