ATLAS Offline Software
|
#include <BatchSample.h>
Public Member Functions | |
BatchSample () | |
effects: standard default constructor guarantee: no-fail More... | |
~BatchSample () | |
effects: standard destructor guarantee: no-fail More... | |
ClassDef (BatchSample, 1) | |
Public Attributes | |
std::string | name |
description: the names of the sample More... | |
SH::MetaObject | meta |
description: the sample meta-information More... | |
std::vector< std::string > | files |
description: the list of files we are reading More... | |
UInt_t | begin_segments |
description: the beginning and end of the segments for this sample More... | |
UInt_t | end_segments |
Definition at line 31 of file BatchSample.h.
EL::BatchSample::BatchSample | ( | ) |
effects: standard default constructor guarantee: no-fail
EL::BatchSample::~BatchSample | ( | ) |
effects: standard destructor guarantee: no-fail
EL::BatchSample::ClassDef | ( | BatchSample | , |
1 | |||
) |
UInt_t EL::BatchSample::begin_segments |
description: the beginning and end of the segments for this sample
Definition at line 67 of file BatchSample.h.
UInt_t EL::BatchSample::end_segments |
Definition at line 67 of file BatchSample.h.
std::vector<std::string> EL::BatchSample::files |
description: the list of files we are reading
Definition at line 61 of file BatchSample.h.
SH::MetaObject EL::BatchSample::meta |
description: the sample meta-information
Definition at line 56 of file BatchSample.h.
std::string EL::BatchSample::name |
description: the names of the sample
Definition at line 51 of file BatchSample.h.