Skip to content

Commit 8b68ab4

Browse files
committed
Please consider the following formatting changes
1 parent b2911b0 commit 8b68ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EventFiltering/PWGLF/nucleiFilter.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ struct nucleiFilter {
367367
}
368368

369369
bool passesDCAselection{(track.sign() < 0 || (std::abs(track.dcaXY()) < cfgCutDCAxy &&
370-
std::abs(track.dcaZ()) < cfgCutDCAz))};
370+
std::abs(track.dcaZ()) < cfgCutDCAz))};
371371

372372
float nSigmaTPC[nNuclei]{
373373
track.tpcNSigmaDe(), track.tpcNSigmaTr(), track.tpcNSigmaHe()};

0 commit comments

Comments
 (0)