ATLAS Offline Software
TRT_DriftCircleContainerCnv_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 
7 
9 {
10  // Add all converters defined in this top level converter:
11  // never change the order of adding converters!
17 
18 
19 }
20 
21 
22 
24 {
25  setMainCnvPStorage( &storage->m_trtDCCont );
26 
29  m_locPosCnv.setPStorage( &storage->m_locPos );
31 }
32 
InDet::TRT_DriftCircleContainer_tlp1::m_prepData
std::vector< Trk::PrepRawData_p1 > m_prepData
Definition: TRT_DriftCircleContainer_tlp1.h:36
InDet::TRT_DriftCircleContainer_tlp1::m_locPos
std::vector< Trk::LocalPosition_p1 > m_locPos
Definition: TRT_DriftCircleContainer_tlp1.h:38
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
TRT_DriftCircleContainerCnv_tlp1::m_errorMatCnv
ErrorMatrixCnv_p1 m_errorMatCnv
Definition: TRT_DriftCircleContainerCnv_tlp1.h:40
TRT_DriftCircleContainerCnv_tlp1::setPStorage
virtual void setPStorage(InDet::TRT_DriftCircleContainer_tlp1 *storage)
Definition: TRT_DriftCircleContainerCnv_tlp1.cxx:23
TRT_DriftCircleContainerCnv_tlp1.h
TRT_DriftCircleContainerCnv_tlp1::m_prepDataCnv
PrepRawDataCnv_p1 m_prepDataCnv
Definition: TRT_DriftCircleContainerCnv_tlp1.h:38
TopLevelTPConverter::addMainTPConverter
void addMainTPConverter()
Add the main TP converter to the internal list - should be called from user-defined constructor.
Definition: TopLevelTPConverter.h:146
TopLevelTPCnvBase::addTPConverter
virtual void addTPConverter(ITPConverter *cnv)
Add a TP converter to this top level converter.
Definition: TopLevelTPCnvBase.cxx:11
InDet::TRT_DriftCircleContainer_tlp1::m_errorMat
std::vector< Trk::HepSymMatrix_p1 > m_errorMat
Definition: TRT_DriftCircleContainer_tlp1.h:39
TRT_DriftCircleContainerCnv_tlp1::m_trtDriftCirclesCnv
TRT_DriftCircleCnv_p1 m_trtDriftCirclesCnv
Definition: TRT_DriftCircleContainerCnv_tlp1.h:37
TRT_DriftCircleContainerCnv_tlp1::m_locPosCnv
LocalPositionCnv_p1 m_locPosCnv
Definition: TRT_DriftCircleContainerCnv_tlp1.h:39
InDet::TRT_DriftCircleContainer_tlp1::m_trtDCCont
std::vector< InDet::InDetPRD_Container_p1 > m_trtDCCont
Definition: TRT_DriftCircleContainer_tlp1.h:33
InDet::TRT_DriftCircleContainer_tlp1::m_trtDriftCircles
std::vector< InDet::TRT_DriftCircle_p1 > m_trtDriftCircles
Definition: TRT_DriftCircleContainer_tlp1.h:34
TRT_DriftCircleContainerCnv_tlp1::TRT_DriftCircleContainerCnv_tlp1
TRT_DriftCircleContainerCnv_tlp1()
Definition: TRT_DriftCircleContainerCnv_tlp1.cxx:8
InDet::TRT_DriftCircleContainer_tlp1
Definition: TRT_DriftCircleContainer_tlp1.h:27
TopLevelTPConverter::setMainCnvPStorage
void setMainCnvPStorage(STORAGE *storage)
Set the persistent storage space for the main TP converter.
Definition: TopLevelTPConverter.h:152