Skip to content

Draft: Should build the trajectories faster

This MR should help to build the truth trajectories faster in the MuonSpectrometer and in the Tracking.

This is done with a reimplementation of the getDaughter() and getMother() functions.

The previous implementation of those functions always created a copy of the particle used in the argument using the truthTrajectoryCuts function, which always returned a pair of particles.

Tag @jojungge @jchapman @christos

Merge request reports