CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
KillSecondariesRunAction.h
Go to the documentation of this file.
1 #ifndef SimG4Core_KillSecondariesRunAction_H
2 #define SimG4Core_KillSecondariesRunAction_H
3 
7 
8 class BeginOfRun;
9 
11  public Observer<const BeginOfRun *>
12 {
13 public:
16  void update(const BeginOfRun * run);
17 };
18 
19 #endif
20 
21 
KillSecondariesRunAction(edm::ParameterSet const &p)
void update(const BeginOfRun *run)
This routine will be called when the appropriate signal arrives.