CMS 3D CMS Logo

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 public:
16  ~PrintTrackNumberAction() override;
17  void update(const EndOfTrack *trk) override;
18  void update(const EndOfEvent *trk) override;
19 
20 private:
27 };
28 
29 #endif
PrintTrackNumberAction(edm::ParameterSet const &p)
void update(const EndOfTrack *trk) override
This routine will be called when the appropriate signal arrives.