![]() |
ATLAS Offline Software
|
Python bindings for calling HltEventLoopMgr methods directly from Python. More...
#include <sstream>#include <string>#include <memory>#include <unistd.h>#include <boost/python.hpp>#include <boost/property_tree/ptree.hpp>#include "GaudiKernel/ISvcLocator.h"#include "GaudiKernel/IProperty.h"#include "GaudiKernel/SmartIF.h"#include "GaudiKernel/Bootstrap.h"#include "Gaudi/Interfaces/IOptionsSvc.h"#include "TrigKernel/ITrigEventLoopMgr.h"Go to the source code of this file.
Classes | |
| class | TrigServicesHelper |
| Helper class to call ITrigEventLoopMgr methods from Python. More... | |
Functions | |
| BOOST_PYTHON_MODULE (libTrigServicesHelper) | |
Python bindings for calling HltEventLoopMgr methods directly from Python.
This provides a way to call prepareForStart() and other ITrigEventLoopMgr methods from Python (e.g., athenaEF.py) without going through PSC/HLTMPPU.
Definition in file TrigServicesHelper.cxx.
| BOOST_PYTHON_MODULE | ( | libTrigServicesHelper | ) |
Definition at line 268 of file TrigServicesHelper.cxx.