Skip to content

Support SharedObjectsContainer in DecayTreeFitter

Davide Fazzini requested to merge dfazzini_update_input_dtf into master

Change the input container type of the DecayTreeFitter algorithm from LHCb::Particles to Gaudi::NamedRange<std::vector<const LHCb::Particle*>> in order to accept both KeyedContainer (like LHCb::Particles) and Gaudi::SharedObjectsContainer (returned by filter algorithms like FilterDecays).

To be merged with DaVinci!670 (merged).

Edited by Davide Fazzini

Merge request reports