00001 #ifndef GRID_JOB_LOADER_H
00002 #define GRID_JOB_LOADER_H
00003
00004 #include <TROOT.h>
00005
00006 namespace EL {
00007
00008 class GridJobLoader {
00009
00010 public:
00011
00012 GridJobLoader(){}
00013
00014 virtual ~GridJobLoader(){}
00015
00016 void Run(const std::string& sampleName);
00017
00018 ClassDef(EL::GridJobLoader, 1);
00019
00020 };
00021 }
00022
00023 #endif