 |
Belle II Software
release-05-02-19
|
12 #include <framework/datastore/RelationsObject.h>
20 namespace TrackFindingCDC {
const T & __iter__() const
Forwards an iteration request from python to the wrapped object. If iteration is feasable depends on ...
const T & get() const
Constant getter for the the contained object.
T m_item
Memory for the wrapped item.
Abstract base class for different kinds of events.
ClassDef(StoreWrapper, 1)
ROOT Macro to unconditionally make StoreWrapper a ROOT class.
T & operator*()
Unpacks the wrapped object as if the wrapper was a pointer to it.
RelationsInterface< TObject > RelationsObject
Provides interface for getting/adding relations to objects in StoreArrays.
T & unwrap()
Alias getter for the the contained object to stress that the wrapper is being removed.
This template functions as a wrapper for objects that do not inherit from TObject to be put on the Da...
T * operator->()
Forwarding -> access to the wrapped object as if the wrapper would be a pointer to it.