Skip to content

Commit 57970da

Browse files
committed
Please consider the following formatting changes
1 parent a58506f commit 57970da

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

PWGCF/MultiparticleCorrelations/Tasks/threeParticleCorrelations.cxx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -901,19 +901,19 @@ struct ThreeParticleCorrelations {
901901

902902
double ratioCorrection = 1.0;
903903
if (confRatioCorrectionSwitch) {
904-
904+
905905
int index = -999;
906906
if (track.sign() > 0) {
907-
index = 0;
907+
index = 0;
908908
} else if (track.sign() < 0) {
909-
index = 1;
910-
}
911-
909+
index = 1;
910+
}
911+
912912
ratioCorrection = ratios[index]->GetBinContent(ratios[index]->FindBin(track.pt(), centrality));
913913
}
914914

915915
return ratioCorrection;
916-
}
916+
}
917917

918918
template <class V0Cand>
919919
int v0Sign(const V0Cand& v0)

0 commit comments

Comments
 (0)