ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
D3PDTools
EventLoop
EventLoop
TorqueDriver.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
#ifndef EVENT_LOOP_TORQUE_DRIVER_HH
9
#define EVENT_LOOP_TORQUE_DRIVER_HH
10
11
#include <
EventLoop/Global.h
>
12
13
#include <
EventLoop/BatchDriver.h
>
14
#include <
SampleHandler/Global.h
>
15
16
namespace
EL
17
{
19
20
class
TorqueDriver
final :
public
BatchDriver
21
{
22
//
23
// public interface
24
//
25
28
public
:
29
void
testInvariant
()
const
;
30
31
35
public
:
36
TorqueDriver
();
37
38
39
40
//
41
// interface inherited from BatchDriver
42
//
43
44
protected
:
45
virtual ::StatusCode
46
doManagerStep
(
Detail::ManagerData
& data)
const override
;
47
48
49
50
//
51
// private interface
52
//
53
54
#pragma GCC diagnostic push
55
#pragma GCC diagnostic ignored "-Wpragmas"
56
#pragma GCC diagnostic ignored "-Wunknown-pragmas"
57
#pragma GCC diagnostic ignored "-Winconsistent-missing-override"
58
ClassDef
(
TorqueDriver
, 1);
59
#pragma GCC diagnostic pop
60
};
61
}
62
63
#endif
BatchDriver.h
Global.h
Global.h
EL::BatchDriver::BatchDriver
BatchDriver()
effects: standard default constructor guarantee: strong failures: low level errors I
EL::TorqueDriver::ClassDef
ClassDef(TorqueDriver, 1)
EL::TorqueDriver::doManagerStep
virtual::StatusCode doManagerStep(Detail::ManagerData &data) const override
EL::TorqueDriver::TorqueDriver
TorqueDriver()
effects: standard default constructor guarantee: strong failures: low level errors I
EL::TorqueDriver::testInvariant
void testInvariant() const
effects: test the invariant of this object guarantee: no-fail
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