 Parent Directory
|
 Parent Directory
|  Revision Log
 Revision Log
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 |