CMS 3D CMS Logo

KillSecondariesStackingAction.h
Go to the documentation of this file.
1 #ifndef SimG4Core_KillSecondariesStackingAction_h
2 #define SimG4Core_KillSecondariesStackingAction_h
3 
4 #include "G4UserStackingAction.hh"
5 
6 class G4Track;
7 
8 class KillSecondariesStackingAction : public G4UserStackingAction {
9 public:
11  ~KillSecondariesStackingAction() override = default;
12  G4ClassificationOfNewTrack ClassifyNewTrack(const G4Track *) override;
13 };
14 
15 #endif
G4ClassificationOfNewTrack ClassifyNewTrack(const G4Track *) override
~KillSecondariesStackingAction() override=default