ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
D3PDTools
EventLoop
EventLoop
BatchSample.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_SAMPLE_HH
8
#define EVENT_LOOP_BATCH_SAMPLE_HH
9
12
13
14
15
#include <
EventLoop/Global.h
>
16
17
#include <TObject.h>
18
#include <
SampleHandler/MetaObject.h
>
19
20
namespace
EL
21
{
22
struct
BatchSample
:
public
TObject
23
{
24
//
25
// public interface
26
//
27
30
public
:
31
BatchSample
();
32
33
36
public
:
37
~BatchSample
();
38
39
41
public
:
42
std::string
name
;
43
44
46
public
:
47
SH::MetaObject
meta
;
48
49
51
public
:
52
std::vector<std::string>
files
;
53
54
57
public
:
58
UInt_t
begin_segments
,
end_segments
;
59
60
61
62
//
63
// private interface
64
//
65
66
ClassDef
(
BatchSample
, 1);
67
};
68
}
69
70
#endif
Global.h
MetaObject.h
SH::MetaObject
A class that manages meta-data to be associated with an object.
Definition
MetaObject.h:48
EL
This module defines the arguments passed from the BATCH driver to the BATCH worker.
Definition
AsgComponentFactories.h:16
meta
-diff
EL::BatchSample::begin_segments
UInt_t begin_segments
description: the beginning and end of the segments for this sample
Definition
BatchSample.h:58
EL::BatchSample::ClassDef
ClassDef(BatchSample, 1)
EL::BatchSample::~BatchSample
~BatchSample()
effects: standard destructor guarantee: no-fail
EL::BatchSample::BatchSample
BatchSample()
effects: standard default constructor guarantee: no-fail
EL::BatchSample::name
std::string name
description: the names of the sample
Definition
BatchSample.h:42
EL::BatchSample::end_segments
UInt_t end_segments
Definition
BatchSample.h:58
EL::BatchSample::files
std::vector< std::string > files
description: the list of files we are reading
Definition
BatchSample.h:52
Generated on
for ATLAS Offline Software by
1.17.0