5#ifndef EVENT_LOOP_BATCH_JOB_HH
6#define EVENT_LOOP_BATCH_JOB_HH
This module defines the arguments passed from the BATCH driver to the BATCH worker.
BatchJob()
effects: standard default constructor guarantee: no-fail
std::vector< unsigned > njobs_old
description: the number of jobs per sample
std::string location
description: the location of the submission directory, if it is shared rationale: this allows to plac...
std::vector< BatchSample > samples
description: the list of samples
~BatchJob()
effects: standard destructor guarantee: no-fail
std::vector< BatchSegment > segments
description: the list of segments
Job job
description: the job we are using