ATLAS Offline Software
Loading...
Searching...
No Matches
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
15namespace EL
16{
29 void processEmptyFiles (const std::string& submitdir,
30 const Job& job);
31}
32
33#endif
Definition Job.h:51
This module defines the arguments passed from the BATCH driver to the BATCH worker.
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...