ATLAS Offline Software
Loading...
Searching...
No Matches
TgcCoinDataContainerCnv_tlp3.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!
16 //
17
18}
19
20
21
23{
25
26 m_tgcCoinDataCnv.setPStorage( &storage->m_tgcCoinDatas );
27 m_locPosCnv.setPStorage( &storage->m_locPos );
28 m_errorMatCnv.setPStorage( &storage->m_errorMat );
29}
30
std::vector< Muon::MuonCoinDataContainer_p1 > m_pixDCCont
std::vector< Muon::TgcCoinData_p3 > m_tgcCoinDatas
std::vector< Trk::LocalPosition_p1 > m_locPos
std::vector< Trk::HepSymMatrix_p1 > m_errorMat
virtual void setPStorage(Muon::TgcCoinDataContainer_tlp3 *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.