ATLAS Offline Software
MdtPrepDataContainerCnv.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef MUONEVENTATHENAPOOL_MDTPREPDATACONTAINERCNV_H
6 #define MUONEVENTATHENAPOOL_MDTPREPDATACONTAINERCNV_H
7 
13 
14 class StoreGateSvc;
15 class MdtIdHelper;
16 
17 // the latest persistent representation type of DataCollection:
20 
27 {
28 
29  friend class CnvFactory<MdtPrepDataContainerCnv>;
30 
31 public:
32  MdtPrepDataContainerCnv(ISvcLocator* svcloc);
34 
37 
38  // Must initialize ID helpers
39  virtual StatusCode initialize();
41 
42 private:
45 };
46 
47 #endif
Muon::MuonPrepDataContainer
Template for Muon PRD containers (which are basically collections of MuonPrepDataCollections).
Definition: MuonPrepDataContainer.h:42
MdtPrepDataContainerCnv::m_converter_tlp1
MdtPrepDataContainerCnv_tlp1 m_converter_tlp1
'Old style' top level convertor
Definition: MdtPrepDataContainerCnv.h:43
MdtPrepDataContainerCnv::MdtPrepDataContainerCnv
MdtPrepDataContainerCnv(ISvcLocator *svcloc)
Definition: MdtPrepDataContainerCnv.cxx:21
MdtPrepDataContainerCnv::initialize
virtual StatusCode initialize()
Gaudi Service Interface method implementations:
Definition: MdtPrepDataContainerCnv.cxx:28
MdtPrepDataContainerCnv::m_converter_p2
Muon::MdtPrepDataContainerCnv_p2 m_converter_p2
New, flattened convertor.
Definition: MdtPrepDataContainerCnv.h:44
MdtPrepDataContainerCnv
Create derived converter to customize the saving of identifiable container.
Definition: MdtPrepDataContainerCnv.h:27
Muon::MdtPrepDataContainerCnv_p2
Class to handle the conversion of the transient MdtPrepDataContainer into its persistent representati...
Definition: MdtPrepDataContainerCnv_p2.h:24
MdtPrepDataContainerCnv_p2.h
MdtPrepDataCollection.h
MdtPrepDataContainer.h
StoreGateSvc
The Athena Transient Store API.
Definition: StoreGateSvc.h:128
MdtPrepDataContainer_PERS
Muon::MdtPrepDataContainer_p2 MdtPrepDataContainer_PERS
Definition: MdtPrepDataContainerCnv.h:15
MdtPrepDataContainerCnv::createTransient
virtual Muon::MdtPrepDataContainer * createTransient()
Definition: MdtPrepDataContainerCnv.cxx:48
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
MdtPrepDataContainerCnv::getTopLevelTPCnv
virtual AthenaPoolTopLevelTPCnvBase * getTopLevelTPCnv()
Definition: MdtPrepDataContainerCnv.h:40
MdtIdHelper
Definition: MdtIdHelper.h:61
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
TopLevelTPCnvBase
Base class for top-level TP converters.
Definition: TopLevelTPCnvBase.h:32
Muon::MuonPRD_Container_p2
Class to contain the Muon Prep Raw Data.
Definition: MuonPRD_Container_p2.h:26
MdtPrepDataContainerCnv::createPersistent
virtual MdtPrepDataContainer_PERS * createPersistent(Muon::MdtPrepDataContainer *transCont)
Definition: MdtPrepDataContainerCnv.cxx:41
MdtPrepDataContainerCnv_tlp1.h
MdtPrepDataContainerCnvBase
T_AthenaPoolCustomCnv< Muon::MdtPrepDataContainer, MdtPrepDataContainer_PERS > MdtPrepDataContainerCnvBase
Definition: MdtPrepDataContainerCnv.h:19
MdtPrepDataContainerCnv::~MdtPrepDataContainerCnv
virtual ~MdtPrepDataContainerCnv()
MdtPrepDataContainerCnv_tlp1
Definition: MdtPrepDataContainerCnv_tlp1.h:23