11#ifndef ATHENAPYTHON_PYATHENAUTILS_H
12#define ATHENAPYTHON_PYATHENAUTILS_H
17#include "GaudiKernel/StatusCode.h"
46 const InterfaceID& riid,
47 void** ppvInterface );
52 const char* evt,
const char* component );
57 const char* evt,
const char* component,
58 const StatusCode&
sc );
Define macros for attributes used to control the static checker.
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
std::string repr(PyObject *o)
returns the string representation of a python object equivalent of calling repr(o) in python
void throw_py_exception(bool display=true)
helper function to capture the boilerplate code for user friendly stack trace display
std::string str(PyObject *o)
returns the string representation of a python object equivalent of calling str(o) in python