ATLAS Offline Software
Loading...
Searching...
No Matches
ManagerOrder.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__MANAGER_ORDER_H
10#define EVENT_LOOP__MANAGER_ORDER_H
11
12#include <EventLoop/Global.h>
13
14namespace EL
15{
16 namespace Detail
17 {
25
26 enum class ManagerOrder
27 {
30
33
36
39 };
40 }
41}
42
43#endif
ManagerOrder
an enum to establish an order in which to apply managers
@ DRIVER
the driver itself
@ SUBMIT_DIR
the basic operations for the submission directory
@ OPERATION
the base-operation performed (e.g. submit, retrieve)
@ BASE
the most basic operations, common for all tasks
This module defines the arguments passed from the BATCH driver to the BATCH worker.