Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TrackParamTruthInitConfig: maxEtaForward=10 for B0 coverage
We should cover down to 5.5 mrad. The new value eta=10 covers that: ``` >>> import numpy as np >>> np.rad2deg(2*np.arctan(np.exp(-10))) 0.005202448727587163 ```
- Loading branch information