Skip to content

Commit 513a123

Browse files
committed
Please consider the following formatting changes
1 parent 439ab76 commit 513a123

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGLF/TableProducer/Nuspex/ebyeMaker.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,8 +555,7 @@ struct EbyeMaker {
555555
for (const auto& track : tracks) {
556556
if (track.trackType() == o2::aod::track::TrackTypeEnum::Run2Tracklet && std::abs(track.eta()) < trklEtaMax && !(doprocessRun3 || doprocessMcRun3)) { // tracklet
557557
nTrackletsColl++;
558-
}
559-
else if (std::abs(track.eta()) < trklEtaMax && track.itsNcls() > 3 && (doprocessRun3 || doprocessMcRun3)) { // ITS only + global tracks
558+
} else if (std::abs(track.eta()) < trklEtaMax && track.itsNcls() > 3 && (doprocessRun3 || doprocessMcRun3)) { // ITS only + global tracks
560559
nTrackletsColl++;
561560
}
562561
if (!selectTrack(track)) {

0 commit comments

Comments
 (0)