ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
EL::BatchJob Struct Reference

#include <BatchJob.h>

Inheritance diagram for EL::BatchJob:
Collaboration diagram for EL::BatchJob:

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< BatchSamplesamples
 description: the list of samples More...
 
std::vector< BatchSegmentsegments
 description: the list of segments More...
 

Detailed Description

Definition at line 35 of file BatchJob.h.

Constructor & Destructor Documentation

◆ BatchJob()

EL::BatchJob::BatchJob ( )

effects: standard default constructor guarantee: no-fail

◆ ~BatchJob()

EL::BatchJob::~BatchJob ( )

effects: standard destructor guarantee: no-fail

Member Function Documentation

◆ ClassDef()

EL::BatchJob::ClassDef ( BatchJob  ,
 
)

Member Data Documentation

◆ job

Job EL::BatchJob::job

description: the job we are using

Definition at line 55 of file BatchJob.h.

◆ location

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.

◆ njobs_old

std::vector<unsigned> EL::BatchJob::njobs_old

description: the number of jobs per sample

Definition at line 68 of file BatchJob.h.

◆ samples

std::vector<BatchSample> EL::BatchJob::samples

description: the list of samples

Definition at line 73 of file BatchJob.h.

◆ segments

std::vector<BatchSegment> EL::BatchJob::segments

description: the list of segments

Definition at line 77 of file BatchJob.h.


The documentation for this struct was generated from the following file: