|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef ANA_ALGORITHM__ANA_REENTRANT_ALGORITHM_WRAPPER_H
10 #define ANA_ALGORITHM__ANA_REENTRANT_ALGORITHM_WRAPPER_H
43 virtual std::string_view
getName ()
const override;
45 virtual bool hasName (
const std::string&
name)
const override;
47 virtual std::unique_ptr<IAlgorithmWrapper>
makeClone()
const override;
virtual StatusCode finalize() override
call finalize on the algorithm
AnaReentrantAlgorithmConfig m_config
the algorithm configuration
std::unique_ptr< AnaReentrantAlgorithm > m_algorithm
the actual algorithm (once instantiated)
virtual bool hasName(const std::string &name) const override
whether this algorithm has the given name
virtual StatusCode initialize(const AlgorithmWorkerData &workerData) override
call initialize on the algorithm
::StatusCode StatusCode
StatusCode definition for legacy code.
an IAlgorithmWrapper for AnaReentrantAlgorithm
virtual std::string_view getName() const override
This module defines the arguments passed from the BATCH driver to the BATCH worker.
AnaReentrantAlgorithmWrapper()
standard default constructor for serialization
void testInvariant() const
test the invariant of this object
virtual ::StatusCode beginInputFile() override
call beginInputFile on the algorithm
virtual ::StatusCode endInputFile() override
call endInputFile on the algorithm
virtual ::StatusCode fileExecute() override
call fileExecute on the algorithm
virtual std::unique_ptr< IAlgorithmWrapper > makeClone() const override
make a clone of this algorithm
all the external components an algorithm needs before initialization (in EventLoop)
a wrapper around a generic algorithm for use within EventLoop
virtual StatusCode execute() override
call execute on the algorithm
an object that can create a AnaReentrantAlgorithm