ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
D3PDTools
EventLoop
EventLoop
SubmitDirMode.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__SUBMIT_DIR_MODE_H
10
#define EVENT_LOOP__SUBMIT_DIR_MODE_H
11
12
#include <
EventLoop/Global.h
>
13
14
namespace
EL
15
{
16
namespace
Detail
17
{
19
20
enum class
SubmitDirMode
21
{
24
NO_CLOBBER
,
25
28
OVERWRITE
,
29
31
UNIQUE
,
32
35
UNIQUE_LINK
36
};
37
}
38
}
39
40
#endif
Global.h
EL::Detail
Definition
AsgComponentFactories.h:20
EL::Detail::SubmitDirMode
SubmitDirMode
the mode for creating the submission directory
Definition
SubmitDirMode.h:21
EL::Detail::SubmitDirMode::OVERWRITE
@ OVERWRITE
create the directory as is, removing existing directories if needed
Definition
SubmitDirMode.h:28
EL::Detail::SubmitDirMode::UNIQUE_LINK
@ UNIQUE_LINK
append a unique suffix to the directory name and place a symbolic link in place of the originally req...
Definition
SubmitDirMode.h:35
EL::Detail::SubmitDirMode::NO_CLOBBER
@ NO_CLOBBER
create the directory as is, raise an error if it already exists
Definition
SubmitDirMode.h:24
EL::Detail::SubmitDirMode::UNIQUE
@ UNIQUE
append a unique suffix to the directory name
Definition
SubmitDirMode.h:31
EL
This module defines the arguments passed from the BATCH driver to the BATCH worker.
Definition
AsgComponentFactories.h:16
Generated on
for ATLAS Offline Software by
1.17.0