Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Classes | Typedefs
PyAthenaEventLoopMgr.h File Reference

Implementation of the AthenaEventLoopMgr that allows selective and specific overrides in python. The idea is to maximize code-sharing with AthenaEventLoopMgr to reduce maintainance. More...

#include "CxxUtils/checker_macros.h"
#include "AthenaEventLoopMgr.h"
#include <string>
Include dependency graph for PyAthenaEventLoopMgr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PyAthenaEventLoopMgr
 Implementation of the AthenaEventLoopMgr that allows selective and specific overrides in python. The idea is to maximize code-sharing with AthenaEventLoopMgr to reduce maintainance. More...
 

Typedefs

typedef _object PyObject
 

Detailed Description

Implementation of the AthenaEventLoopMgr that allows selective and specific overrides in python. The idea is to maximize code-sharing with AthenaEventLoopMgr to reduce maintainance.

Author
Atlas

Definition in file PyAthenaEventLoopMgr.h.

Typedef Documentation

◆ PyObject

typedef _object PyObject

Definition at line 23 of file PyAthenaEventLoopMgr.h.