ATLAS Offline Software
PixelClusterContainerCnv.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef PIXELCLUSTERCONTAINERCNV_H
6 #define PIXELCLUSTERCONTAINERCNV_H
7 
11 
12 
13 
14 class StoreGateSvc;
15 class PixelID;
16 
21 
22 
23 // the latest persistent representation type of DataCollection:
26 
32 {
33  friend class CnvFactory<PixelClusterContainerCnv >;
34 
35  // Converters need to be initialized (use ID helpers)
36  // Thus they can't be local
41 
42  // Should not be needed at some point.
44 
45 protected:
46 public:
47  PixelClusterContainerCnv (ISvcLocator* svcloc);
48 protected:
51 
52  // Must initialize ID helpers
53  virtual StatusCode initialize();
55 };
56 
57 
58 #endif
PixelClusterContainerCnv::m_storeGate
StoreGateSvc * m_storeGate
Definition: PixelClusterContainerCnv.h:43
PixelClusterContainerCnv::createTransient
virtual InDet::PixelClusterContainer * createTransient()
Definition: PixelClusterContainerCnv.cxx:68
PixelClusterContainerCnv::m_TPConverter
PixelClusterContainerCnv_tlp1 m_TPConverter
Definition: PixelClusterContainerCnv.h:40
InDet::PixelClusterContainer
Trk::PrepRawDataContainer< PixelClusterCollection > PixelClusterContainer
Definition: InnerDetector/InDetRecEvent/InDetPrepRawData/InDetPrepRawData/PixelClusterContainer.h:28
PixelClusterContainerCnv_tlp1.h
PixelClusterContainerCnv_p0
Definition: PixelClusterContainerCnv_p0.h:20
PixelClusterContainerCnv_p3.h
StoreGateSvc
The Athena Transient Store API.
Definition: StoreGateSvc.h:128
PixelClusterContainerCnv_p2.h
PixelClusterContainerCnv_p3
Definition: PixelClusterContainerCnv_p3.h:23
PixelClusterContainerCnv::initialize
virtual StatusCode initialize()
Gaudi Service Interface method implementations:
Definition: PixelClusterContainerCnv.cxx:20
PixelClusterContainerCnv::m_converter_p2
PixelClusterContainerCnv_p2 m_converter_p2
Definition: PixelClusterContainerCnv.h:38
T_AthenaPoolCustomCnv
Compatibility for old converter classes that don't get passed the key.
Definition: T_AthenaPoolCustomCnv.h:132
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
PixelClusterContainerCnvBase
T_AthenaPoolCustomCnv< InDet::PixelClusterContainer, PixelClusterContainer_PERS > PixelClusterContainerCnvBase
Definition: PixelClusterContainerCnv.h:25
PixelClusterContainerCnv::m_converter_p0
PixelClusterContainerCnv_p0 m_converter_p0
Definition: PixelClusterContainerCnv.h:37
T_AthenaPoolCustomCnv.h
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
CnvFactory
Abstract factory to create the converter.
Definition: ToyConverter.h:16
PixelClusterContainerCnv_tlp1
Definition: PixelClusterContainerCnv_tlp1.h:26
PixelClusterContainerCnv_p0.h
PixelClusterCollection.h
TopLevelTPCnvBase
Base class for top-level TP converters.
Definition: TopLevelTPCnvBase.h:32
PixelClusterContainer.h
PixelClusterContainer_PERS
InDet::PixelClusterContainer_p3 PixelClusterContainer_PERS
Definition: PixelClusterContainerCnv.h:15
PixelClusterContainerCnv
Create derived converter to customize the saving of identifiable container.
Definition: PixelClusterContainerCnv.h:32
PixelClusterContainerCnv_p2
Definition: PixelClusterContainerCnv_p2.h:23
PixelClusterContainerCnv::getTopLevelTPCnv
virtual AthenaPoolTopLevelTPCnvBase * getTopLevelTPCnv()
Definition: PixelClusterContainerCnv.h:54
PixelClusterContainerCnv::createPersistent
virtual PixelClusterContainer_PERS * createPersistent(InDet::PixelClusterContainer *transCont)
Definition: PixelClusterContainerCnv.cxx:103
PixelClusterContainerCnv::PixelClusterContainerCnv
PixelClusterContainerCnv(ISvcLocator *svcloc)
Definition: PixelClusterContainerCnv.cxx:13
PixelClusterContainerCnv::m_converter_p3
PixelClusterContainerCnv_p3 m_converter_p3
Definition: PixelClusterContainerCnv.h:39
InDet::PixelClusterContainer_p3
Definition: PixelClusterContainer_p3.h:21
PixelID
Definition: PixelID.h:67