|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef XAODROOTACCESS_TOOLS_TAUXMANAGER_H
8 #define XAODROOTACCESS_TOOLS_TAUXMANAGER_H
45 virtual ::Int_t
getEntry( ::Int_t getall = 0 )
override;
48 virtual const void*
object()
const override;
50 virtual void*
object()
override;
55 virtual ::Bool_t
create()
override;
57 virtual ::Bool_t
isSet()
const override;
59 virtual void reset()
override;
76 #endif // XAODROOTACCESS_TOOLS_TAUXMANAGER_H
virtual void setObject(void *obj) override
Function replacing the object being handled.
TAuxStore * getStore()
Get a type-specific pointer to the managed object.
const SG::IConstAuxStore * getConstStore() const
Get a convenience pointer to the managed object.
"ROOT implementation" of IAuxStore
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
virtual void reset() override
Reset the object at the end of processing of an event.
virtual const void * object() const override
Function getting a const pointer to the object being handled.
Interface class for the "manager classes".
TAuxManager & operator=(const TAuxManager &rhs)
Assignment operator.
virtual ::Bool_t isSet() const override
Check if the object was set for the current event.
virtual ::Bool_t create() override
Create the object for the current event.
virtual ::Int_t getEntry(::Int_t getall=0) override
Function for updating the object in memory if needed.
Manager for TAuxStore objects.
TAuxManager(TAuxStore *store, ::Bool_t sharedOwner=kTRUE)
Constructor getting hold of an auxiliary store object.
TAuxStore * m_storePtr
Pointer to the auxiliary store object.
std::shared_ptr< TAuxStore > m_store
The auxiliary store object.
Interface for const operations on an auxiliary store.