ATLAS Offline Software
RpcPrepDataContainerCnv_tlp1.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
8 {
9  // Add all converters defined in this top level converter:
10  // never change the order of adding converters!
16 
17 
18 }
19 
20 
21 
23 {
24  setMainCnvPStorage( &storage->m_pixDCCont );
25 
26  m_muonPrdCnv.setPStorage( &storage->m_muonPrds );
28  m_locPosCnv.setPStorage( &storage->m_locPos );
30 }
31 
RpcPrepDataContainerCnv_tlp1::m_prepDataCnv
PrepRawDataCnv_p1 m_prepDataCnv
Definition: RpcPrepDataContainerCnv_tlp1.h:37
Muon::RpcPrepDataContainer_tlp1
Definition: RpcPrepDataContainer_tlp1.h:24
TPAbstractPolyCnvBase::setPStorage
void setPStorage(std::vector< PERS > *storage)
Tell this converter which storage vector it should use to store or retrieve persistent representation...
Definition: TPConverter.h:551
Muon::RpcPrepDataContainer_tlp1::m_locPos
std::vector< Trk::LocalPosition_p1 > m_locPos
Definition: RpcPrepDataContainer_tlp1.h:35
RpcPrepDataContainerCnv_tlp1::m_muonPrdCnv
RpcPrepDataCnv_p1 m_muonPrdCnv
Definition: RpcPrepDataContainerCnv_tlp1.h:36
TopLevelTPConverter::addMainTPConverter
void addMainTPConverter()
Add the main TP converter to the internal list - should be called from user-defined constructor.
Definition: TopLevelTPConverter.h:146
RpcPrepDataContainerCnv_tlp1::m_locPosCnv
LocalPositionCnv_p1 m_locPosCnv
Definition: RpcPrepDataContainerCnv_tlp1.h:38
Muon::RpcPrepDataContainer_tlp1::m_errorMat
std::vector< Trk::HepSymMatrix_p1 > m_errorMat
Definition: RpcPrepDataContainer_tlp1.h:36
RpcPrepDataContainerCnv_tlp1::setPStorage
virtual void setPStorage(Muon::RpcPrepDataContainer_tlp1 *storage)
Definition: RpcPrepDataContainerCnv_tlp1.cxx:22
RpcPrepDataContainerCnv_tlp1::RpcPrepDataContainerCnv_tlp1
RpcPrepDataContainerCnv_tlp1()
Definition: RpcPrepDataContainerCnv_tlp1.cxx:7
TopLevelTPCnvBase::addTPConverter
virtual void addTPConverter(ITPConverter *cnv)
Add a TP converter to this top level converter.
Definition: TopLevelTPCnvBase.cxx:11
RpcPrepDataContainerCnv_tlp1::m_errorMatCnv
ErrorMatrixCnv_p1 m_errorMatCnv
Definition: RpcPrepDataContainerCnv_tlp1.h:39
Muon::RpcPrepDataContainer_tlp1::m_pixDCCont
std::vector< Muon::MuonPRD_Container_p1 > m_pixDCCont
Definition: RpcPrepDataContainer_tlp1.h:30
Muon::RpcPrepDataContainer_tlp1::m_muonPrds
std::vector< Muon::RpcPrepData_p1 > m_muonPrds
Definition: RpcPrepDataContainer_tlp1.h:31
RpcPrepDataContainerCnv_tlp1.h
TopLevelTPConverter::setMainCnvPStorage
void setMainCnvPStorage(STORAGE *storage)
Set the persistent storage space for the main TP converter.
Definition: TopLevelTPConverter.h:152
Muon::RpcPrepDataContainer_tlp1::m_prepData
std::vector< Trk::PrepRawData_p1 > m_prepData
Definition: RpcPrepDataContainer_tlp1.h:33