We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a59ee commit 0888becCopy full SHA for 0888bec
PWGLF/TableProducer/Nuspex/he3HadronFemto.cxx
@@ -930,6 +930,7 @@ struct he3HadronFemto {
930
mQaRegistry.fill(HIST("hKstarUSantimatter_femto"), he3Hadcand.kstarfem);
931
}
932
933
+ fillHistograms(he3Hadcand);
934
935
936
template <typename Tcollisions, typename Ttracks>
@@ -946,7 +947,6 @@ struct he3HadronFemto {
946
947
continue;
948
949
fillKstar(he3Hadcand);
- fillHistograms(he3Hadcand);
950
auto collision = collisions.rawIteratorAt(he3Hadcand.collisionID);
951
fillTable(he3Hadcand, collision, /*isMC*/ false);
952
0 commit comments