ATLAS Offline Software
Loading...
Searching...
No Matches
BatchJob.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/BatchJob.h>
19
20#include <TChain.h>
21#include <EventLoop/Algorithm.h>
26
27//
28// method implementations
29//
30
32
33namespace EL
34{
35 BatchJob ::
36 BatchJob ()
37 {
38 }
39
40
41
42 BatchJob ::
43 ~BatchJob ()
44 {
45 }
46}
ClassImp(EL::BatchJob) namespace EL
Definition BatchJob.cxx:31
This module defines the arguments passed from the BATCH driver to the BATCH worker.