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
Geant4Output2EDM4hep INFO +++ Saving EDM4hep event 0 run 0.
GenerationInit INFO +++ Initializing event 2. Within run:0 event 2.
UI INFO ++ End of file reached, ending run...
GenerationInit WARN +++ Finished run 0 after 2 events (2 events in total)
while I have only one event.
And the time per event is reported as negative due to the -1 flag:
DDSim INFO DDSim INFO StartUp Time: 8.60 s, Event Processing: 351.13 s (-351.13 s/Event)
Here is a reproducer [1], let me know if you need a more streamlined one.
I realized while running on an externally generated file, with the option
-N -1
, that the total number of event and the time per event were wrong.There is one too many event in e.g.
m_evtTotal
: https://github.com/AIDASoft/DD4hep/blob/master/DDG4/src/Geant4GeneratorActionInit.cpp#L48while I have only one event.
And the time per event is reported as negative due to the -1 flag:
Here is a reproducer [1], let me know if you need a more streamlined one.
[1]
The text was updated successfully, but these errors were encountered: