diff --git a/PWGLF/TableProducer/Nuspex/he3HadronFemto.cxx b/PWGLF/TableProducer/Nuspex/he3HadronFemto.cxx index b626b1ce386..3d594b39d30 100644 --- a/PWGLF/TableProducer/Nuspex/he3HadronFemto.cxx +++ b/PWGLF/TableProducer/Nuspex/he3HadronFemto.cxx @@ -930,6 +930,7 @@ struct he3HadronFemto { mQaRegistry.fill(HIST("hKstarUSantimatter_femto"), he3Hadcand.kstarfem); } } + fillHistograms(he3Hadcand); } template @@ -946,7 +947,6 @@ struct he3HadronFemto { continue; } fillKstar(he3Hadcand); - fillHistograms(he3Hadcand); auto collision = collisions.rawIteratorAt(he3Hadcand.collisionID); fillTable(he3Hadcand, collision, /*isMC*/ false); }