Skip to content

Commit fd54f14

Browse files
hernasabSabrina Hernandez
andauthored
[PWGCF] remove else in function (#13651)
Co-authored-by: Sabrina Hernandez <sabrina.gabrielle.hernandez@cern.ch>
1 parent ff68951 commit fd54f14

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)