ATLAS Offline Software
RpcPrepDataContainerCnv.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 MUONEVENTATHENAPOOL_RPCPREPDATACONTAINERCNV_H
6 #define MUONEVENTATHENAPOOL_RPCPREPDATACONTAINERCNV_H
7 
13 
14 class StoreGateSvc;
15 class RpcIdHelper;
16 
17 // the latest persistent representation type of DataCollection:
20 
27 {
28 
29  friend class CnvFactory<RpcPrepDataContainerCnv>;
30 
31 public:
32  RpcPrepDataContainerCnv(ISvcLocator* svcloc);
34 
37 
38  // Must initialize ID helpers
39  virtual StatusCode initialize();
41 
42 private:
43  // Not bothering with being able to read 'old' PRDs yet. Ed
44  //RpcPrepDataContainerCnv_p1 m_converter_p1;
47 };
48 
49 #endif
50 
Muon::RpcPrepDataContainerCnv_p3
Class to handle the conversion of the transient RpcPrepDataContainer into its persistent representati...
Definition: RpcPrepDataContainerCnv_p3.h:24
Muon::MuonPrepDataContainer
Template for Muon PRD containers (which are basically collections of MuonPrepDataCollections).
Definition: MuonPrepDataContainer.h:42
RpcPrepDataContainer_PERS
Muon::RpcPrepDataContainer_p3 RpcPrepDataContainer_PERS
Definition: RpcPrepDataContainerCnv.h:15
RpcPrepDataContainerCnv::~RpcPrepDataContainerCnv
virtual ~RpcPrepDataContainerCnv()
RpcPrepDataContainer.h
RpcPrepDataContainerCnv::m_converter_p3
Muon::RpcPrepDataContainerCnv_p3 m_converter_p3
Definition: RpcPrepDataContainerCnv.h:46
RpcIdHelper
Definition: RpcIdHelper.h:51
RpcPrepDataCollection.h
RpcPrepDataContainerCnv::createTransient
virtual Muon::RpcPrepDataContainer * createTransient()
Definition: RpcPrepDataContainerCnv.cxx:48
RpcPrepDataContainerCnv::createPersistent
virtual RpcPrepDataContainer_PERS * createPersistent(Muon::RpcPrepDataContainer *transCont)
Definition: RpcPrepDataContainerCnv.cxx:41
RpcPrepDataContainerCnv_p3.h
StoreGateSvc
The Athena Transient Store API.
Definition: StoreGateSvc.h:128
RpcPrepDataContainerCnv
Create derived converter to customize the saving of identifiable container.
Definition: RpcPrepDataContainerCnv.h:27
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
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
RpcPrepDataContainerCnv::RpcPrepDataContainerCnv
RpcPrepDataContainerCnv(ISvcLocator *svcloc)
Definition: RpcPrepDataContainerCnv.cxx:21
RpcPrepDataContainerCnv::m_TPConverter
RpcPrepDataContainerCnv_tlp1 m_TPConverter
Definition: RpcPrepDataContainerCnv.h:45
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
RpcPrepDataContainerCnv::initialize
virtual StatusCode initialize()
Gaudi Service Interface method implementations:
Definition: RpcPrepDataContainerCnv.cxx:27
RpcPrepDataContainerCnv::getTopLevelTPCnv
virtual AthenaPoolTopLevelTPCnvBase * getTopLevelTPCnv()
Definition: RpcPrepDataContainerCnv.h:40
RpcPrepDataContainerCnvBase
T_AthenaPoolCustomCnv< Muon::RpcPrepDataContainer, RpcPrepDataContainer_PERS > RpcPrepDataContainerCnvBase
Definition: RpcPrepDataContainerCnv.h:19
RpcPrepDataContainerCnv_tlp1
Definition: RpcPrepDataContainerCnv_tlp1.h:23
RpcPrepDataContainerCnv_tlp1.h