ATLAS Offline Software
TgcPrepDataContainerCnv.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_TGCPREPDATACONTAINERCNV_H
6 #define MUONEVENTATHENAPOOL_TGCPREPDATACONTAINERCNV_H
7 
8 //#include "AthenaPoolCnvSvc/T_AthenaPoolCustCnv.h"
15 
16 class StoreGateSvc;
17 class TgcIdHelper;
18 
19 // the latest persistent representation type of DataCollection:
22 
29 {
30 
31  friend class CnvFactory<TgcPrepDataContainerCnv>;
32 
33 public:
34  TgcPrepDataContainerCnv(ISvcLocator* svcloc);
36 
39 
40  // Must initialize ID helpers
41  virtual StatusCode initialize();
43 
44 private:
45  // Not bothering with being able to read 'old' PRDs yet. Ed
49 };
50 
51 #endif
Muon::MuonPrepDataContainer
Template for Muon PRD containers (which are basically collections of MuonPrepDataCollections).
Definition: MuonPrepDataContainer.h:42
Muon::TgcPrepDataContainerCnv_p3
Class to handle the conversion of the transient TgcPrepDataContainer into its persistent representati...
Definition: TgcPrepDataContainerCnv_p3.h:23
TgcPrepDataContainerCnv_tlp1.h
TgcIdHelper
Definition: TgcIdHelper.h:50
TgcPrepDataContainerCnv::getTopLevelTPCnv
virtual AthenaPoolTopLevelTPCnvBase * getTopLevelTPCnv()
Definition: TgcPrepDataContainerCnv.h:42
TgcPrepDataContainerCnv::m_converter_p2
Muon::TgcPrepDataContainerCnv_p2 m_converter_p2
Definition: TgcPrepDataContainerCnv.h:47
TgcPrepDataContainerCnv
Create derived converter to customize the saving of identifiable container.
Definition: TgcPrepDataContainerCnv.h:29
TgcPrepDataContainerCnv::TgcPrepDataContainerCnv
TgcPrepDataContainerCnv(ISvcLocator *svcloc)
Definition: TgcPrepDataContainerCnv.cxx:19
TgcPrepDataContainerCnv::m_TPConverter
TgcPrepDataContainerCnv_tlp1 m_TPConverter
Definition: TgcPrepDataContainerCnv.h:48
TgcPrepDataContainerCnv::m_converter_p3
Muon::TgcPrepDataContainerCnv_p3 m_converter_p3
Definition: TgcPrepDataContainerCnv.h:46
StoreGateSvc
The Athena Transient Store API.
Definition: StoreGateSvc.h:128
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
TgcPrepDataContainer.h
TgcPrepDataContainer_PERS
Muon::TgcPrepDataContainer_p3 TgcPrepDataContainer_PERS
Definition: TgcPrepDataContainerCnv.h:17
T_AthenaPoolCustomCnv.h
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
Muon::TgcPrepDataContainerCnv_p2
Class to handle the conversion of the transient TgcPrepDataContainer into its persistent representati...
Definition: TgcPrepDataContainerCnv_p2.h:24
CnvFactory
Abstract factory to create the converter.
Definition: ToyConverter.h:16
TgcPrepDataContainerCnv::~TgcPrepDataContainerCnv
virtual ~TgcPrepDataContainerCnv()
TgcPrepDataCollection.h
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
TgcPrepDataContainerCnv::createTransient
virtual Muon::TgcPrepDataContainer * createTransient()
Definition: TgcPrepDataContainerCnv.cxx:47
TgcPrepDataContainerCnv_p3.h
TgcPrepDataContainerCnv::createPersistent
virtual TgcPrepDataContainer_PERS * createPersistent(Muon::TgcPrepDataContainer *transCont)
Definition: TgcPrepDataContainerCnv.cxx:40
TgcPrepDataContainerCnv::initialize
virtual StatusCode initialize()
Gaudi Service Interface method implementations:
Definition: TgcPrepDataContainerCnv.cxx:26
TgcPrepDataContainerCnv_p2.h
TgcPrepDataContainerCnv_tlp1
Definition: TgcPrepDataContainerCnv_tlp1.h:23
TgcPrepDataContainerCnvBase
T_AthenaPoolCustomCnv< Muon::TgcPrepDataContainer, TgcPrepDataContainer_PERS > TgcPrepDataContainerCnvBase
Definition: TgcPrepDataContainerCnv.h:21