Skip to content
Snippets Groups Projects
Commit 30c6a84e authored by David Blyth's avatar David Blyth
Browse files

Possible bug

parent 10f98e4e
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,11 @@
#include "G4DecayProducts.hh"
#include "G4ios.hh"
// SLIC
#include "TrackManager.hh"
#include "TrackSummary.hh"
#include "UserTrackInformation.hh"
namespace slic {
StackingAction::StackingAction() {
......@@ -17,6 +22,8 @@ G4ClassificationOfNewTrack StackingAction::ClassifyNewTrack(const G4Track* aTrac
// FIXME: Need to determine how these are supposed to work together!
G4ClassificationOfNewTrack classification = m_pluginManager->stackingClassifyNewTrack(aTrack);
if(aTrack->GetTrackStatus() == fSuspend) classification = fWaiting;
return classification;
}
void StackingAction::NewStage() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment