@@ -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