ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
D3PDTools
EventLoop
EventLoop
KubernetesDriver.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
7
8
9
#ifndef EVENT_LOOP__KUBERNETES_DRIVER_H
10
#define EVENT_LOOP__KUBERNETES_DRIVER_H
11
12
#include <
EventLoop/Global.h
>
13
14
#include <
EventLoop/BatchDriver.h
>
15
#include <
SampleHandler/Global.h
>
16
17
namespace
EL
18
{
20
21
class
KubernetesDriver
final :
public
BatchDriver
22
{
23
//
24
// public interface
25
//
26
29
public
:
30
void
testInvariant
()
const
;
31
32
36
public
:
37
KubernetesDriver
();
38
39
40
41
//
42
// interface inherited from BatchDriver
43
//
44
45
protected
:
46
virtual ::StatusCode
47
doManagerStep
(
Detail::ManagerData
& data)
const override
;
48
49
50
51
//
52
// private interface
53
//
54
55
#pragma GCC diagnostic push
56
#pragma GCC diagnostic ignored "-Wpragmas"
57
#pragma GCC diagnostic ignored "-Wunknown-pragmas"
58
#pragma GCC diagnostic ignored "-Winconsistent-missing-override"
59
ClassDef
(
KubernetesDriver
, 1);
60
#pragma GCC diagnostic pop
61
};
62
}
63
64
#endif
BatchDriver.h
Global.h
Global.h
EL::BatchDriver::BatchDriver
BatchDriver()
effects: standard default constructor guarantee: strong failures: low level errors I
EL::KubernetesDriver::testInvariant
void testInvariant() const
effects: test the invariant of this object guarantee: no-fail
EL::KubernetesDriver::doManagerStep
virtual::StatusCode doManagerStep(Detail::ManagerData &data) const override
EL::KubernetesDriver::ClassDef
ClassDef(KubernetesDriver, 1)
EL::KubernetesDriver::KubernetesDriver
KubernetesDriver()
effects: standard default constructor guarantee: strong failures: low level errors I
EL
This module defines the arguments passed from the BATCH driver to the BATCH worker.
Definition
AsgComponentFactories.h:16
EL::Detail::ManagerData
an internal data structure for passing data between different manager objects anbd step
Definition
ManagerData.h:46
Generated on
for ATLAS Offline Software by
1.17.0