ATLAS Offline Software
Loading...
Searching...
No Matches
TgcCoinDataContainerCnv_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
5/* Takashi Kubota - June 30, 2008 */
8{
9 // Add all converters defined in this top level converter:
10 // never change the order of adding converters!
15 //
16}
17
19{
21 //
22 m_tgcCoinDataCnv.setPStorage( &storage->m_tgcCoinDatas );
23 m_locPosCnv.setPStorage( &storage->m_locPos );
24 m_errorMatCnv.setPStorage( &storage->m_errorMat );
25}
26
std::vector< Trk::HepSymMatrix_p1 > m_errorMat
std::vector< Trk::LocalPosition_p1 > m_locPos
std::vector< Muon::MuonCoinDataContainer_p1 > m_pixDCCont
std::vector< Muon::TgcCoinData_p1 > m_tgcCoinDatas
virtual void setPStorage(Muon::TgcCoinDataContainer_tlp1 *storage)
A stub for a method that should be provided by the converter creator.