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