Skip to content

Commit 0888bec

Browse files
authored
put QA after kstar cut
1 parent 55a59ee commit 0888bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/TableProducer/Nuspex/he3HadronFemto.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,6 +930,7 @@ struct he3HadronFemto {
930930
mQaRegistry.fill(HIST("hKstarUSantimatter_femto"), he3Hadcand.kstarfem);
931931
}
932932
}
933+
fillHistograms(he3Hadcand);
933934
}
934935

935936
template <typename Tcollisions, typename Ttracks>
@@ -946,7 +947,6 @@ struct he3HadronFemto {
946947
continue;
947948
}
948949
fillKstar(he3Hadcand);
949-
fillHistograms(he3Hadcand);
950950
auto collision = collisions.rawIteratorAt(he3Hadcand.collisionID);
951951
fillTable(he3Hadcand, collision, /*isMC*/ false);
952952
}

0 commit comments

Comments
 (0)