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

#include <BatchSample.h>

Inheritance diagram for EL::BatchSample:
Collaboration diagram for EL::BatchSample:

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
 

Detailed Description

Definition at line 31 of file BatchSample.h.

Constructor & Destructor Documentation

◆ BatchSample()

EL::BatchSample::BatchSample ( )

effects: standard default constructor guarantee: no-fail

◆ ~BatchSample()

EL::BatchSample::~BatchSample ( )

effects: standard destructor guarantee: no-fail

Member Function Documentation

◆ ClassDef()

EL::BatchSample::ClassDef ( BatchSample  ,
 
)

Member Data Documentation

◆ begin_segments

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.

◆ end_segments

UInt_t EL::BatchSample::end_segments

Definition at line 67 of file BatchSample.h.

◆ files

std::vector<std::string> EL::BatchSample::files

description: the list of files we are reading

Definition at line 61 of file BatchSample.h.

◆ meta

SH::MetaObject EL::BatchSample::meta

description: the sample meta-information

Definition at line 56 of file BatchSample.h.

◆ name

std::string EL::BatchSample::name

description: the names of the sample

Definition at line 51 of file BatchSample.h.


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