ATLAS Offline Software
|
#include <DetDescrAddress.h>
Public Member Functions | |
virtual | ~DetDescrAddress () |
Standard Destructor. More... | |
DetDescrAddress (const CLID &clid, const std::string &fname, const std::string &cname) | |
Standard Constructor. More... | |
DetDescrAddress (const CLID &clid) | |
const std::string & | payload () const |
StatusCode | toString (std::string &refString) const |
write technology-specific part of address to string More... | |
StatusCode | fromString (const std::string &stringifiedIOA) |
initialize technology-specific part of IOA from stringifiedIOA More... | |
Private Attributes | |
std::string | m_payload |
Definition at line 32 of file DetDescrAddress.h.
|
inlinevirtual |
DetDescrAddress::DetDescrAddress | ( | const CLID & | clid, |
const std::string & | fname, | ||
const std::string & | cname | ||
) |
Standard Constructor.
Definition at line 27 of file DetDescrAddress.cxx.
Definition at line 33 of file DetDescrAddress.cxx.
StatusCode DetDescrAddress::fromString | ( | const std::string & | stringifiedIOA | ) |
initialize technology-specific part of IOA from stringifiedIOA
Definition at line 55 of file DetDescrAddress.cxx.
const std::string & DetDescrAddress::payload | ( | ) | const |
Definition at line 40 of file DetDescrAddress.cxx.
StatusCode DetDescrAddress::toString | ( | std::string & | refString | ) | const |
write technology-specific part of address to string
Definition at line 46 of file DetDescrAddress.cxx.
|
private |
Definition at line 56 of file DetDescrAddress.h.