Parent Directory | Revision Log
Geant4 code for ND and Calorimeter
1 | cafagna | 1.1 | |
2 | |||
3 | #include "TrackingAction.hh" | ||
4 | #include "G4TrackingManager.hh" | ||
5 | #include "G4Track.hh" | ||
6 | #include "G4UImanager.hh" | ||
7 | |||
8 | void TrackingAction::PreUserTrackingAction(const G4Track* aTrack) | ||
9 | { | ||
10 | fpTrackingManager->SetStoreTrajectory(false); | ||
11 | |||
12 | } | ||
13 | |||
14 | |||
15 | // 2005 by G.I.Vasilyev |
ViewVC Help | |
Powered by ViewVC 1.1.23 |