9#ifndef EVENT_LOOP__STOPWATCH_MODULE_H
10#define EVENT_LOOP__STOPWATCH_MODULE_H
16#include <TStopwatch.h>
char data[hepevt_bytes_allocation_ATLAS]
the base class for EventLoop instrumentation module
a Module wrapping the TStopwatch class
std::unique_ptr< TStopwatch > m_stopwatch
the stop watch we use for measuring total time spend
std::unique_ptr< TH1 > m_runTime
the run time summary histogram
virtual StatusCode onWorkerEnd(ModuleData &data) override
action at the end of the worker job
virtual StatusCode postFinalize(ModuleData &data) override
actions after algorithms have been finalized
virtual StatusCode onFileExecute(ModuleData &data) override
actions just before fileExecute is called on algorithms
virtual StatusCode firstInitialize(ModuleData &data) override
action at the the very beginning of the worker job
This module defines the arguments passed from the BATCH driver to the BATCH worker.
::StatusCode StatusCode
StatusCode definition for legacy code.
the data the EventLoop core classes are sharing with the Module implementation