Skip to content

Commit 19b970c

Browse files
Remove extra spacing
1 parent a653ec3 commit 19b970c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/Tasks/Nuspex/spectraTOF.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2778,7 +2778,7 @@ struct tofSpectra {
27782778
track.tpcChi2NCl() < minChi2PerClusterTPC ||
27792779
track.itsChi2NCl() > maxChi2PerClusterITS ||
27802780
!passesDCAxyCut(track) ||
2781-
std::abs(track.dcaZ()) > maxDcaZ ||
2781+
std::abs(track.dcaZ()) > maxDcaZ ||
27822782
std::abs(track.eta()) > trkselOptions.cfgCutEtaMax.value ||
27832783
track.tpcCrossedRowsOverFindableCls() < minNCrossedRowsOverFindableClustersTPC ||
27842784
track.tpcNClsFound() < minTPCNClsFound ||

0 commit comments

Comments
 (0)