ATLAS Offline Software
Loading...
Searching...
No Matches
PrunDriver.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
7
8
9
10#ifndef EVENT_LOOP_PRUN_DRIVER_H
11#define EVENT_LOOP_PRUN_DRIVER_H
12
13#include "EventLoop/Driver.h"
14
15namespace SH {
16 class SampleGrid;
17}
18
19namespace EL {
20
22
23 class PrunDriver final : public Driver {
24
25 public:
26
27 PrunDriver ();
28
29 void testInvariant () const;
30
31 static void status(const std::string& location);
32
33 static void setState(const std::string& location,
34 const std::string& task,
35 const std::string& state);
36
37 protected:
38 virtual ::StatusCode
39 doManagerStep (Detail::ManagerData& data) const override;
40
41 private:
43
44#pragma GCC diagnostic push
45#pragma GCC diagnostic ignored "-Wpragmas"
46#pragma GCC diagnostic ignored "-Wunknown-pragmas"
47#pragma GCC diagnostic ignored "-Winconsistent-missing-override"
49#pragma GCC diagnostic pop
50 };
51}
52
53#endif
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
Driver()
standard default constructor
a Driver to submit jobs via prun
Definition PrunDriver.h:23
ClassDef(EL::PrunDriver, 1)
static void status(const std::string &location)
::StatusCode doRetrieve(Detail::ManagerData &data) const
virtual::StatusCode doManagerStep(Detail::ManagerData &data) const override
static void setState(const std::string &location, const std::string &task, const std::string &state)
void testInvariant() const
This class implements a Sample located on the grid.
Definition SampleGrid.h:44
This module defines the arguments passed from the BATCH driver to the BATCH worker.
::StatusCode StatusCode
StatusCode definition for legacy code.
This module provides a lot of global definitions, forward declarations and includes that are used by ...
Definition PrunDriver.h:15
an internal data structure for passing data between different manager objects anbd step
Definition ManagerData.h:46