ATLAS Offline Software
Loading...
Searching...
No Matches
TgcPrepDataContainerCnv_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
8{
9 // Add all converters defined in this top level converter:
10 // never change the order of adding converters!
16
17
18}
19
20
21
23{
25
26 m_muonPrdCnv.setPStorage( &storage->m_muonPrds );
27 m_prepDataCnv.setPStorage( &storage->m_prepData );
28 m_locPosCnv.setPStorage( &storage->m_locPos );
29 m_errorMatCnv.setPStorage( &storage->m_errorMat );
30}
31
std::vector< Muon::MuonPRD_Container_p1 > m_pixDCCont
std::vector< Muon::TgcPrepData_p1 > m_muonPrds
std::vector< Trk::PrepRawData_p1 > m_prepData
std::vector< Trk::HepSymMatrix_p1 > m_errorMat
std::vector< Trk::LocalPosition_p1 > m_locPos
virtual void setPStorage(Muon::TgcPrepDataContainer_tlp1 *storage)
A stub for a method that should be provided by the converter creator.