Split track containers by type throughout the reconstruction (and beyond)
Currently, the track types are merged at some point (where exactly depending on the sequence) into a Best
container. This should be changed to having split containers up to and including the selections and persistency.
There are several tasks included:
- Write a configuration that keeps the containers separate in Moore
- Study the physics impact of this, e.g. the
NShared
in the muonPID looks at all tracks. Is it enough to just combine the tracks before running the algorithm that needs all tracks? - What is the impact on the
v2::Particle
, e.g. for Downstream tracks different states need to be used compared to Long tracks. - What is the impact on persistency?