CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PrintTrackNumberAction.h
Go to the documentation of this file.
1 #ifndef SimG4Core_PrintTrackNumberAction_H
2 #define SimG4Core_PrintTrackNumberAction_H
3 
7 
8 class EndOfEvent;
9 class EndOfTrack;
10 
12  public Observer<const EndOfEvent *>,
13  public Observer<const EndOfTrack *>
14 {
15 public:
18  void update(const EndOfTrack * trk);
19  void update(const EndOfEvent * trk);
20 private:
27 };
28 
29 #endif
30 
31 
PrintTrackNumberAction(edm::ParameterSet const &p)
void update(const EndOfTrack *trk)
This routine will be called when the appropriate signal arrives.