Skip to content

Better Velo geometry, many small fixes

Daniel Campora Perez requested to merge dcampora_velo_better_geometry into master
  • A new Velo geometry format has been produced. It is based on the previous one, and uses float for all its members (unfortunately we were using double for some elements before).
  • The muon std::vector is not copied anymore when instantiating RuntimeOptions.
  • All debug_couts in the main sequence have been protected around ifs.
  • Overall, this brings the reconstruction back to the 90 kHz in the RTX 2080 Ti from December.

Merge request reports