ATLAS Offline Software
|
#include "AthSequencer.h"
#include "GaudiKernel/IAlgManager.h"
#include "GaudiKernel/ISvcLocator.h"
#include "AthenaKernel/AlgorithmTimer.h"
#include "AthenaBaseComps/DynamicDataHelper.h"
#include "CxxUtils/excepts.h"
#include <memory.h>
#include "valgrind/valgrind.h"
Go to the source code of this file.
Variables | |
thread_local std::unique_ptr< Athena::AlgorithmTimer > | s_abortTimer {nullptr} |
timer will abort job once timeout for any algorithm or sequence is reached More... | |
thread_local std::unique_ptr<Athena::AlgorithmTimer> s_abortTimer {nullptr} |
timer will abort job once timeout for any algorithm or sequence is reached
Definition at line 29 of file AthSequencer.cxx.