Skip to content

Commit

Permalink
Adding extra lines for fixing tracking bias
Browse files Browse the repository at this point in the history
  • Loading branch information
miweberSMI committed Nov 22, 2018
1 parent cef09ce commit 7650a5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MC/Geant4Config.C
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,9 @@ void Geant4Config()
geant4->ProcessGeantCommand("/mcMagField/setConstDistance 1 mm");
geant4->ProcessGeantCommand("/mcMagField/setIsMonopole true");
}

geant4->ProcessGeantCommand("/mcMagField/setDeltaIntersection 1.0e-05 mm");
geant4->ProcessGeantCommand("/mcMagField/setMinimumEpsilonStep 0.5e-05");
geant4->ProcessGeantCommand("/mcMagField/setMaximumEpsilonStep 1.0e-05");
}

0 comments on commit 7650a5b

Please sign in to comment.