|
ATLAS Offline Software
|
Go to the documentation of this file. 1 #ifndef XAODROOTACCESS_TOOLS_RAUXMANAGER_H
2 #define XAODROOTACCESS_TOOLS_RAUXMANAGER_H
37 virtual ::Int_t
getEntry( ::Int_t getall = 0 )
override;
40 virtual const void*
object()
const override;
42 virtual void*
object()
override;
47 virtual ::Bool_t
create()
override;
49 virtual ::Bool_t
isSet()
const override;
51 virtual void reset()
override;
68 #endif // XAODROOTACCESS_TOOLS_TAUXMANAGER_H
RAuxStore * getStore()
Get a type-specific pointer to the managed object.
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.
Interface class for the "manager classes".
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.
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.