ATLAS Offline Software
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 
13 #include <EventLoop/BatchDriver.h>
14 #include <SampleHandler/Global.h>
15 
16 namespace 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:
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
data
char data[hepevt_bytes_allocation_ATLAS]
Definition: HepEvt.cxx:11
EL::BatchDriver
the base class for all drivers running on batch systems
Definition: BatchDriver.h:24
EL::ExecDriver::doManagerStep
virtual ::StatusCode doManagerStep(Detail::ManagerData &data) const override
EL::ExecDriver::testInvariant
void testInvariant() const
effects: test the invariant of this object guarantee: no-fail
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
EL::ExecDriver::ExecDriver
ExecDriver()
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: AlgorithmWorkerData.h:24
EL::ExecDriver
a Driver for running batch jobs locally as a new process
Definition: ExecDriver.h:27
BatchDriver.h
EL::Detail::ManagerData
an internal data structure for passing data between different manager objects anbd step
Definition: ManagerData.h:46
Global.h
Global.h
EL::ExecDriver::ClassDef
ClassDef(ExecDriver, 1)