diff --git a/src/global/reco/reco.cc b/src/global/reco/reco.cc index 4ad2bfea4..7c9b070e6 100644 --- a/src/global/reco/reco.cc +++ b/src/global/reco/reco.cc @@ -255,7 +255,7 @@ void InitPlugin(JApplication *app) { "GeneratedChargedParticles", {"GeneratedParticles"}, {"GeneratedChargedParticles"}, - {.function = BooleanSplit<&edm4eic::ReconstructedParticle::getCharge>{{0.0},std::not_equal_to{}}}, + {.function = BooleanSplit<&edm4eic::ReconstructedParticle::getCharge>{std::vector{0.0},std::not_equal_to{}}}, app ));