Skip to content

Commit 71dfe3f

Browse files
authored
Merge pull request AliceO2Group#59 from alibuild/alibot-cleanup-4797
Please consider the following formatting changes to AliceO2Group#4797
2 parents b7e88a7 + c0a91aa commit 71dfe3f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PWGHF/TableProducer/candidateCreatorToXiPi.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,6 @@ struct HfCandidateCreatorToXiPiMc {
414414
if (indexRec > -1) {
415415
flag = sign * (1 << aod::hf_cand_toxipi::DecayType::OmegaczeroToXiPi);
416416
collisionMatched = candidate.collision_as<aod::McCollisionLabels>().mcCollisionId() == mcParticles.iteratorAt(indexRecCharmBaryon).mcCollisionId();
417-
418417
}
419418
}
420419
}
@@ -448,7 +447,6 @@ struct HfCandidateCreatorToXiPiMc {
448447
if (indexRec > -1) {
449448
flag = sign * (1 << aod::hf_cand_toxipi::DecayType::XiczeroToXiPi);
450449
collisionMatched = candidate.collision_as<aod::McCollisionLabels>().mcCollisionId() == mcParticles.iteratorAt(indexRecCharmBaryon).mcCollisionId();
451-
452450
}
453451
}
454452
}

0 commit comments

Comments
 (0)