ATLAS Offline Software
Loading...
Searching...
No Matches
HGTD_ClusterContainerCnv.h
Go to the documentation of this file.
1
9
10#ifndef HGTD_CLUSTERCONTAINERCNV_H
11#define HGTD_CLUSTERCONTAINERCNV_H
12
14#include "GaudiKernel/MsgStream.h"
17
19
20// the latest persistent representation type of DataCollection:
25
30
33
34 // Converters need to be initialized (use ID helpers)
35 // Thus they can't be local
36
37public:
38 HGTD_ClusterContainerCnv(ISvcLocator* svcloc);
39protected:
41 createPersistent(HGTD_ClusterContainer* transCont) override;
42 virtual HGTD_ClusterContainer* createTransient() override;
43
44private:
46};
47
48#endif // HGTD_CLUSTERCONTAINERCNV_H
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration.
T_AthenaPoolCustomCnv< HGTD_ClusterContainer, HGTD_ClusterContainer_PERS > HGTD_ClusterContainerCnvBase
HGTD_ClusterContainer_p1 HGTD_ClusterContainer_PERS
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration.
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration.
Trk::PrepRawDataContainer< HGTD_ClusterCollection > HGTD_ClusterContainer
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
Abstract factory to create the converter.
virtual HGTD_ClusterContainer * createTransient() override
virtual HGTD_ClusterContainer_PERS * createPersistent(HGTD_ClusterContainer *transCont) override
HGTD_ClusterContainerCnv_p1 m_converter_p1
HGTD_ClusterContainerCnv(ISvcLocator *svcloc)
Compatibility for old converter classes that don't get passed the key.