ATLAS Offline Software
Loading...
Searching...
No Matches
ExecDriver.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7
8#ifndef EVENT_LOOP_EXEC_DRIVER_H
9#define EVENT_LOOP_EXEC_DRIVER_H
10
11#include <EventLoop/Global.h>
12
15
16namespace EL
17{
25
26 class ExecDriver final : public BatchDriver
27 {
28 //
29 // public interface
30 //
31
34 public:
35 void testInvariant () const;
36
37
41 public:
43
44
45
46 //
47 // interface inherited from BatchDriver
48 //
49
50 protected:
51 virtual ::StatusCode
53
54
55
56 //
57 // private interface
58 //
59
60#pragma GCC diagnostic push
61#pragma GCC diagnostic ignored "-Wpragmas"
62#pragma GCC diagnostic ignored "-Wunknown-pragmas"
63#pragma GCC diagnostic ignored "-Winconsistent-missing-override"
65#pragma GCC diagnostic pop
66 };
67}
68
69#endif
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
BatchDriver()
effects: standard default constructor guarantee: strong failures: low level errors I
ClassDef(ExecDriver, 1)
ExecDriver()
effects: standard default constructor guarantee: strong failures: low level errors I
virtual::StatusCode doManagerStep(Detail::ManagerData &data) const override
void testInvariant() const
effects: test the invariant of this object guarantee: no-fail
This module defines the arguments passed from the BATCH driver to the BATCH worker.
an internal data structure for passing data between different manager objects anbd step
Definition ManagerData.h:46