ATLAS Offline Software
Loading...
Searching...
No Matches
CscStripPrepDataContainerCnv_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
virtual void setPStorage(Muon::CscStripPrepDataContainer_tlp1 *storage)
std::vector< Trk::LocalPosition_p1 > m_locPos
std::vector< Muon::MuonPRD_Container_p1 > m_pixDCCont
std::vector< Trk::PrepRawData_p1 > m_prepData
std::vector< Trk::HepSymMatrix_p1 > m_errorMat
std::vector< Muon::CscStripPrepData_p1 > m_muonPrds
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.