|  | ATLAS Offline Software
    | 
#include <BatchJob.h>
| Public Member Functions | |
| BatchJob () | |
| effects: standard default constructor guarantee: no-fail  More... | |
| ~BatchJob () | |
| effects: standard destructor guarantee: no-fail  More... | |
| ClassDef (BatchJob, 1) | |
| Public Attributes | |
| Job | job | 
| description: the job we are using  More... | |
| std::string | location | 
| description: the location of the submission directory, if it is shared rationale: this allows to place the output files directly where they belong, instead of copying them around  More... | |
| std::vector< unsigned > | njobs_old | 
| description: the number of jobs per sample  More... | |
| std::vector< BatchSample > | samples | 
| description: the list of samples  More... | |
| std::vector< BatchSegment > | segments | 
| description: the list of segments  More... | |
Definition at line 35 of file BatchJob.h.
| EL::BatchJob::BatchJob | ( | ) | 
effects: standard default constructor guarantee: no-fail
| EL::BatchJob::~BatchJob | ( | ) | 
effects: standard destructor guarantee: no-fail
| EL::BatchJob::ClassDef | ( | BatchJob | , | 
| 1 | |||
| ) | 
| Job EL::BatchJob::job | 
description: the job we are using
Definition at line 55 of file BatchJob.h.
| std::string EL::BatchJob::location | 
description: the location of the submission directory, if it is shared rationale: this allows to place the output files directly where they belong, instead of copying them around
Definition at line 63 of file BatchJob.h.
| std::vector<unsigned> EL::BatchJob::njobs_old | 
description: the number of jobs per sample
Definition at line 68 of file BatchJob.h.
| std::vector<BatchSample> EL::BatchJob::samples | 
description: the list of samples
Definition at line 73 of file BatchJob.h.
| std::vector<BatchSegment> EL::BatchJob::segments | 
description: the list of segments
Definition at line 77 of file BatchJob.h.
 1.8.18
 1.8.18