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.
Edited by Christos Anastopoulos