Skip to content

FlowElement inherits from IParticle, let the relevant DataVector know about it

Basically

class DataVector<xAOD::FlowElement_v1,DataModel_detail::NoBase>
class DataVector<xAOD::FlowElement_v1>
class DataVector<xAOD::PFO_v1,DataVector<xAOD::IParticle,DataModel_detail::NoBase> >
class DataVector<xAOD::PFO_v1>

changes to

class DataVector<xAOD::FlowElement_v1,DataVector<xAOD::IParticle,DataModel_detail::NoBase> >
class DataVector<xAOD::FlowElement_v1>
class DataVector<xAOD::PFO_v1,DataVector<xAOD::IParticle,DataModel_detail::NoBase> >
class DataVector<xAOD::PFO_v1>

at the "rootmap level"

i.e the relevant DataVector is aware that FlowElement inherits from IParticle.

Mentiong @akraszna , @manthony , @mhodgkin

Edited by Christos Anastopoulos

Merge request reports