CMS 3D CMS Logo

KillSecondariesTrackAction.h
Go to the documentation of this file.
1 #ifndef SimG4Core_KillSecondariesTrackAction_H
2 #define SimG4Core_KillSecondariesTrackAction_H
3 
7 
8 class BeginOfTrack;
9 
10 class KillSecondariesTrackAction : public SimWatcher, public Observer<const BeginOfTrack *> {
11 public:
13  ~KillSecondariesTrackAction() override;
14  void update(const BeginOfTrack *trk) override;
15 
16 private:
17  bool killHeavy;
19 };
20 
21 #endif
KillSecondariesTrackAction(edm::ParameterSet const &p)
void update(const BeginOfTrack *trk) override
This routine will be called when the appropriate signal arrives.