Import Geant4 10.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2018-12-07 15:15:39 +01:00
parent 6aa23be517
commit db49709b53
11370 changed files with 187480 additions and 160142 deletions
@@ -336,10 +336,17 @@ void DetectorConstruction::ConstructSDandField()
fFieldMgr->SetChordFinder(fChordFinder);
fFieldMgr->SetDetectorField(fField);
fFieldMgr->GetChordFinder()->SetDeltaChord(1e-9*m);
fFieldMgr->SetDeltaIntersection(1e-9*m);
fFieldMgr->SetDeltaOneStep(1e-9*m);
// SI: 01-07-2018 : following settings were initially set to 1e-9*m
// instead of 1e-9*m, but they now induce warnings as
// *** G4Exception : GeomNav1002
// issued by : G4PropagatorInField::ComputeStep
fFieldMgr->GetChordFinder()->SetDeltaChord(1e-7*m);
fFieldMgr->SetDeltaIntersection(1e-7*m);
fFieldMgr->SetDeltaOneStep(1e-7*m);
//
// To avoid G4MagIntegratorDriver::OneGoodStep:Stepsize underflows in Stepper
if (fCoef==1)