1 #ifndef ROOTHISTCNV_ROOTOBJADDRESS_H
2 #define ROOTHISTCNV_ROOTOBJADDRESS_H 1
4 #include "GaudiKernel/IOpaqueAddress.h"
39 m_ipar[0]=m_ipar[1]=0xFFFFFFFF;
45 m_svcType(copy.m_svcType),
47 m_pRegistry(copy.m_pRegistry),
50 m_par[0] = copy.
m_par[0];
51 m_par[1] = copy.
m_par[1];
52 m_ipar[0] = copy.
m_ipar[0];
53 m_ipar[1] = copy.
m_ipar[1];
59 const std::string&
p1=
"",
60 const std::string&
p2=
"",
86 if ( 0 == cnt )
delete this;
95 m_pRegistry = pRegistry;
114 virtual const std::string*
par()
const {
118 virtual const unsigned long*
ipar()
const {
123 virtual TObject*
tObj()
const {
IRegistry * m_pRegistry
Pointer to corresponding directory.
virtual IRegistry * registry() const
Pointer to directory.
virtual const unsigned long * ipar() const
Retrieve integer parameters.
virtual void setClID(const CLID &clid)
Access : Set class ID of the link.
unsigned long m_ipar[2]
Integer parameters to be accessed.
virtual const std::string * par() const
Retrieve string parameters.
std::string m_par[2]
String parameters to be accessed.
RootObjAddress()
Dummy constructor.
virtual void setSvcType(long typ)
Access : set the storage type of the class id.
RootObjAddress(const RootObjAddress ©)
virtual unsigned long addRef()
Add reference to object.
virtual TObject * tObj() const
Retrieve TObject* ptr.
The IRegistry represents the entry door to the environment any data object residing in a transient da...
virtual const CLID & clID() const
Access : Retrieve class ID of the link.
virtual unsigned long release()
release reference to object
virtual void setRegistry(IRegistry *pRegistry)
Set pointer to directory.
TObject * m_tObj
Pointer to TObject.
RootObjAddress(long svc, const CLID &clid, const std::string &p1="", const std::string &p2="", unsigned long ip1=0, unsigned long ip2=0, TObject *tObj=0)
Standard Constructor.
long m_svcType
Storage type.
Opaque address interface definition.
unsigned int CLID
Class ID definition.
virtual ~RootObjAddress()=default
Standard Destructor.
virtual long svcType() const
Access : retrieve the storage type of the class id.