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.
2 parents 8612c02 + 1c9d9e8 commit 2b9aef2Copy full SHA for 2b9aef2
PWGLF/Tasks/Nuspex/AngularCorrelationsInJets.cxx
@@ -340,7 +340,7 @@ struct AngularCorrelationsInJets {
340
if (track.tpcNSigmaStoreEl() < nsigmaRejection || track.tpcNSigmaStoreMu() < nsigmaRejection || track.tpcNSigmaStorePi() < nsigmaRejection || track.tpcNSigmaStoreKa() < nsigmaRejection || track.tpcNSigmaStoreTr() < nsigmaRejection || track.tpcNSigmaStoreAl() < nsigmaRejection)
341
return false;
342
switch (species) { // guard against nsigmaRejection being lower than nsigma cuts that are applied before this function
343
- case 1: // proton
+ case 1: // proton
344
return (track.tpcNSigmaPr() < protonNsigma && track.tpcNSigmaDe() > nsigmaRejection && track.tpcNSigmaHe() > nsigmaRejection);
345
break;
346
case 2: // antiproton
0 commit comments