ATLAS Offline Software
Loading...
Searching...
No Matches
HGTD_ALTIROC_RDO_ContainerCnv.h
Go to the documentation of this file.
1
10
11#ifndef HGTD_EVENTATHENAPOOL_HGTD_ALTIROC_RDO_CONTAINERCNV_H
12#define HGTD_EVENTATHENAPOOL_HGTD_ALTIROC_RDO_CONTAINERCNV_H
13
15#include "GaudiKernel/MsgStream.h"
17
19
20// the latest persistent representation type of the container holding
21// HGTD_RawData
23
25
28
30
32
33public:
34
35 HGTD_ALTIROC_RDO_ContainerCnv(ISvcLocator* svcloc);
36
37protected:
38
41
42 virtual HGTD_ALTIROC_RDO_Container* createTransient(const Token* token) override;
43
44private:
46};
47
48#endif // HGTD_CLUSTERCONTAINERCNV_H
HGTD_ALTIROC_RDO_Container_p1 HGTD_ALTIROC_RDO_Container_PERS_t
T_AthenaPoolCustomCnv< HGTD_ALTIROC_RDO_Container, HGTD_ALTIROC_RDO_Container_PERS_t > HGTD_ALTIROC_RDO_ContainerCnvBase_t
HGTD_ALTIROC_RDO_ContainerCnv_p1 HGTD_ALTIROC_RDO_ContainerCNV_t
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration.
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration.
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
Abstract factory to create the converter.
HGTD_ALTIROC_RDO_ContainerCNV_t m_converter
virtual HGTD_ALTIROC_RDO_Container_PERS_t * createPersistent(HGTD_ALTIROC_RDO_Container *trans) override
virtual HGTD_ALTIROC_RDO_Container * createTransient(const Token *token) override
Compatibility for old converter classes that don't get passed the key.
This class provides a token that identifies in a unique way objects on the persistent storage.
Definition Token.h:21