Import Geant4 8.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 14:36:02 +02:00
parent d93e1e39a9
commit 8a51e0bc40
5471 changed files with 99628 additions and 55248 deletions
@@ -22,7 +22,7 @@
//
//
// $Id: XrayTelAnalysis.cc,v 1.11 2004/05/28 15:56:59 guatelli Exp $
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
// Author: A. Pfeiffer (Andreas.Pfeiffer@cern.ch)
// (copied from his UserAnalyser class)
@@ -103,11 +103,11 @@ void XrayTelSteppingAction::UserSteppingAction(const G4Step* step)
XrayTelRunAction* runAction = (XrayTelRunAction*) runManager->GetUserRunAction();
runAction->Update(track->GetKineticEnergy());
}
#ifdef G4ANALYSIS_USE
// Do the analysis related to this step
XrayTelAnalysis* analysis = XrayTelAnalysis::getInstance();
analysis->analyseStepping(*track,entering);
#endif
}