Skip to content

Commit 6071621

Browse files
authored
Please consider the following formatting changes (AliceO2Group#4)
1 parent e93b001 commit 6071621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/Tasks/cascadecorrelations.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@ struct cascadeSelector {
105105
continue;
106106
}
107107
} else {
108-
//Proton check:
108+
// Proton check:
109109
if (TMath::Abs(negTrack.tpcNSigmaPr()) > 3) {
110110
cascflags(0);
111111
continue;
112112
}
113-
//Pion check:
113+
// Pion check:
114114
if (TMath::Abs(posTrack.tpcNSigmaPi()) > 3) {
115115
cascflags(0);
116116
continue;

0 commit comments

Comments
 (0)