Import Geant4 8.0.0 source tree
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user