Fix: adjust magnet field simulation granularity to avoid momentum reconstruction bias;
When using Geant4 for simulations, the granularity of the magnetic field settings can affect the simulation results. For example, with Geant4's default parameters, placing a 2 mm thin layer at a location 10 mm away from the origin can result in abnormal PostStep coordinates. Different experiments have chosen granularity settings based on their specific requirements.
-
Mokka: A strategy is implemented to adjust granularity to finer values for true values or inner layers, while using default parameters for outer layers. The specific settings are:
-
ATLAS: The standard is based on ensuring a deviation of no more than
1.e-5 mm
at a distance of 3 m. The chosen parameters are: -
CMS: A segmented approach is used, with three sets of parameters tailored to different regions.
-
Geant4 Default Parameters:
EpsilonMinDefault = 5.0e-5
EpsilonMaxDefault = 1.0e-3
Default_Delta_One_Step_Value = 0.01 mm
Default_Delta_Intersection_Val = 0.001 mm