Skip to content

Commit 13f2280

Browse files
authored
Merge pull request #9 from alibuild/alibot-cleanup-11767
Please consider the following formatting changes to #11767
2 parents bd714d5 + 6391f39 commit 13f2280

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGHF/D2H/Tasks/taskCharmPolarisation.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ struct TaskPolarisationCharmHadrons {
372372
}
373373
if (doprocessLcToPKPiMc || doprocessLcToPKPiMcWithMl || doprocessLcToPKPiBackgroundMcWithMl) { // Lc->pKpi MC
374374
std::vector<AxisSpec> hRecoHelicityAxes(hHelicityaxes);
375-
if (doprocessLcToPKPiMc) { // Lc->pKpi MC without ML, have one more axis for rotated candidates
375+
if (doprocessLcToPKPiMc) { // Lc->pKpi MC without ML, have one more axis for rotated candidates
376376
hRecoHelicityAxes.insert(hRecoHelicityAxes.end(), {thnAxisResoChannelLc, thnAxisAbsEtaTrackMin, thnAxisNumItsClsMin, thnAxisNumTpcClsMin, thnAxisIsRotatedCandidate, thnAxisCharge});
377377
} else {
378378
hRecoHelicityAxes.insert(hRecoHelicityAxes.end(), {thnAxisResoChannelLc, thnAxisAbsEtaTrackMin, thnAxisNumItsClsMin, thnAxisNumTpcClsMin, thnAxisCharge});
@@ -447,7 +447,7 @@ struct TaskPolarisationCharmHadrons {
447447
}
448448
if (doprocessLcToPKPiMc || doprocessLcToPKPiMcWithMl || doprocessLcToPKPiBackgroundMcWithMl) {
449449
std::vector<AxisSpec> hRecoProductionAxes(hProductionaxes);
450-
if (doprocessLcToPKPiMc) {
450+
if (doprocessLcToPKPiMc) {
451451
hRecoProductionAxes.insert(hRecoProductionAxes.end(), {thnAxisResoChannelLc, thnAxisAbsEtaTrackMin, thnAxisNumItsClsMin, thnAxisNumTpcClsMin, thnAxisIsRotatedCandidate, thnAxisCharge});
452452
} else {
453453
hRecoProductionAxes.insert(hRecoProductionAxes.end(), {thnAxisResoChannelLc, thnAxisAbsEtaTrackMin, thnAxisNumItsClsMin, thnAxisNumTpcClsMin, thnAxisCharge});
@@ -520,7 +520,7 @@ struct TaskPolarisationCharmHadrons {
520520
}
521521
if (doprocessLcToPKPiMc || doprocessLcToPKPiMcWithMl || doprocessLcToPKPiBackgroundMcWithMl) {
522522
std::vector<AxisSpec> hRecoBeamAxes(hBeamaxes);
523-
if (doprocessLcToPKPiMc) {
523+
if (doprocessLcToPKPiMc) {
524524
hRecoBeamAxes.insert(hRecoBeamAxes.end(), {thnAxisResoChannelLc, thnAxisAbsEtaTrackMin, thnAxisNumItsClsMin, thnAxisNumTpcClsMin, thnAxisIsRotatedCandidate, thnAxisCharge});
525525
} else {
526526
hRecoBeamAxes.insert(hRecoBeamAxes.end(), {thnAxisResoChannelLc, thnAxisAbsEtaTrackMin, thnAxisNumItsClsMin, thnAxisNumTpcClsMin, thnAxisCharge});

0 commit comments

Comments
 (0)