|
ATLAS Offline Software
|
Go to the documentation of this file.
14 #ifndef ATHENAPOOLCNVSVC_T_ATHENAPOOLXAODCNV_H
15 #define ATHENAPOOLCNVSVC_T_ATHENAPOOLXAODCNV_H
38 template <
class XAOD,
class ... TPCNVS>
44 template <
class CNV,
class TPCNV>
66 const std::string&
key)
override;
91 #endif // not ATHENAPOOLCNVSVC_T_ATHENAPOOLXAODCNV_H
Helper for calling TP converters from an Athena converter.
Helper for calling a TP converter from an Athena converter.
AthenaPoolCnvSvc::TPCnvList< T_AthenaPoolxAODCnv, XAOD, TPCNVS... > m_tpcnvs
List of TP converters.
Manage index tracking and synchronization of auxiliary data.
This templated class extends T_AthenaPoolCustCnv to provide management of the persistent objects crea...
virtual XAOD * createPersistentWithKey(XAOD *trans, const std::string &key) override
Convert a transient object to persistent form.
An interface for getting the name of a class as a string.
const Guid m_guid
GUID of the object being read.
a traits class that associates a CLID to a type T It also detects whether T inherits from Gaudi DataO...
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
Helper for calling TP converters from an Athena converter.
Abstract factory to create the converter.
A couple hooks for debugging.
This class provides a encapsulation of a GUID/UUID/CLSID/IID data structure (128 bit number).
Athena pool converter for xAOD classes.
Exceptions that can be thrown from AthenaPoolCnvSvc.
T_AthenaPoolCustomCnvWithKey< XAOD, XAOD > Base
virtual XAOD * createTransientWithKey(const std::string &key) override
Read the persistent object and convert it to transient.
T_AthenaPoolxAODCnv(ISvcLocator *svcLoc)
Constructor.