9#include <framework/dataobjects/RelationContainer.h>
11#include <framework/dataobjects/RelationElement.h>
18 m_fromName(
""), m_fromDurability(-1),
19 m_toName(
""), m_toDurability(-1), m_modified(true)
virtual void Clear(Option_t *="")
Clear container to free memory.
TClonesArray m_elements
TClonesArray to store all elements.
const RelationElement & getElement(int i) const
Get reference to RelationElement at index i.
RelationContainer()
Default constructor, initialize all values to sane default.
int m_toDurability
durability of the StoreArray we relate to.
std::string m_fromName
name of the StoreArray we relate from.
bool m_modified
check for modification since creation or deserialization.
std::string m_toName
name of the StoreArray we relate to.
int m_fromDurability
durability of the StoreArray we relate from.
Class to store a single element of a relation.
Abstract base class for different kinds of events.