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