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_tdcnow calculates the number of crossings. It precalculatesdev_muon_tile_used_tanddev_station_ocurrences_sizes_t. -
muon_station_ocurrence_prefix_sumruns right aftermuon_populate_tile_and_tdcand beforemuon_add_coords_crossing_maps. - Now,
muon_add_coords_crossing_mapsknows how many hits there are exactly.
Closes #369 (closed).