Skip to content

Commit 61ee201

Browse files
committed
Linting
1 parent 2349827 commit 61ee201

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGHF/Tasks/taskMcValidation.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -558,8 +558,8 @@ struct HfTaskMcValidationGen {
558558
} else if (origin == RecoDecay::OriginType::NonPrompt) {
559559
counterNonPrompt[iD]++;
560560
}
561-
} else if (iD >= NCharmMesonChannels && iD < NCharmMesonChannels + NBeautyChannels) { // Beauty hadrons
562-
counterBeauty[iD]++; // Matched already, no need to check origin for beauty hadrons
561+
} else { // Beauty hadrons
562+
counterBeauty[iD]++; // Matched already, no need to check origin for beauty hadrons
563563
}
564564

565565
auto daughter0 = particle.template daughters_as<Particles>().begin();

0 commit comments

Comments
 (0)