|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef ANA_ALGORITHM__ANA_REENTRANT_ALGORITHM_CONFIG_H
10 #define ANA_ALGORITHM__ANA_REENTRANT_ALGORITHM_CONFIG_H
14 #error only include this header in AnalysisBase
24 struct AlgorithmWorkerData;
an object that stores the configuration for an AsgComponent and is able to create one from it
AsgComponentConfig()=default
standard constructor
::StatusCode makeAlgorithm(std::unique_ptr< AnaReentrantAlgorithm > &algorithm, const AlgorithmWorkerData &workerData) const
make an algorithm from this configuration
::StatusCode StatusCode
StatusCode definition for legacy code.
This module defines the arguments passed from the BATCH driver to the BATCH worker.
virtual ~AnaReentrantAlgorithmConfig()=default
Virtual destructor, to make PyROOT happy.
all the external components an algorithm needs before initialization (in EventLoop)
AnaReentrantAlgorithmConfig()
standard constructor
an object that can create a AnaReentrantAlgorithm