ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
D3PDTools
EventLoop
EventLoop
BatchJob.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
7
#ifndef EVENT_LOOP_BATCH_JOB_HH
8
#define EVENT_LOOP_BATCH_JOB_HH
9
12
13
14
15
#include <
EventLoop/Global.h
>
16
17
#include <vector>
18
#include <TObject.h>
19
#include <
EventLoop/Job.h
>
20
#include <
SampleHandler/MetaObject.h
>
21
22
class
TChain;
23
24
namespace
EL
25
{
26
struct
BatchJob
:
public
TObject
27
{
28
//
29
// public interface
30
//
31
34
public
:
35
BatchJob
();
36
37
40
public
:
41
~BatchJob
();
42
43
45
public
:
46
Job
job
;
47
48
53
public
:
54
std::string
location
;
55
56
58
public
:
59
std::vector<unsigned>
njobs_old
;
60
61
63
public
:
64
std::vector<BatchSample>
samples
;
65
67
public
:
68
std::vector<BatchSegment>
segments
;
69
70
71
72
//
73
// private interface
74
//
75
76
ClassDef
(
BatchJob
, 1);
77
};
78
}
79
80
#endif
Global.h
Job.h
MetaObject.h
EL::Job
Definition
Job.h:42
EL
This module defines the arguments passed from the BATCH driver to the BATCH worker.
Definition
AsgComponentFactories.h:16
EL::BatchJob::ClassDef
ClassDef(BatchJob, 1)
EL::BatchJob::BatchJob
BatchJob()
effects: standard default constructor guarantee: no-fail
EL::BatchJob::njobs_old
std::vector< unsigned > njobs_old
description: the number of jobs per sample
Definition
BatchJob.h:59
EL::BatchJob::location
std::string location
description: the location of the submission directory, if it is shared rationale: this allows to plac...
Definition
BatchJob.h:54
EL::BatchJob::samples
std::vector< BatchSample > samples
description: the list of samples
Definition
BatchJob.h:64
EL::BatchJob::~BatchJob
~BatchJob()
effects: standard destructor guarantee: no-fail
EL::BatchJob::segments
std::vector< BatchSegment > segments
description: the list of segments
Definition
BatchJob.h:68
EL::BatchJob::job
Job job
description: the job we are using
Definition
BatchJob.h:46
Generated on
for ATLAS Offline Software by
1.17.0