diff --git a/PWGCF/EbyEFluctuations/Tasks/radialFlowDecorr.cxx b/PWGCF/EbyEFluctuations/Tasks/radialFlowDecorr.cxx index bf6eb8cd8a7..84179f8872a 100644 --- a/PWGCF/EbyEFluctuations/Tasks/radialFlowDecorr.cxx +++ b/PWGCF/EbyEFluctuations/Tasks/radialFlowDecorr.cxx @@ -1329,7 +1329,7 @@ struct RadialFlowDecorr { } else { histos.fill(HIST("h3_RecoUnMatchedToPrimary_Fake"), multPV, pt, eta); } - }else if (isp == kPiMinusIdx) { + } else if (isp == kPiMinusIdx) { histos.fill(HIST("h3_AllReco_PiMinus"), multPV, pt, eta); if (track.has_mcParticle()) { auto mcP = track.mcParticle(); @@ -1345,7 +1345,7 @@ struct RadialFlowDecorr { } else { // No MC histos.fill(HIST("h3_RecoUnMatchedToPrimary_Fake_PiMinus"), multPV, pt, eta); } - }else if (isp == kPiPlusIdx) { + } else if (isp == kPiPlusIdx) { histos.fill(HIST("h3_AllReco_PiPlus"), multPV, pt, eta); if (track.has_mcParticle()) { auto mcP = track.mcParticle(); @@ -1361,7 +1361,7 @@ struct RadialFlowDecorr { } else { histos.fill(HIST("h3_RecoUnMatchedToPrimary_Fake_PiPlus"), multPV, pt, eta); } - }else if (isp == kPiAllIdx) { + } else if (isp == kPiAllIdx) { histos.fill(HIST("h3_AllReco_PiAll"), multPV, pt, eta); if (track.has_mcParticle()) { auto mcP = track.mcParticle(); @@ -1377,7 +1377,7 @@ struct RadialFlowDecorr { } else { histos.fill(HIST("h3_RecoUnMatchedToPrimary_Fake_PiAll"), multPV, pt, eta); } - }else if (isp == kKaMinusIdx) { + } else if (isp == kKaMinusIdx) { histos.fill(HIST("h3_AllReco_KaMinus"), multPV, pt, eta); if (track.has_mcParticle()) { auto mcP = track.mcParticle(); @@ -1393,7 +1393,7 @@ struct RadialFlowDecorr { } else { histos.fill(HIST("h3_RecoUnMatchedToPrimary_Fake_KaMinus"), multPV, pt, eta); } - }else if (isp == kKaPlusIdx) { + } else if (isp == kKaPlusIdx) { histos.fill(HIST("h3_AllReco_KaPlus"), multPV, pt, eta); if (track.has_mcParticle()) { auto mcP = track.mcParticle(); @@ -1409,7 +1409,7 @@ struct RadialFlowDecorr { } else { histos.fill(HIST("h3_RecoUnMatchedToPrimary_Fake_KaPlus"), multPV, pt, eta); } - }else if (isp == kKaAllIdx) { + } else if (isp == kKaAllIdx) { histos.fill(HIST("h3_AllReco_KaAll"), multPV, pt, eta); if (track.has_mcParticle()) { auto mcP = track.mcParticle(); @@ -1425,7 +1425,7 @@ struct RadialFlowDecorr { } else { histos.fill(HIST("h3_RecoUnMatchedToPrimary_Fake_KaAll"), multPV, pt, eta); } - }else if (isp == kAntiPrIdx) { + } else if (isp == kAntiPrIdx) { histos.fill(HIST("h3_AllReco_AntiPr"), multPV, pt, eta); if (track.has_mcParticle()) { auto mcP = track.mcParticle(); @@ -1441,7 +1441,7 @@ struct RadialFlowDecorr { } else { histos.fill(HIST("h3_RecoUnMatchedToPrimary_Fake_AntiPr"), multPV, pt, eta); } - }else if (isp == kPrIdx) { + } else if (isp == kPrIdx) { histos.fill(HIST("h3_AllReco_Pr"), multPV, pt, eta); if (track.has_mcParticle()) { auto mcP = track.mcParticle(); @@ -1457,7 +1457,7 @@ struct RadialFlowDecorr { } else { histos.fill(HIST("h3_RecoUnMatchedToPrimary_Fake_Pr"), multPV, pt, eta); } - }else if (isp == kAllPrIdx) { + } else if (isp == kAllPrIdx) { histos.fill(HIST("h3_AllReco_AllPr"), multPV, pt, eta); if (track.has_mcParticle()) { auto mcP = track.mcParticle();