53 G4StepPoint* postStepPoint = aStep -> GetPostStepPoint();
56 if(!postVolume_phys)
return;
66 for (
G4int i = postDepth; i >= 0; --i) {
67 localPostPVPointerCopyNoPath.push_back
74 auto postIterator = sceneVisAttsMap.find(localPostPVPointerCopyNoPath);
76 if (postIterator != sceneVisAttsMap.end()) {
77 postVisAtts = &postIterator->second;
82 if((!postVisAtts) || (!(postVisAtts->
IsVisible())))
return;
92 G4Track* currentTrack = aStep -> GetTrack();