ATLAS Offline Software
TileTrackMuFeatureContainerCnv_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 
7 
8 //constructor
10 
11  // add the "main" base class converter (ie. TileTrackMuFeatureContainerCnv)
12 
14 
15  // add all converters needed in the top level converter
16  // do not change the order of adding converters
17 
18  //addTPConverter( &m_TileTrackMuFeatureCnv );
21 
22 }
23 
25 
26 
27  //for the base class converter
29 
30  //for all other converters defined in the base class
33 }
34 
TPAbstractPolyCnvBase::setPStorage
void setPStorage(std::vector< PERS > *storage)
Tell this converter which storage vector it should use to store or retrieve persistent representation...
Definition: TPConverter.h:551
TileTrackMuFeatureContainerCnv_tlp1.h
TileTrackMuFeatureContainer_tlp1::m_TileTrackMuFeatureContainerVec
std::vector< TileTrackMuFeatureContainer_p1 > m_TileTrackMuFeatureContainerVec
Definition: TileTrackMuFeatureContainer_tlp1.h:41
TopLevelTPConverter::addMainTPConverter
void addMainTPConverter()
Add the main TP converter to the internal list - should be called from user-defined constructor.
Definition: TopLevelTPConverter.h:146
TileTrackMuFeatureContainerCnv_tlp1::TileTrackMuFeatureContainerCnv_tlp1
TileTrackMuFeatureContainerCnv_tlp1()
Definition: TileTrackMuFeatureContainerCnv_tlp1.cxx:9
TileTrackMuFeatureContainerCnv_tlp1::setPStorage
virtual void setPStorage(TileTrackMuFeatureContainer_tlp1 *storage)
Definition: TileTrackMuFeatureContainerCnv_tlp1.cxx:24
TopLevelTPCnvBase::addTPConverter
virtual void addTPConverter(ITPConverter *cnv)
Add a TP converter to this top level converter.
Definition: TopLevelTPCnvBase.cxx:11
TopLevelTPCnvBase::addTPConverterForReading
virtual void addTPConverterForReading(ITPConverter *cnv)
Add a TP converter to this top level converter but only for reading.
Definition: TopLevelTPCnvBase.cxx:19
TileTrackMuFeatureContainerCnv_tlp1::m_TileTrackMuFeatureCnv_p2
TileTrackMuFeatureCnv_p2 m_TileTrackMuFeatureCnv_p2
Definition: TileTrackMuFeatureContainerCnv_tlp1.h:47
TileTrackMuFeatureContainer_tlp1
Definition: TileTrackMuFeatureContainer_tlp1.h:26
TileTrackMuFeatureContainerCnv_tlp1::m_TileTrackMuFeatureCnv
TileTrackMuFeatureCnv_p1 m_TileTrackMuFeatureCnv
Definition: TileTrackMuFeatureContainerCnv_tlp1.h:46
TileTrackMuFeatureContainer_tlp1::m_TileTrackMuFeatureVec_p2
std::vector< TileTrackMuFeature_p2 > m_TileTrackMuFeatureVec_p2
Definition: TileTrackMuFeatureContainer_tlp1.h:43
TileTrackMuFeatureContainer_tlp1::m_TileTrackMuFeatureVec
std::vector< TileTrackMuFeature_p1 > m_TileTrackMuFeatureVec
Definition: TileTrackMuFeatureContainer_tlp1.h:42
TopLevelTPConverter::setMainCnvPStorage
void setMainCnvPStorage(STORAGE *storage)
Set the persistent storage space for the main TP converter.
Definition: TopLevelTPConverter.h:152