Skip to content

Commit 2b9aef2

Browse files
authored
Merge pull request #18 from alibuild/alibot-cleanup-9135
Please consider the following formatting changes to AliceO2Group#9135
2 parents 8612c02 + 1c9d9e8 commit 2b9aef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Nuspex/AngularCorrelationsInJets.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ struct AngularCorrelationsInJets {
340340
if (track.tpcNSigmaStoreEl() < nsigmaRejection || track.tpcNSigmaStoreMu() < nsigmaRejection || track.tpcNSigmaStorePi() < nsigmaRejection || track.tpcNSigmaStoreKa() < nsigmaRejection || track.tpcNSigmaStoreTr() < nsigmaRejection || track.tpcNSigmaStoreAl() < nsigmaRejection)
341341
return false;
342342
switch (species) { // guard against nsigmaRejection being lower than nsigma cuts that are applied before this function
343-
case 1: // proton
343+
case 1: // proton
344344
return (track.tpcNSigmaPr() < protonNsigma && track.tpcNSigmaDe() > nsigmaRejection && track.tpcNSigmaHe() > nsigmaRejection);
345345
break;
346346
case 2: // antiproton

0 commit comments

Comments
 (0)