CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SaveSimTrack.h
Go to the documentation of this file.
1 #ifndef SimG4Core_SaveSimTrack_H
2 #define SimG4Core_SaveSimTrack_H
3 
8 
9 class SaveSimTrack : public SimWatcher,
10  public Observer<const BeginOfTrack *> {
11 
12 public:
14  ~SaveSimTrack();
15  void update(const BeginOfTrack * trk);
16 
17 private:
18  int pdgMin, pdgMax;
19 };
20 
21 #endif
22 
23 
void update(const BeginOfTrack *trk)
This routine will be called when the appropriate signal arrives.
Definition: SaveSimTrack.cc:22
SaveSimTrack(edm::ParameterSet const &p)
Definition: SaveSimTrack.cc:10