-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No output collections are created if FTDCollection has no SimHits #58
Comments
Do we want to fix this for dev release? @tmadlener @gaede |
The same with
|
I would vote for fixing this by making empty output collections for collections that are "expected" to be present downstream for the "usual" event (i.e. non-empty inputs). If some of the collections are optional, than they should only be created if they are requested. Ideally we figure out an easy way to test this, e.g. by preparing a special input (SIM?) file that also has at least one event with missing inputs. |
Issue
FTDPixelTrackerHit
,RelationsFTDPixelTrackerHits
,FTD_PIXELCollection
,FTDStripTrackerHit
,RelationsFTDStripTrackerHits
,FTD_STRIPCollection
,FTDSpacePointRelations
,FTDSpacePoints
collections are only present if
FTDCollection
collection has more than 0 entries.Output:
We agreed we should always produce output collections, even if empty to avoid bugs.
iLCSoft/MarlinReco#93
The text was updated successfully, but these errors were encountered: