ATLAS Offline Software
Loading...
Searching...
No Matches
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
6
7//
8// includes
9//
10
12
13//
14// method implementations
15//
16
18
19namespace EL
20{
21 BatchSegment ::
22 BatchSegment ()
23 : sample (0), job_id (0),
24 begin_file (0), begin_event (0),
25 end_file (0), end_event (0)
26 {
27 }
28
29
30
31 BatchSegment ::
32 ~BatchSegment ()
33 {
34 }
35}
ClassImp(EL::BatchSegment) namespace EL
This module defines the arguments passed from the BATCH driver to the BATCH worker.