Skip to content

Commit

Permalink
specify float array
Browse files Browse the repository at this point in the history
  • Loading branch information
simonge committed Aug 28, 2024
1 parent 6b1c511 commit 5acacfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/global/reco/reco.cc
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ void InitPlugin(JApplication *app) {
"GeneratedChargedParticles",
{"GeneratedParticles"},
{"GeneratedChargedParticles"},
{.function = BooleanSplit<&edm4eic::ReconstructedParticle::getCharge>{{0.0},std::not_equal_to<float>{}}},
{.function = BooleanSplit<&edm4eic::ReconstructedParticle::getCharge>{std::vector<float>{0.0},std::not_equal_to<float>{}}},
app
));

Expand Down

0 comments on commit 5acacfd

Please sign in to comment.