diff --git a/DDG4/python/DDSim/DD4hepSimulation.py b/DDG4/python/DDSim/DD4hepSimulation.py index 2272c1736..f037833f8 100644 --- a/DDG4/python/DDSim/DD4hepSimulation.py +++ b/DDG4/python/DDSim/DD4hepSimulation.py @@ -548,7 +548,7 @@ def run(self): if processedEvents != 0: eventTime = totalTimeUser - startUpTime perEventTime = eventTime / processedEvents - logger.info("StartUp Time: %3.2f s, Event Processing: %3.2f s (%3.2f s/Event) " + logger.info("StartUp Time: %3.2f s, Processing and Init: %3.2f s (~%3.2f s/Event) " % (startUpTime, eventTime, perEventTime)) return exitCode