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
Adressing #212 , I think it would just be better to provide an iterator that yields all events, providing what information is available.
So a non triggered event would only contain mc_shower and mc_event (and possibly the photons) while a triggered event would additionally contain the telescope data / array trigger information.
Like this, the simulated events info could be generated in the same event loop as the normal analysis.
The text was updated successfully, but these errors were encountered:
Adressing #212 , I think it would just be better to provide an iterator that yields all events, providing what information is available.
So a non triggered event would only contain
mc_shower
andmc_event
(and possibly the photons) while a triggered event would additionally contain the telescope data / array trigger information.Like this, the simulated events info could be generated in the same event loop as the normal analysis.
The text was updated successfully, but these errors were encountered: