Import Geant4 10.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2017-12-08 12:52:30 +01:00
parent 98e455a940
commit fc6af9e721
2166 changed files with 276760 additions and 100873 deletions
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4MultiLevelLocator.cc 99915 2016-10-11 09:24:43Z gcosmo $
// $Id: G4MultiLevelLocator.cc 107606 2017-11-27 09:39:04Z gcosmo $
//
// Class G4MultiLevelLocator implementation
//
@@ -560,7 +560,7 @@ G4bool G4MultiLevelLocator::EstimateIntersectionPoint(
G4double Sub_len = (all_len-did_len)/(2.);
G4FieldTrack midPoint = CurrentA_PointVelocity;
G4MagInt_Driver* integrDriver
auto integrDriver
= GetChordFinderFor()->GetIntegrationDriver();
G4bool fullAdvance=
integrDriver->AccurateAdvance(midPoint, Sub_len, fiEpsilonStep);
@@ -593,8 +593,7 @@ G4bool G4MultiLevelLocator::EstimateIntersectionPoint(
<< " at end (midpoint)= " << midPoint << G4endl;
G4cout << " Particle mass = " << midPoint.GetRestMass() << G4endl;
G4EquationOfMotion *equation
= integrDriver->GetStepper()->GetEquationOfMotion();
G4EquationOfMotion *equation = integrDriver->GetEquationOfMotion();
ReportFieldValue( CurrentA_PointVelocity, "start", equation );
ReportFieldValue( midPoint, "midPoint", equation );
G4cout << " Original Start = "