You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected Result: (what do you expect when you execute the steps above)
Reconstruction terminates
Actual Result: (what do you get when you execute the steps above)
[2023-04-21 18:24:45.464] [JEventProcessorPODIO] [error] Omitting PODIO collection 'FooBarFactory' due to exception: Unknown exception in JFactoryT::Init().
and reconstruction continues
The text was updated successfully, but these errors were encountered:
I fully agree that we should remove the try/catch block inside JEventProcessorPODIO and let crashing factories crash rather than attempting to keep going. Most of the crashing factories are excepting because there is a JEvent::Get() for some T that is not present in the input file (due to geometry, etc). We can use the non-excepting forms of Get/GetSingle, or we can wrap them in the try/catch block instead.
Expected Result: (what do you expect when you execute the steps above)
Reconstruction terminates
Actual Result: (what do you get when you execute the steps above)
and reconstruction continues
The text was updated successfully, but these errors were encountered: