|
ATLAS Offline Software
|
Go to the documentation of this file.
14 : m_store(), m_storePtr(
store ) {
22 : m_store(
parent.m_store ), m_storePtr(
parent.m_storePtr ) {}
EStructMode structMode() const
Return the structure mode of the object.
@ kContainerStore
The object describes an entire container.
RAuxStore * getStore()
Get a type-specific pointer to the managed object.
void reset()
Reset the store.
RAuxManager & operator=(const RAuxManager &rhs)
Assignment operator.
RAuxStore * m_storePtr
Pointer to the auxiliary store object.
virtual ::Int_t getEntry(::Int_t getall=0) override
Function for updating the object in memory if needed.
RAuxManager(RAuxStore *store, ::Bool_t sharedOwner=kTRUE)
Constructor getting hold of an auxiliary store object.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
::Int_t getEntry(Long64_t entry, ::Int_t getall=0)
Get entry from the input RNTuple.
virtual void reset() override
Reset the object at the end of processing of an event.
std::shared_ptr< RAuxStore > m_store
The auxiliary store object.
const SG::IConstAuxStore * getConstStore() const
Get a convenience pointer to the managed object.
virtual ::Bool_t isSet() const override
Check if the object was set for the current event.
virtual const void * object() const override
Function getting a const pointer to the object being handled.
virtual bool resize(size_t size) override
Resize the arrays to a given size.
Manager for RAuxStore objects.
virtual void setObject(void *obj) override
Function replacing the object being handled.
virtual ::Bool_t create() override
Create the object for the current event.
Interface for const operations on an auxiliary store.