Skip to content

Conversation

@tmadlener
Copy link
Contributor

BEGINRELEASENOTES

  • Truly make sure that RealisticCaloDigi always creates an output collection, not only if it's non-empty.
  • Set the CellID encoding string as early as possible for RealisticCalo{Digi,Reco} to avoid jumping over this in case we exit a loop early.

ENDRELEASENOTES

Follow up to #150 where this was missed.

Set the encoding as soon as we have the necessary information instead of
waiting until the end as that might be jumped over in case parts of the
loop are skipped.
We will not enter the loop over the hits in any case if we have 0 hits.
But with the continue in place we jump adding the collection to the
event.
@tmadlener tmadlener changed the title Fix digi always coll Make sure that the digitizer also produces empty output collections Oct 21, 2025
@tmadlener tmadlener merged commit 06cfd31 into iLCSoft:master Oct 21, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant