Skip to content

Commit 1effdfe

Browse files
authored
Merge pull request #23 from alibuild/alibot-cleanup-10564
[PWGHF] Please consider the following formatting changes to AliceO2Group#10564
2 parents 459f2be + ca12f3a commit 1effdfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/HFC/TableProducer/correlatorLcHadrons.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ struct HfCorrelatorLcHadrons {
944944
bool isLcNonPrompt = candidate.originMcRec() == RecoDecay::OriginType::NonPrompt;
945945
auto mcParticleProng0 = candidate.template prong0_as<TracksWithMc>().template mcParticle_as<aod::McParticles>();
946946
auto pdgCodeProng0 = std::abs(mcParticleProng0.pdgCode());
947-
947+
948948
if (isLcSignal) {
949949
if (candidate.isSelLcToPKPi() >= selectionFlagLc && (!rejectReflectionLc || pdgCodeProng0 == kProton)) {
950950
if (isLcPrompt) {

0 commit comments

Comments
 (0)