13#ifndef XAODROOTACCESS_RPYEVENT_H
14#define XAODROOTACCESS_RPYEVENT_H
43 const std::string&
type)
const;
REvent()
Default constructor.
Python interface to xAOD::REvent.
bool pyTransientContains(const std::string &key, const std::string &type) const
Function checking if an object is already in memory.
bool pyContains(const std::string &key, const std::string &type)
Function checking if an object is available from the store.
REvent()
Default constructor.
PyObject * pyRetrieve(const std::string &key)
Return the object with a given key as a PyObject.