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

#include <BatchSegment.h>

Inheritance diagram for EL::BatchSegment:
Collaboration diagram for EL::BatchSegment:

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
 

Detailed Description

Definition at line 30 of file BatchSegment.h.

Constructor & Destructor Documentation

◆ BatchSegment()

EL::BatchSegment::BatchSegment ( )

effects: standard default constructor guarantee: no-fail

◆ ~BatchSegment()

EL::BatchSegment::~BatchSegment ( )

effects: standard destructor guarantee: no-fail

Member Function Documentation

◆ ClassDef()

EL::BatchSegment::ClassDef ( BatchSegment  ,
 
)

Member Data Documentation

◆ begin_event

Long64_t EL::BatchSegment::begin_event

Definition at line 76 of file BatchSegment.h.

◆ begin_file

Long64_t EL::BatchSegment::begin_file

description: the starting and ending file and event number

Definition at line 76 of file BatchSegment.h.

◆ end_event

Long64_t EL::BatchSegment::end_event

Definition at line 77 of file BatchSegment.h.

◆ end_file

Long64_t EL::BatchSegment::end_file

Definition at line 77 of file BatchSegment.h.

◆ fullName

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.

◆ job_id

UInt_t EL::BatchSegment::job_id

description: the job id of this segment

Definition at line 71 of file BatchSegment.h.

◆ sample

UInt_t EL::BatchSegment::sample

description: the index of the sample we are using

Definition at line 66 of file BatchSegment.h.

◆ sampleName

std::string EL::BatchSegment::sampleName

the name of the sample for this segment

Definition at line 50 of file BatchSegment.h.

◆ segmentName

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.


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