ATLAS Offline Software
|
#include <SubmitManager.h>
Public Member Functions | |
virtual std::pair< Detail::ManagerOrder, std::string > | getManagerOrder () const noexcept override |
get the order/name of this manager More... | |
virtual ::StatusCode | doManagerStep (Detail::ManagerData &data) const override |
do whatever needs to be done for the given submission step More... | |
Definition at line 20 of file SubmitManager.h.
|
overridevirtual |
do whatever needs to be done for the given submission step
Implements EL::Detail::Manager.
Definition at line 47 of file SubmitManager.cxx.
|
overridevirtualnoexcept |
get the order/name of this manager
This is both used to identify the manager we are looking at, and to make sure they get executed in the right order. It is a mistake to load two managers that report the same order.
This is a pair of an enum that defines the absolute order of managers, and a string that identifies the stream that this manager belongs to. If this manager is not specific to a stream this should be the empty stream.
Implements EL::Detail::Manager.
Definition at line 39 of file SubmitManager.cxx.