ATLAS Offline Software
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
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...
EL::Detail::SubmitDirMode
SubmitDirMode
the mode for creating the submission directory
Definition:
SubmitDirMode.h:21
EL
This module defines the arguments passed from the BATCH driver to the BATCH worker.
Definition:
AlgorithmWorkerData.h:24
EL::Detail::SubmitDirMode::UNIQUE
@ UNIQUE
append a unique suffix to the directory name
EL::Detail::SubmitDirMode::OVERWRITE
@ OVERWRITE
create the directory as is, removing existing directories if needed
xAOD::DiTauJetParameters::Detail
Detail
Definition:
DiTauDefs.h:38
EL::Detail::SubmitDirMode::NO_CLOBBER
@ NO_CLOBBER
create the directory as is, raise an error if it already exists
Global.h
Generated on Fri Jan 10 2025 21:18:10 for ATLAS Offline Software by
1.8.18