Import Geant4 9.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 17:01:34 +02:00
parent b1eb5424d2
commit e2d2f9810a
10384 changed files with 698580 additions and 628834 deletions
@@ -23,14 +23,13 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
/// \file field/field04/src/F04TrackingAction.cc
/// \brief Implementation of the F04TrackingAction class
//
//
#include "globals.hh"
#include "G4RunManager.hh"
//#include "F04Trajectory.hh"
#include "F04UserTrackInformation.hh"
#include "G4Track.hh"
@@ -39,6 +38,8 @@
#include "F04TrackingAction.hh"
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
void F04TrackingAction::PreUserTrackingAction(const G4Track* aTrack)
{
F04UserTrackInformation* trackInformation = new F04UserTrackInformation();
@@ -53,7 +54,9 @@ void F04TrackingAction::PreUserTrackingAction(const G4Track* aTrack)
}
void F04TrackingAction::PostUserTrackingAction(const G4Track* aTrack){
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
void F04TrackingAction::PostUserTrackingAction(const G4Track* aTrack){
F04UserTrackInformation*
trackInformation = (F04UserTrackInformation*)aTrack->GetUserInformation();