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
6
7//
8// includes
9//
10
11#include <EventLoop/BatchJob.h>
12
13#include <TChain.h>
14#include <EventLoop/Algorithm.h>
19
20//
21// method implementations
22//
23
25
26namespace EL
27{
28 BatchJob ::
29 BatchJob ()
30 {
31 }
32
33
34
35 BatchJob ::
36 ~BatchJob ()
37 {
38 }
39}
ClassImp(EL::BatchJob) namespace EL
Definition BatchJob.cxx:24
This module defines the arguments passed from the BATCH driver to the BATCH worker.