ATLAS Offline Software
|
#include <BatchSegment.h>
Public Member Functions | |
BatchSegment () | |
effects: standard default constructor guarantee: no-fail More... | |
~BatchSegment () | |
effects: standard destructor guarantee: no-fail More... | |
ClassDef (BatchSegment, 1) | |
Public Attributes | |
std::string | sampleName |
the name of the sample for this segment More... | |
std::string | fullName |
the name/id to use for this segment (including the sample name) More... | |
std::string | segmentName |
the name/id to use for this segment (not including the sample name) More... | |
UInt_t | sample |
description: the index of the sample we are using More... | |
UInt_t | job_id |
description: the job id of this segment More... | |
Long64_t | begin_file |
description: the starting and ending file and event number More... | |
Long64_t | begin_event |
Long64_t | end_file |
Long64_t | end_event |
Definition at line 30 of file BatchSegment.h.
EL::BatchSegment::BatchSegment | ( | ) |
effects: standard default constructor guarantee: no-fail
EL::BatchSegment::~BatchSegment | ( | ) |
effects: standard destructor guarantee: no-fail
EL::BatchSegment::ClassDef | ( | BatchSegment | , |
1 | |||
) |
Long64_t EL::BatchSegment::begin_event |
Definition at line 76 of file BatchSegment.h.
Long64_t EL::BatchSegment::begin_file |
description: the starting and ending file and event number
Definition at line 76 of file BatchSegment.h.
Long64_t EL::BatchSegment::end_event |
Definition at line 77 of file BatchSegment.h.
Long64_t EL::BatchSegment::end_file |
Definition at line 77 of file BatchSegment.h.
std::string EL::BatchSegment::fullName |
the name/id to use for this segment (including the sample name)
Definition at line 55 of file BatchSegment.h.
UInt_t EL::BatchSegment::job_id |
description: the job id of this segment
Definition at line 71 of file BatchSegment.h.
UInt_t EL::BatchSegment::sample |
description: the index of the sample we are using
Definition at line 66 of file BatchSegment.h.
std::string EL::BatchSegment::sampleName |
the name of the sample for this segment
Definition at line 50 of file BatchSegment.h.
std::string EL::BatchSegment::segmentName |
the name/id to use for this segment (not including the sample name)
Definition at line 61 of file BatchSegment.h.