We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58506f commit 57970daCopy full SHA for 57970da
PWGCF/MultiparticleCorrelations/Tasks/threeParticleCorrelations.cxx
@@ -901,19 +901,19 @@ struct ThreeParticleCorrelations {
901
902
double ratioCorrection = 1.0;
903
if (confRatioCorrectionSwitch) {
904
-
+
905
int index = -999;
906
if (track.sign() > 0) {
907
- index = 0;
+ index = 0;
908
} else if (track.sign() < 0) {
909
- index = 1;
910
- }
911
+ index = 1;
+ }
912
ratioCorrection = ratios[index]->GetBinContent(ratios[index]->FindBin(track.pt(), centrality));
913
}
914
915
return ratioCorrection;
916
917
918
template <class V0Cand>
919
int v0Sign(const V0Cand& v0)
0 commit comments