9 #ifndef ELAPSEDTIMEMODULE_H
10 #define ELAPSEDTIMEMODULE_H
12 #include <framework/core/Module.h>
51 struct timeval m_tprev;
52 struct timeval m_tnow;
53 struct timeval m_tend;
A class definition of an input module for Sequential ROOT I/O.
virtual void event()
This method is the core of the module.
virtual void initialize()
Module functions to be called from main process.
virtual void beginRun()
Module functions to be called from event process.
ElapsedTimeModule()
Constructor / Destructor.
virtual void terminate()
This method is called at the end of the event processing.
virtual void endRun()
This method is called if the current run ends.
Abstract base class for different kinds of events.