Skip to content

Commit 96751d8

Browse files
author
Sabrina Hernandez
committed
remove else in function
1 parent c2aed8a commit 96751d8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PWGCF/Flow/Tasks/flowZdcTask.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,8 +455,6 @@ struct FlowZdcTask {
455455
for (const auto& amplitude : foundBC.ft0().amplitudeC()) {
456456
aT0C += amplitude;
457457
}
458-
} else {
459-
return;
460458
}
461459
histos.fill(HIST("hEventCounter"), EvCutLabel::TZero);
462460
if (foundBC.has_fv0a()) {

0 commit comments

Comments
 (0)