Safe calculation of muon crossings
This MR removes the muon crossing factor to estimate the number of crossings. Instead, it precalculates the number of crossings by running another kernel.
-
muon_populate_tile_and_tdc
now calculates the number of crossings. It precalculatesdev_muon_tile_used_t
anddev_station_ocurrences_sizes_t
. -
muon_station_ocurrence_prefix_sum
runs right aftermuon_populate_tile_and_tdc
and beforemuon_add_coords_crossing_maps
. - Now,
muon_add_coords_crossing_maps
knows how many hits there are exactly.
Closes #369 (closed).