ATLAS Offline Software
Loading...
Searching...
No Matches
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{
26
27 m_trtDriftCirclesCnv.setPStorage( &storage->m_trtDriftCircles );
28 m_prepDataCnv.setPStorage( &storage->m_prepData );
29 m_locPosCnv.setPStorage( &storage->m_locPos );
30 m_errorMatCnv.setPStorage( &storage->m_errorMat );
31}
32
std::vector< Trk::HepSymMatrix_p1 > m_errorMat
std::vector< InDet::InDetPRD_Container_p1 > m_trtDCCont
std::vector< Trk::PrepRawData_p1 > m_prepData
std::vector< InDet::TRT_DriftCircle_p1 > m_trtDriftCircles
std::vector< Trk::LocalPosition_p1 > m_locPos
virtual void setPStorage(InDet::TRT_DriftCircleContainer_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.