Interface for const operations on an auxiliary store.
TAuxManager(TAuxStore *store, ::Bool_t sharedOwner=kTRUE)
Constructor getting hold of an auxiliary store object.
virtual void reset() override
Reset the object at the end of processing of an event.
virtual::Bool_t create() override
Create the object for the current event.
TAuxStore * m_storePtr
Pointer to the auxiliary store object.
TAuxStore * getStore()
Get a type-specific pointer to the managed object.
virtual::Int_t getEntry(::Int_t getall=0) override
Function for updating the object in memory if needed.
virtual::Bool_t isSet() const override
Check if the object was set for the current event.
virtual void setObject(void *obj) override
Function replacing the object being handled.
TAuxManager & operator=(const TAuxManager &rhs)
Assignment operator.
std::shared_ptr< TAuxStore > m_store
The auxiliary store object.
const SG::IConstAuxStore * getConstStore() const
Get a convenience pointer to the managed object.
virtual const void * object() const override
Function getting a const pointer to the object being handled.
"ROOT @c TTree implementation" of IAuxStore
@ kContainerStore
The object describes an entire container.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.