ATLAS Offline Software
SCT_ClusterContainerCnv_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!
19 
20 
21 }
22 
23 
24 
26 {
27  setMainCnvPStorage( &storage->m_sctDCCont );
28 
31  m_siWidthCnv.setPStorage( &storage->m_siWidths );
33  m_locPosCnv.setPStorage( &storage->m_locPos );
35 }
36 
37 // Method for test/SCT_ClusterCnv_p1_test.cxx
38 void SCT_ClusterContainerCnv_tlp1::setUseDetectorElement(const bool useDetectorElement) {
39  m_mainConverter.setUseDetectorElement(useDetectorElement);
40 }
SCT_ClusterContainerCnv_tlp1::setPStorage
virtual void setPStorage(InDet::SCT_ClusterContainer_tlp1 *storage)
Definition: SCT_ClusterContainerCnv_tlp1.cxx:25
InDet::SCT_ClusterContainer_tlp1::m_locPos
std::vector< Trk::LocalPosition_p1 > m_locPos
Definition: SCT_ClusterContainer_tlp1.h:42
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
InDet::SCT_ClusterContainer_tlp1::m_sctDCCont
std::vector< InDet::InDetPRD_Container_p1 > m_sctDCCont
Definition: SCT_ClusterContainer_tlp1.h:35
SCT_ClusterContainerCnv_tlp1::m_siWidthCnv
SiWidthCnv_p1 m_siWidthCnv
Definition: SCT_ClusterContainerCnv_tlp1.h:43
TopLevelTPConverter::addMainTPConverter
void addMainTPConverter()
Add the main TP converter to the internal list - should be called from user-defined constructor.
Definition: TopLevelTPConverter.h:146
SCT_ClusterContainerCnv_tlp1::m_siClusterCnv
SiClusterCnv_p1 m_siClusterCnv
Definition: SCT_ClusterContainerCnv_tlp1.h:41
SCT_ClusterContainerCnv_tlp1::SCT_ClusterContainerCnv_tlp1
SCT_ClusterContainerCnv_tlp1()
Definition: SCT_ClusterContainerCnv_tlp1.cxx:8
TopLevelTPCnvBase::addTPConverter
virtual void addTPConverter(ITPConverter *cnv)
Add a TP converter to this top level converter.
Definition: TopLevelTPCnvBase.cxx:11
InDet::SCT_ClusterContainer_tlp1::m_sctClusters
std::vector< InDet::SCT_Cluster_p1 > m_sctClusters
Definition: SCT_ClusterContainer_tlp1.h:36
TopLevelTPConverter::m_mainConverter
MAIN_CNV m_mainConverter
Definition: TopLevelTPConverter.h:217
InDet::SCT_ClusterContainer_tlp1::m_siClusters
std::vector< InDet::SiCluster_p1 > m_siClusters
Definition: SCT_ClusterContainer_tlp1.h:38
InDet::SCT_ClusterContainer_tlp1::m_siWidths
std::vector< InDet::SiWidth_p1 > m_siWidths
Definition: SCT_ClusterContainer_tlp1.h:39
SCT_ClusterContainerCnv_tlp1::m_locPosCnv
LocalPositionCnv_p1 m_locPosCnv
Definition: SCT_ClusterContainerCnv_tlp1.h:45
SCT_ClusterContainerCnv_tlp1.h
SCT_ClusterContainerCnv_tlp1::m_errorMatCnv
ErrorMatrixCnv_p1 m_errorMatCnv
Definition: SCT_ClusterContainerCnv_tlp1.h:46
InDet::SCT_ClusterContainer_tlp1::m_errorMat
std::vector< Trk::HepSymMatrix_p1 > m_errorMat
Definition: SCT_ClusterContainer_tlp1.h:43
SCT_ClusterContainerCnv_tlp1::m_prepDataCnv
PrepRawDataCnv_p1 m_prepDataCnv
Definition: SCT_ClusterContainerCnv_tlp1.h:44
SCT_ClusterContainerCnv_tlp1::m_sctClusterCnv
SCT_ClusterCnv_p1 m_sctClusterCnv
Definition: SCT_ClusterContainerCnv_tlp1.h:42
TopLevelTPConverter::setMainCnvPStorage
void setMainCnvPStorage(STORAGE *storage)
Set the persistent storage space for the main TP converter.
Definition: TopLevelTPConverter.h:152
InDet::SCT_ClusterContainer_tlp1
Definition: SCT_ClusterContainer_tlp1.h:29
SCT_ClusterContainerCnv_tlp1::setUseDetectorElement
void setUseDetectorElement(const bool useDetectorElement)
Definition: SCT_ClusterContainerCnv_tlp1.cxx:38
InDet::SCT_ClusterContainer_tlp1::m_prepData
std::vector< Trk::PrepRawData_p1 > m_prepData
Definition: SCT_ClusterContainer_tlp1.h:40