|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef EVENT_LOOP_UNIT_TEST_ALG_XAOD_H
9 #define EVENT_LOOP_UNIT_TEST_ALG_XAOD_H
154 #pragma GCC diagnostic push
155 #pragma GCC diagnostic ignored "-Wpragmas"
156 #pragma GCC diagnostic ignored "-Wunknown-pragmas"
157 #pragma GCC diagnostic ignored "-Winconsistent-missing-override"
159 #pragma GCC diagnostic pop
virtual StatusCode changeInput(bool firstFile) override
effects: do all changes to work with a new input file, e.g.
virtual StatusCode initialize() override
effects: do everything that needs to be done before running the algorithm, e.g.
UnitTestAlgXAOD()
effects: standard constructor guarantee: strong failures: low level errors II
State
the state we ought to be in
virtual StatusCode histFinalize() override
effects: this is a post-initialization routine that is called after finalize has been called.
virtual StatusCode setupJob(Job &job) override
effects: give the algorithm a chance to intialize the job with anything this algorithm needs.
virtual StatusCode execute() override
effects: process the next event guarantee: basic failures: algorithm dependent rationale: the virtual...
void testInvariant() const
effects: test the invariant of this object guarantee: no-fail
::StatusCode StatusCode
StatusCode definition for legacy code.
This module defines the arguments passed from the BATCH driver to the BATCH worker.
virtual ~UnitTestAlgXAOD()
effects: non-standard destructor guarantee: basic failures: not fully finalized
virtual StatusCode histInitialize() override
effects: this is a pre-initialization routine that is called before changeInput is called.
StatusCode testWorkerState(bool validEvent, std::set< State > validStates) const
check if the state of inputs on the worker is valid right now
virtual StatusCode fileExecute() override
effects: do all the processing that needs to be done once per file guarantee: basic failures: algorit...
virtual StatusCode finalize() override
effects: do everything that needs to be done after completing work on this worker guarantee: basic fa...
ClassDef(UnitTestAlgXAOD, 1)