ATLAS Offline Software
EmptyFileHandler.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
7 
8 #ifndef EVENT_LOOP__EMPTY_FILE_HANDLER_H
9 #define EVENT_LOOP__EMPTY_FILE_HANDLER_H
10 
11 #include <EventLoop/Global.h>
12 
13 #include <string>
14 
15 namespace EL
16 {
29  void processEmptyFiles (const std::string& submitdir,
30  const Job& job);
31 }
32 
33 #endif
EL::processEmptyFiles
void processEmptyFiles(const std::string &submitdir, const Job &job)
check the output of the given (completed) job, rerun all (empty) files that did not get a fileExecute...
Definition: EmptyFileHandler.cxx:182
EL
This module defines the arguments passed from the BATCH driver to the BATCH worker.
Definition: AlgorithmWorkerData.h:24
test_interactive_athena.job
job
Definition: test_interactive_athena.py:6
Global.h