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
15
16//
17// method implementations
18//
19
21
22namespace EL
23{
24 BatchJob ::
25 BatchJob ()
26 {
27 }
28
29
30
31 BatchJob ::
32 ~BatchJob ()
33 {
34 }
35}
ClassImp(EL::BatchJob) namespace EL
Definition BatchJob.cxx:20
This module defines the arguments passed from the BATCH driver to the BATCH worker.