ATLAS Offline Software
Loading...
Searching...
No Matches
PixelClusterContainerCnv_tlp1.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 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!
18
19
20}
21
22
23
25{
27
28 m_pixClusterCnv.setPStorage( &storage->m_pixClusters );
29 m_siClusterCnv.setPStorage( &storage->m_siClusters );
30 m_siWidthCnv.setPStorage( &storage->m_siWidths );
31 m_prepDataCnv.setPStorage( &storage->m_prepData );
32 m_locPosCnv.setPStorage( &storage->m_locPos );
33 m_errorMatCnv.setPStorage( &storage->m_errorMat );
34}
35
36// Method for test/SCT_ClusterCnv_p1_test.cxx
37void PixelClusterContainerCnv_tlp1::setUseDetectorElement(const bool useDetectorElement) {
38 m_mainConverter.setUseDetectorElement(useDetectorElement);
39}
std::vector< InDet::SiWidth_p1 > m_siWidths
std::vector< Trk::LocalPosition_p1 > m_locPos
std::vector< Trk::PrepRawData_p1 > m_prepData
std::vector< Trk::HepSymMatrix_p1 > m_errorMat
std::vector< InDet::InDetPRD_Container_p1 > m_pixDCCont
std::vector< InDet::PixelCluster_p1 > m_pixClusters
std::vector< InDet::SiCluster_p1 > m_siClusters
void setUseDetectorElement(const bool useDetectorElement)
virtual void setPStorage(InDet::PixelClusterContainer_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.