Skip to content

Commit 74a2410

Browse files
authored
Remove continue statement for ITS tracks
Removed unnecessary continue statement when track has ITS.
1 parent 15ca469 commit 74a2410

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

DPG/Tasks/AOTTrack/qaEventTrack.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,6 @@ void qaEventTrack::fillRecoHistogramsGroupedTracks(const C& collision, const T&
12971297
histos.fill(HIST("Tracks/selection"), 1.f);
12981298
if (track.hasITS()) {
12991299
atLeastITSTracks++;
1300-
continue;
13011300
}
13021301
if (!isSelectedTrack<IS_MC>(track)) {
13031302
continue;

0 commit comments

Comments
 (0)