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 83ebcaa commit 7083186Copy full SHA for 7083186
PWGCF/MultiparticleCorrelations/Tasks/threeParticleCorrelations.cxx
@@ -1007,7 +1007,7 @@ struct ThreeParticleCorrelations {
1007
return false;
1008
}
1009
} else if (track.pt() > pionPtMid1 && track.pt() < pionPtMid2) {
1010
- if (track.tofNSigmaPi() <= -nSigma4 || track.tofNSigmaPi() >= -nSigma2) {
+ if (track.tofNSigmaPi() <= -nSigma4 || track.tofNSigmaPi() >= nSigma2) {
1011
1012
1013
} else if (track.pt() > pionPtMid2 && track.pt() < pionPtMax) {
0 commit comments