ATLAS Offline Software
Loading...
Searching...
No Matches
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{
28
29 m_sctClusterCnv.setPStorage( &storage->m_sctClusters );
30 m_siClusterCnv.setPStorage( &storage->m_siClusters );
31 m_siWidthCnv.setPStorage( &storage->m_siWidths );
32 m_prepDataCnv.setPStorage( &storage->m_prepData );
33 m_locPosCnv.setPStorage( &storage->m_locPos );
34 m_errorMatCnv.setPStorage( &storage->m_errorMat );
35}
36
37// Method for test/SCT_ClusterCnv_p1_test.cxx
38void SCT_ClusterContainerCnv_tlp1::setUseDetectorElement(const bool useDetectorElement) {
39 m_mainConverter.setUseDetectorElement(useDetectorElement);
40}
std::vector< Trk::LocalPosition_p1 > m_locPos
std::vector< Trk::HepSymMatrix_p1 > m_errorMat
std::vector< InDet::SCT_Cluster_p1 > m_sctClusters
std::vector< Trk::PrepRawData_p1 > m_prepData
std::vector< InDet::InDetPRD_Container_p1 > m_sctDCCont
std::vector< InDet::SiWidth_p1 > m_siWidths
std::vector< InDet::SiCluster_p1 > m_siClusters
void setUseDetectorElement(const bool useDetectorElement)
virtual void setPStorage(InDet::SCT_ClusterContainer_tlp1 *storage)
virtual void addTPConverter(ITPConverter *cnv)
Add a TP converter to this top level converter.
void setMainCnvPStorage(STORAGE *storage)
Set the persistent storage space for the main TP converter.
void addMainTPConverter()
Add the main TP converter to the internal list - should be called from user-defined constructor.