64 G4Track* theTrack = aStep-> GetTrack();
67 if(theTrack-> GetTrackStatus() ==
fAlive) {
return;}
71 G4TrackVector* fSecondary = steppingManager -> GetfSecondary();
73 for(
size_t lp1=0;lp1<(*fSecondary).size(); lp1++)
80 G4String process = (*fSecondary)[lp1]-> GetCreatorProcess()-> GetProcessName();
84 if (process ==
"RadioactiveDecay")
89 analysis -> FillPrimaryParticleHistogram(energy/
keV);
BrachyAnalysisManager * analysis
G4SteppingManager * fpSteppingManager
std::vector< G4Track * > G4TrackVector
G4double energy(const ThreeVector &p, const G4double m)
void UserSteppingAction(const G4Step *)
static G4Gamma * Definition()
BrachySteppingAction(BrachyAnalysisManager *analysis)