#include <MuonCaloEnergiesCnv.h>
Definition at line 28 of file MuonCaloEnergiesCnv.h.
◆ BaseType
◆ MuonCaloEnergiesCnv()
MuonCaloEnergiesCnv::MuonCaloEnergiesCnv |
( |
ISvcLocator * |
svcloc | ) |
|
◆ baseAthenaPoolCnv()
virtual BaseType* T_AthenaPoolExtendingCnv::baseAthenaPoolCnv |
( |
| ) |
|
|
inlineprotectedvirtualinherited |
return the original AthenaPool converter this one was cloned from if not cloned this returns self if not registered this returns NULL
Definition at line 58 of file T_AthenaPoolExtendingCnv.h.
◆ clone()
◆ createPersistent()
virtual PERS* T_AthenaPoolExtendingCnv::createPersistent |
( |
TRANS * |
| ) |
|
|
inlineprotectedvirtualinherited |
◆ createTransient()
virtual TRANS* T_AthenaPoolExtendingCnv::createTransient |
( |
| ) |
|
|
inlineprotectedvirtualinherited |
◆ getTopLevelTPCnv()
◆ initialize()
StatusCode MuonCaloEnergiesCnv::initialize |
( |
| ) |
|
|
protectedvirtual |
◆ name()
virtual const std::string T_AthenaPoolExtendingCnv::name |
( |
| ) |
const |
|
protectedvirtualinherited |
Get the name of this converter (anything that identifies it).
Used for logging
- Returns
- Name of this converter
◆ needsCloning()
virtual bool T_AthenaPoolExtendingCnv::needsCloning |
( |
| ) |
const |
|
inlineprotectedvirtualinherited |
tells if this converter needs to be cloned (true after the converter has been registered once already)
Definition at line 65 of file T_AthenaPoolExtendingCnv.h.
◆ poolReadObject() [1/2]
template<class P >
P* T_AthenaPoolExtendingCnv::poolReadObject |
( |
| ) |
|
|
protectedinherited |
Read object of type P.
This is an exception-throwing version of poolToObject() plus reading of all extending objects. Version 1 - (see createTransient() above)
- Returns
- object read from POOL (by pointer) deprecated - use poolReadObject(TLPCnv)
◆ poolReadObject() [2/2]
Read object of type P (plus all extending objects) using the indicated top-level TP converter.
Version 2 - (see createTransient() above) NOTE: the TLP converter will delete the persistent object after createTransient()
- Parameters
-
tlp_converter | [IN] top-level TP converter to be used when reading |
◆ readObject()
virtual void T_AthenaPoolExtendingCnv::readObject |
( |
const std::string & |
token | ) |
|
|
inlineprotectedvirtualinherited |
◆ readObjectFromPool()
void MuonCaloEnergiesCnv::readObjectFromPool |
( |
const std::string & |
token | ) |
|
|
protectedvirtual |
Read the persistent object from POOL.
- Parameters
-
token | [IN] token of the object to read |
Implements T_AthenaPoolExtendingCnv.
Definition at line 31 of file MuonCaloEnergiesCnv.cxx.
34 static const pool::Guid p1_guid(
"E60630E0-FAA1-4658-9BDD-8BB977C4200B" );
40 if( compareClassGuid( p1_guid ) ) {
45 throw std::runtime_error(
"Unsupported version of MuonCaloEnergies_PERS (unknown GUID)" );
◆ setToken()
virtual void T_AthenaPoolExtendingCnv::setToken |
( |
const std::string & |
token | ) |
|
|
protectedvirtualinherited |
Set the token (in std::string representation) and classID for the object that will be read next.
Required by compareClassGuid() and poolReadObject(). Only extending converter needs to call this method explicitely
- Parameters
-
token | [IN] token for the object to be read |
◆ wasClonedFrom()
|
protectedvirtualinherited |
remember the original converter this one was cloned from
◆ writeObject()
virtual const Token* T_AthenaPoolExtendingCnv::writeObject |
( |
const std::string & |
key, |
|
|
const std::string & |
output |
|
) |
| |
|
protectedvirtualinherited |
Write the persistent object to POOL.
- Parameters
-
key | [IN] StoreGate key (string) - placement hint to generate POOL container name |
◆ CnvFactory< MuonCaloEnergiesCnv >
◆ m_originalExtendingCnv
BaseType* T_AthenaPoolExtendingCnv::m_originalExtendingCnv |
|
protectedinherited |
pointer to the original Gaudi converter - only this one is registered in the framework and has to be used for all I/O operations
Definition at line 95 of file T_AthenaPoolExtendingCnv.h.
◆ m_TPConverter
The documentation for this class was generated from the following files: