Skip to content

Commit

Permalink
Make sure to not abort event loop early
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jul 25, 2024
1 parent efe646e commit 4b96ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standalone/src/DelphesRootReader.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class DelphesRootReader : public DelphesInputReader {
}
++m_entry;

return finished();
return true;
};

TTree* converterTree() override { return m_treeWriter->GetTree(); }
Expand Down

0 comments on commit 4b96ffb

Please sign in to comment.