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 24da458 commit de20919Copy full SHA for de20919
PWGHF/D2H/Tasks/taskLcToK0sP.cxx
@@ -412,8 +412,7 @@ struct HfTaskLcToK0sP {
412
if (std::abs(candidate.flagMcMatchRec()) == 1) {
413
if (candidate.originMcRec() == RecoDecay::OriginType::Prompt) {
414
registry.fill(HIST("MC/Rec/hPtCandRecSigPrompt"), ptCand);
415
- }
416
- if (candidate.originMcRec() == RecoDecay::OriginType::NonPrompt) {
+ } else if (candidate.originMcRec() == RecoDecay::OriginType::NonPrompt) {
417
registry.fill(HIST("MC/Rec/hPtCandRecSigNonPrompt"), ptCand);
418
}
419
registry.fill(HIST("MC/Rec/hPtCandRecSig"), ptCand);
0 commit comments