Better Velo geometry, many small fixes
- 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 usingdouble
for some elements before). - The muon
std::vector
is not copied anymore when instantiatingRuntimeOptions
. - All
debug_cout
s in the main sequence have been protected aroundif
s. - Overall, this brings the reconstruction back to the
90 kHz
in the RTX 2080 Ti from December.