Skip to content

Commit d214cbd

Browse files
authored
Merge pull request #30 from alibuild/alibot-cleanup-13833
Please consider the following formatting changes to #13833
2 parents 0669b5a + 7b7232e commit d214cbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGHF/HFC/TableProducer/correlatorDplusHadrons.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ struct HfCorrelatorDplusHadrons {
563563
if (std::abs(yD) >= yCandMax || particle1.pt() <= ptCandMin) {
564564
continue;
565565
}
566-
std::vector<int> listDaughters{};
566+
std::vector<int> listDaughters{};
567567
std::array<int, NDaughters> const arrDaughDplusPDG = {+kPiPlus, -kKPlus, kPiPlus};
568568
std::array<int, NDaughters> prongsId{};
569569
listDaughters.clear();
@@ -584,7 +584,7 @@ struct HfCorrelatorDplusHadrons {
584584
if (!isDaughtersOk)
585585
continue; // Skip this D+ candidate if any daughter fails eta cut
586586
counterDplusHadron++;
587-
587+
588588
registry.fill(HIST("hDplusBin"), poolBin);
589589
registry.fill(HIST("hPtCandMCGen"), particle1.pt());
590590
registry.fill(HIST("hEtaMcGen"), particle1.eta());

0 commit comments

Comments
 (0)