|
ATLAS Offline Software
|
Go to the documentation of this file.
35 : m_algorithm (std::move (val_algorithm))
63 using namespace msgEventLoop;
66 return std::make_unique<AlgorithmTimerWrapper> (
m_algorithm->makeClone());
83 using namespace msgEventLoop;
98 using namespace msgEventLoop;
113 using namespace msgEventLoop;
128 using namespace msgEventLoop;
135 auto seconds = std::chrono::duration<float>(1);
136 std::ostringstream
str;
147 using namespace msgEventLoop;
162 using namespace msgEventLoop;
177 using namespace msgEventLoop;
virtual bool hasName(const std::string &name) const override
whether this algorithm has the given name
void testInvariant() const
test the invariant of this object
virtual Algorithm * getLegacyAlg() override
get the legacy algorithm, if we wrap one
virtual StatusCode finalize() override
call finalize on the algorithm
virtual StatusCode initialize(const AlgorithmWorkerData &workerData) override
call initialize on the algorithm
std::unique_ptr< IAlgorithmWrapper > m_algorithm
the actual algorithm
virtual ::StatusCode endInputFile() override
call endInputFile on the algorithm
virtual std::string_view getName() const override
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode execute() override
call execute on the algorithm
virtual ::StatusCode beginInputFile() override
call beginInputFile on the algorithm
This module defines the arguments passed from the BATCH driver to the BATCH worker.
virtual ::StatusCode fileExecute() override
call fileExecute on the algorithm
clock_type::duration m_time_file
clock_type::duration m_time_global
the timers for different calls
AlgorithmTimerWrapper()
standard default constructor for serialization
all the external components an algorithm needs before initialization (in EventLoop)
virtual StatusCode postExecute() override
call postExecute on the algorithm
#define RCU_CHANGE_INVARIANT(x)
clock_type::duration m_time_event
#define RCU_READ_INVARIANT(x)
virtual std::unique_ptr< IAlgorithmWrapper > makeClone() const override
make a clone of this algorithm
#define RCU_NEW_INVARIANT(x)