/[PAMELA software]/PamG4/include/TrackingAction.hh
ViewVC logotype

Annotation of /PamG4/include/TrackingAction.hh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Tue Dec 13 16:20:39 2005 UTC (18 years, 11 months ago) by cafagna
Branch: start, MAIN
CVS Tags: v1r0, bogo, HEAD
Changes since 1.1: +0 -0 lines
Geant4 code for ND and Calorimeter

1 cafagna 1.1
2     #ifndef TrackingAction_h
3     #define TrackingAction_h 1
4    
5     #include "G4UserTrackingAction.hh"
6    
7    
8     class TrackingAction : public G4UserTrackingAction {
9    
10     public:
11     TrackingAction(){};
12     virtual ~TrackingAction(){};
13    
14     virtual void PreUserTrackingAction(const G4Track*);
15    
16     };
17    
18     #endif
19    
20     // 2005 by G.I.Vasilyev

  ViewVC Help
Powered by ViewVC 1.1.23