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 
11  public Observer<const BeginOfTrack *> {
12 
13 public:
15  ~KillSecondariesTrackAction() override;
16  void update(const BeginOfTrack * trk) override;
17 
18 private:
19  bool killHeavy;
21 };
22 
23 #endif
24 
25 
KillSecondariesTrackAction(edm::ParameterSet const &p)
void update(const BeginOfTrack *trk) override
This routine will be called when the appropriate signal arrives.