ATLAS Offline Software
Functions
BatchJob.cxx File Reference
#include <EventLoop/BatchJob.h>
#include <TChain.h>
#include <EventLoop/Algorithm.h>
#include <EventLoop/BatchDriver.h>
#include <EventLoop/BatchSample.h>
#include <EventLoop/BatchSegment.h>
#include <EventLoop/OutputStream.h>
Include dependency graph for BatchJob.cxx:

Go to the source code of this file.

Functions

 ClassImp (EL::BatchJob) namespace EL
 

Function Documentation

◆ ClassImp()

ClassImp ( EL::BatchJob  )

Definition at line 31 of file BatchJob.cxx.

34 {
35  BatchJob ::
36  BatchJob ()
37  {
38  }
39 
40 
41 
42  BatchJob ::
43  ~BatchJob ()
44  {
45  }
46 }