-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Remove Tesla conversion in
estimateTrackParamsFromSeed
(#…
…3835) Currently we convert the magnetic field to Tesla and then convert back to length units. This can be avoided by using our native units which are the following ```c++ /// Magnetic field, native unit (eV*s)/(e*m²) /// @note Depends on speed of light in SI units constexpr double T = 0.000299792458; // = eV * s / (e * m2); ```
- Loading branch information
Showing
7 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
Binary file modified
BIN
+145 Bytes
(100%)
CI/physmon/reference/trackfinding_1muon/seeded/performance_fitting_ckf.root
Binary file not shown.
Binary file modified
BIN
+18 Bytes
(100%)
CI/physmon/reference/trackfinding_1muon/truth_estimated/performance_fitting_ckf.root
Binary file not shown.
Binary file modified
BIN
+103 Bytes
(100%)
CI/physmon/reference/trackfinding_4muon_50vertices/performance_fitting_ckf.root
Binary file not shown.
Binary file modified
BIN
-12 Bytes
(100%)
...on/reference/trackfinding_4muon_50vertices/performance_vertexing_amvf_grid_time_hist.root
Binary file not shown.
Binary file modified
BIN
+136 Bytes
(100%)
CI/physmon/reference/trackfinding_ttbar_pu200/performance_fitting_ckf.root
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters