source: snovis/trunk/source/G4Lab/TrackingAction.h@ 242

Last change on this file since 242 was 233, checked in by barrand, 19 years ago
  • Property svn:eol-style set to native
File size: 288 bytes
Line 
1#ifndef G4Lab_TrackingAction_h
2#define G4Lab_TrackingAction_h
3
4#include <G4UserTrackingAction.hh>
5
6namespace G4Lab {
7
8class TrackingAction : public G4UserTrackingAction {
9public:
10 TrackingAction();
11 virtual ~TrackingAction();
12 void PreUserTrackingAction(const G4Track*);
13};
14
15}
16
17#endif
Note: See TracBrowser for help on using the repository browser.