CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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:
16  void update(const BeginOfTrack * trk);
17 
18 private:
19  bool killHeavy;
21 };
22 
23 #endif
24 
25 
KillSecondariesTrackAction(edm::ParameterSet const &p)
void update(const BeginOfTrack *trk)
This routine will be called when the appropriate signal arrives.