ATLAS Offline Software
BatchSegment.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 //
6 // Distributed under the Boost Software License, Version 1.0.
7 // (See accompanying file LICENSE_1_0.txt or copy at
8 // http://www.boost.org/LICENSE_1_0.txt)
9 
10 // Please feel free to contact me (krumnack@iastate.edu) for bug
11 // reports, feature suggestions, praise and complaints.
12 
13 
14 //
15 // includes
16 //
17 
18 #include <EventLoop/BatchSegment.h>
19 
20 //
21 // method implementations
22 //
23 
25 
26 namespace EL
27 {
30  : sample (0), job_id (0),
31  begin_file (0), begin_event (0),
32  end_file (0), end_event (0)
33  {
34  }
35 
36 
37 
40  {
41  }
42 }
ClassImp
ClassImp(EL::BatchSegment) namespace EL
Definition: BatchSegment.cxx:24
EL::BatchSegment::BatchSegment
BatchSegment()
effects: standard default constructor guarantee: no-fail
EL::BatchSegment
Definition: BatchSegment.h:31
BatchSegment.h
FullCPAlgorithmsTest_eljob.sample
sample
Definition: FullCPAlgorithmsTest_eljob.py:100
EL
This module defines the arguments passed from the BATCH driver to the BATCH worker.
Definition: AlgorithmWorkerData.h:24
EL::BatchSegment::~BatchSegment
~BatchSegment()
effects: standard destructor guarantee: no-fail