Skip to content
Snippets Groups Projects
Commit 409b12e0 authored by JeremyMcCormick's avatar JeremyMcCormick
Browse files

fix compile error

parent 072f3df3
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ void SteppingAction::UserSteppingAction(const G4Step* step) { ...@@ -38,7 +38,7 @@ void SteppingAction::UserSteppingAction(const G4Step* step) {
//G4cout << "setting backscattering flag" << G4endl; //G4cout << "setting backscattering flag" << G4endl;
trackSummary->update(fpSteppingManager->GetTrack()); trackSummary->update(fpSteppingManager->GetTrack());
trackSummary->getTrackSummary()->setBackScattering(); trackSummary->setBackScattering();
// Suspend backscattering tracks to postpone them to the end of shower development. // Suspend backscattering tracks to postpone them to the end of shower development.
fpSteppingManager->GetTrack()->SetTrackStatus(fSuspend); fpSteppingManager->GetTrack()->SetTrackStatus(fSuspend);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment