10#include <framework/datastore/RelationsObject.h>
18 namespace TrackFindingCDC {
Defines interface for accessing relations of objects in StoreArray.
This template functions as a wrapper for objects that do not inherit from TObject to be put on the Da...
T m_item
Memory for the wrapped item.
const T & operator*() const
Unpacks the wrapped object as if the wrapper was a pointer to it.
T & operator*()
Unpacks the wrapped object as if the wrapper was a pointer to it.
T * operator->()
Forwarding -> access to the wrapped object as if the wrapper would be a pointer to it.
const T & __iter__() const
Forwards an iteration request from python to the wrapped object. If iteration is feasible depends on ...
const T & get() const
Constant getter for the the contained object.
const T * operator->() const
Forwarding -> access to the wrapped object as if the wrapper would be a pointer to it.
ClassDef(StoreWrapper, 1)
ROOT Macro to unconditionally make StoreWrapper a ROOT class.
T & unwrap()
Alias getter for the the contained object to stress that the wrapper is being removed.
T & get()
Getter for the the contained object.
Abstract base class for different kinds of events.