Skip to content

Commit a7c12ef

Browse files
authored
Update spectraTOF.cxx
1 parent d46c10c commit a7c12ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Nuspex/spectraTOF.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@ struct tofSpectra {
11581158
if (track.tpcChi2NCl() < minChi2PerClusterTPC || track.tpcChi2NCl() > maxChi2PerClusterTPC) {
11591159
return false;
11601160
}
1161-
1161+
11621162
if (!passesCutWoDCA(track)) {
11631163
return false;
11641164
}

0 commit comments

Comments
 (0)