Skip to content

Commit c0d1bf5

Browse files
committed
Please consider the following formatting changes
1 parent f29e9e4 commit c0d1bf5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

PWGCF/EbyEFluctuations/Tasks/radialFlowDecorr.cxx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,7 +1329,7 @@ struct RadialFlowDecorr {
13291329
} else {
13301330
histos.fill(HIST("h3_RecoUnMatchedToPrimary_Fake"), multPV, pt, eta);
13311331
}
1332-
}else if (isp == kPiMinusIdx) {
1332+
} else if (isp == kPiMinusIdx) {
13331333
histos.fill(HIST("h3_AllReco_PiMinus"), multPV, pt, eta);
13341334
if (track.has_mcParticle()) {
13351335
auto mcP = track.mcParticle();
@@ -1345,7 +1345,7 @@ struct RadialFlowDecorr {
13451345
} else { // No MC
13461346
histos.fill(HIST("h3_RecoUnMatchedToPrimary_Fake_PiMinus"), multPV, pt, eta);
13471347
}
1348-
}else if (isp == kPiPlusIdx) {
1348+
} else if (isp == kPiPlusIdx) {
13491349
histos.fill(HIST("h3_AllReco_PiPlus"), multPV, pt, eta);
13501350
if (track.has_mcParticle()) {
13511351
auto mcP = track.mcParticle();
@@ -1361,7 +1361,7 @@ struct RadialFlowDecorr {
13611361
} else {
13621362
histos.fill(HIST("h3_RecoUnMatchedToPrimary_Fake_PiPlus"), multPV, pt, eta);
13631363
}
1364-
}else if (isp == kPiAllIdx) {
1364+
} else if (isp == kPiAllIdx) {
13651365
histos.fill(HIST("h3_AllReco_PiAll"), multPV, pt, eta);
13661366
if (track.has_mcParticle()) {
13671367
auto mcP = track.mcParticle();
@@ -1377,7 +1377,7 @@ struct RadialFlowDecorr {
13771377
} else {
13781378
histos.fill(HIST("h3_RecoUnMatchedToPrimary_Fake_PiAll"), multPV, pt, eta);
13791379
}
1380-
}else if (isp == kKaMinusIdx) {
1380+
} else if (isp == kKaMinusIdx) {
13811381
histos.fill(HIST("h3_AllReco_KaMinus"), multPV, pt, eta);
13821382
if (track.has_mcParticle()) {
13831383
auto mcP = track.mcParticle();
@@ -1393,7 +1393,7 @@ struct RadialFlowDecorr {
13931393
} else {
13941394
histos.fill(HIST("h3_RecoUnMatchedToPrimary_Fake_KaMinus"), multPV, pt, eta);
13951395
}
1396-
}else if (isp == kKaPlusIdx) {
1396+
} else if (isp == kKaPlusIdx) {
13971397
histos.fill(HIST("h3_AllReco_KaPlus"), multPV, pt, eta);
13981398
if (track.has_mcParticle()) {
13991399
auto mcP = track.mcParticle();
@@ -1409,7 +1409,7 @@ struct RadialFlowDecorr {
14091409
} else {
14101410
histos.fill(HIST("h3_RecoUnMatchedToPrimary_Fake_KaPlus"), multPV, pt, eta);
14111411
}
1412-
}else if (isp == kKaAllIdx) {
1412+
} else if (isp == kKaAllIdx) {
14131413
histos.fill(HIST("h3_AllReco_KaAll"), multPV, pt, eta);
14141414
if (track.has_mcParticle()) {
14151415
auto mcP = track.mcParticle();
@@ -1425,7 +1425,7 @@ struct RadialFlowDecorr {
14251425
} else {
14261426
histos.fill(HIST("h3_RecoUnMatchedToPrimary_Fake_KaAll"), multPV, pt, eta);
14271427
}
1428-
}else if (isp == kAntiPrIdx) {
1428+
} else if (isp == kAntiPrIdx) {
14291429
histos.fill(HIST("h3_AllReco_AntiPr"), multPV, pt, eta);
14301430
if (track.has_mcParticle()) {
14311431
auto mcP = track.mcParticle();
@@ -1441,7 +1441,7 @@ struct RadialFlowDecorr {
14411441
} else {
14421442
histos.fill(HIST("h3_RecoUnMatchedToPrimary_Fake_AntiPr"), multPV, pt, eta);
14431443
}
1444-
}else if (isp == kPrIdx) {
1444+
} else if (isp == kPrIdx) {
14451445
histos.fill(HIST("h3_AllReco_Pr"), multPV, pt, eta);
14461446
if (track.has_mcParticle()) {
14471447
auto mcP = track.mcParticle();
@@ -1457,7 +1457,7 @@ struct RadialFlowDecorr {
14571457
} else {
14581458
histos.fill(HIST("h3_RecoUnMatchedToPrimary_Fake_Pr"), multPV, pt, eta);
14591459
}
1460-
}else if (isp == kAllPrIdx) {
1460+
} else if (isp == kAllPrIdx) {
14611461
histos.fill(HIST("h3_AllReco_AllPr"), multPV, pt, eta);
14621462
if (track.has_mcParticle()) {
14631463
auto mcP = track.mcParticle();

0 commit comments

Comments
 (0)