Save SciFi state for muon ID & make looking forward algorithm default SciFi tracking algorithm
Add back saving of the Scifi state, to be used as input by isMuon. (isMuon was broken with the latest merges)
I created a separate array dev_scifi_states_unconsolidated
where it is saved before going into the SciFi track consolidation.
The looking forward SciFi tracking algorithms are now in the DefaultSequence.
The maximum number of SciFi tracks is no longer SciFi::Constants::max_tracks
per event, but instead SciFi::Constants::max_SciFi_tracks_per_UT_track * # of UT tracks
, where SciFi::Constants::max_SciFi_tracks_per_UT_track = 1
currently. This allows us to explore saving more than one candidate per UT track later.
The PrForward algorithm was adapted for the change of cutoff of # of tracks.
Edited by Dorothea Vom Bruch