diff --git a/k4Reco/FastJet/src/FastJetAlg.cpp b/k4Reco/FastJet/src/FastJetAlg.cpp index 7ce6c7e..c820f5c 100644 --- a/k4Reco/FastJet/src/FastJetAlg.cpp +++ b/k4Reco/FastJet/src/FastJetAlg.cpp @@ -348,5 +348,5 @@ FastJetAlg::operator()(const edm4hep::ReconstructedParticleCollection& inputColl } } - return std::make_tuple(std::move(outputCollection), std::move(jetCollection)); + return std::make_tuple(std::move(jetCollection), std::move(outputCollection)); } \ No newline at end of file