ATLAS Offline Software
Loading...
Searching...
No Matches
DriverManager.cxx
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//
10// includes
11//
12
14
16#include <EventLoop/Driver.h>
20
21//
22// method implementations
23//
24
25namespace EL
26{
27 namespace Detail
28 {
29 std::pair<Detail::ManagerOrder,std::string> DriverManager ::
30 getManagerOrder () const noexcept
31 {
32 return std::make_pair (ManagerOrder::DRIVER, "");
33 }
34
35
36
37 ::StatusCode DriverManager ::
38 doManagerStep (Detail::ManagerData& data) const
39 {
40 return data.driver->doManagerStep (data);
41 }
42 }
43}
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
@ DRIVER
the driver itself
This module defines the arguments passed from the BATCH driver to the BATCH worker.
::StatusCode StatusCode
StatusCode definition for legacy code.
an internal data structure for passing data between different manager objects anbd step
Definition ManagerData.h:46