Skip to content

Commit 54753e2

Browse files
committed
Please consider the following formatting changes
1 parent 89f9a29 commit 54753e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

EventFiltering/PWGLF/nucleiFilter.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -418,10 +418,10 @@ struct nucleiFilter {
418418

419419
for (const auto& track : tracks) {
420420
if (track.itsNCls() < cfgCutNclusITS ||
421-
track.tpcNClsFound() < cfgCutNclusTPC ||
422-
std::abs(track.dcaXY()) > cfgCutDCAxy ||
423-
std::abs(track.dcaZ()) > cfgCutDCAz ||
424-
std::abs(track.eta()) > 0.9) {
421+
track.tpcNClsFound() < cfgCutNclusTPC ||
422+
std::abs(track.dcaXY()) > cfgCutDCAxy ||
423+
std::abs(track.dcaZ()) > cfgCutDCAz ||
424+
std::abs(track.eta()) > 0.9) {
425425
continue;
426426
}
427427
const ROOT::Math::PtEtaPhiMVector trackVector(track.pt(), track.eta(), track.phi(), constants::physics::MassPiMinus);

0 commit comments

Comments
 (0)