|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRIGKERNEL_ITRIGEVENTLOOPMGR_H
6 #define TRIGKERNEL_ITRIGEVENTLOOPMGR_H
8 #include "GaudiKernel/IInterface.h"
10 #include <boost/property_tree/ptree.hpp>
virtual StatusCode prepareForStart(const boost::property_tree::ptree &)=0
invoked py the PSC before calling start() on all components
virtual StatusCode hltUpdateAfterFork(const boost::property_tree::ptree &)=0
update parameters if necessary after forking workers and issue incident
EventLoopMgr interface implemented by the HLT event loop manager.
DeclareInterfaceID(ITrigEventLoopMgr, 21, 0)
Interface ID.
::StatusCode StatusCode
StatusCode definition for legacy code.
boost::property_tree::ptree ptree
virtual StatusCode prepareForRun ATLAS_NOT_THREAD_SAFE(const boost::property_tree::ptree &)=0
invoked by the PSC before event loop (before forking)
Define macros for attributes used to control the static checker.