|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef ATHENAPOOLCNVSVC_CONDATTRLISTCOLLADDRESS_H
6 #define ATHENAPOOLCNVSVC_CONDATTRLISTCOLLADDRESS_H
17 #include "GaudiKernel/GenericAddress.h"
40 const std::string&
p1=
"",
41 const std::string&
p2=
"",
73 m_attrListColl(
copy.m_attrListColl)
83 GenericAddress::operator= (
copy);
101 const std::string&
p1,
102 const std::string&
p2,
107 GenericAddress(
svc, clid,
p1,
p2, ip1, ip2),
108 m_attrListColl(attrListColl)
133 #endif // ATHENAPOOLCNVSVC_CONDATTRLISTCOLLADDRESS_H
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
CondAttrListCollAddress & operator=(const CondAttrListCollAddress ©)
Assignment.
This class is a collection of AttributeLists where each one is associated with a channel number....
This class provides the an IOpaqueAddress/GenericAddress which can hold a pointer to an CondAttrListC...
CondAttrListCollection * m_attrListColl
Pointer to an CondAttrListCollection.
void setAttrListColl(CondAttrListCollection *attrListColl)
Add AttributeList.
AthROOTErrorHandlerSvc * svc
uint32_t CLID
The Class ID type.
virtual ~CondAttrListCollAddress()
Standard Destructor.
CondAttrListCollection * attrListColl()
Access to AttributeList.
CondAttrListCollAddress()
Dummy constructor.