ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
D3PDTools
EventLoop
EventLoop
BatchSegment.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
7
#ifndef EVENT_LOOP_BATCH_SEGMENT_H
8
#define EVENT_LOOP_BATCH_SEGMENT_H
9
12
13
14
15
#include <
EventLoop/Global.h
>
16
17
#include <TObject.h>
18
19
namespace
EL
20
{
21
struct
BatchSegment
:
public
TObject
22
{
23
//
24
// public interface
25
//
26
29
public
:
30
BatchSegment
();
31
32
35
public
:
36
~BatchSegment
();
37
38
40
public
:
41
std::string
sampleName
;
42
43
45
public
:
46
std::string
fullName
;
47
48
51
public
:
52
std::string
segmentName
;
53
54
56
public
:
57
UInt_t
sample
;
58
59
61
public
:
62
UInt_t
job_id
;
63
64
66
public
:
67
Long64_t
begin_file
,
begin_event
;
68
Long64_t
end_file
,
end_event
;
69
70
71
72
//
73
// private interface
74
//
75
76
ClassDef
(
BatchSegment
, 1);
77
};
78
}
79
80
#endif
Global.h
EL
This module defines the arguments passed from the BATCH driver to the BATCH worker.
Definition
AsgComponentFactories.h:16
EL::BatchSegment::ClassDef
ClassDef(BatchSegment, 1)
EL::BatchSegment::BatchSegment
BatchSegment()
effects: standard default constructor guarantee: no-fail
EL::BatchSegment::job_id
UInt_t job_id
description: the job id of this segment
Definition
BatchSegment.h:62
EL::BatchSegment::begin_event
Long64_t begin_event
Definition
BatchSegment.h:67
EL::BatchSegment::segmentName
std::string segmentName
the name/id to use for this segment (not including the sample name)
Definition
BatchSegment.h:52
EL::BatchSegment::~BatchSegment
~BatchSegment()
effects: standard destructor guarantee: no-fail
EL::BatchSegment::fullName
std::string fullName
the name/id to use for this segment (including the sample name)
Definition
BatchSegment.h:46
EL::BatchSegment::sample
UInt_t sample
description: the index of the sample we are using
Definition
BatchSegment.h:57
EL::BatchSegment::sampleName
std::string sampleName
the name of the sample for this segment
Definition
BatchSegment.h:41
EL::BatchSegment::begin_file
Long64_t begin_file
description: the starting and ending file and event number
Definition
BatchSegment.h:67
EL::BatchSegment::end_file
Long64_t end_file
Definition
BatchSegment.h:68
EL::BatchSegment::end_event
Long64_t end_event
Definition
BatchSegment.h:68
Generated on
for ATLAS Offline Software by
1.17.0