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)
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.