|
ATLAS Offline Software
|
Go to the documentation of this file.
34 : m_config (std::move (val_config))
63 return std::make_unique<AsgServiceWrapper> (
m_config);
71 using namespace msgEventLoop;
76 return StatusCode::FAILURE;
78 return StatusCode::SUCCESS;
87 return StatusCode::SUCCESS;
95 using namespace msgEventLoop;
100 return StatusCode::FAILURE;
102 return StatusCode::SUCCESS;
111 return StatusCode::SUCCESS;
120 return StatusCode::SUCCESS;
129 return StatusCode::SUCCESS;
void testInvariant() const
test the invariant of this object
virtual std::string_view getName() const override
virtual bool hasName(const std::string &name) const override
whether this algorithm has the given name
asg::AsgServiceConfig m_config
the algorithm configuration
virtual ::StatusCode fileExecute() override
call fileExecute on the algorithm
AsgServiceWrapper()
standard default constructor for serialization
virtual StatusCode initialize(const AlgorithmWorkerData &workerData) override
call initialize on the algorithm
virtual ::StatusCode endInputFile() override
call endInputFile on the algorithm
virtual StatusCode execute() override
call execute on the algorithm
virtual StatusCode finalize() override
call finalize on the algorithm
virtual ::StatusCode beginInputFile() override
call beginInputFile on the algorithm
::StatusCode StatusCode
StatusCode definition for legacy code.
std::shared_ptr< asg::AsgService > m_service
the actual service (once instantiated)
This module defines the arguments passed from the BATCH driver to the BATCH worker.
all the external components an algorithm needs before initialization (in EventLoop)
an object that can create a AsgService
virtual std::unique_ptr< IAlgorithmWrapper > makeClone() const override
make a clone of this algorithm
#define RCU_CHANGE_INVARIANT(x)
const std::string & name() const noexcept
the name of the component
::StatusCode makeService(std::shared_ptr< T > &service) const
make a service with the given configuration
#define RCU_READ_INVARIANT(x)
#define RCU_NEW_INVARIANT(x)