/home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/core/include/RAT/StackingAction.hh Source File

Ratpac-two: /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/core/include/RAT/StackingAction.hh Source File
Ratpac-two
StackingAction.hh
1 // fsutanto@umich.edu
2 // Apr 15,2018
3 // the class is added to kill secondary tracks
4 // that are produced by neutron capture on 158Gd
5 
6 #ifndef StackingAction_h
7 #define StackingAction_h 1
8 
9 #include "G4UserStackingAction.hh"
10 #include "globals.hh"
11 
12 class StackingAction : public G4UserStackingAction {
13  public:
15  virtual ~StackingAction();
16 
17  virtual G4ClassificationOfNewTrack ClassifyNewTrack(const G4Track *);
18 };
19 
20 #endif
Definition: StackingAction.hh:12