ATLAS Offline Software
CMXEtSumsCollectionCnv_tlp1.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 
7 
9 {
11 
13 }
14 
16 {
17 
19 
21 }
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
TopLevelTPConverter::addMainTPConverter
void addMainTPConverter()
Add the main TP converter to the internal list - should be called from user-defined constructor.
Definition: TopLevelTPConverter.h:146
TopLevelTPCnvBase::addTPConverter
virtual void addTPConverter(ITPConverter *cnv)
Add a TP converter to this top level converter.
Definition: TopLevelTPCnvBase.cxx:11
CMXEtSumsCollectionCnv_tlp1::CMXEtSumsCollectionCnv_tlp1
CMXEtSumsCollectionCnv_tlp1()
Definition: CMXEtSumsCollectionCnv_tlp1.cxx:8
CMXEtSumsCollection_tlp1
Definition: CMXEtSumsCollection_tlp1.h:11
CMXEtSumsCollectionCnv_tlp1.h
CMXEtSumsCollection_tlp1::m_CMXEtSumsCollection
std::vector< CMXEtSumsCollection_p1 > m_CMXEtSumsCollection
Definition: CMXEtSumsCollection_tlp1.h:19
CMXEtSumsCollectionCnv_tlp1::m_CMXEtSumsCnv
CMXEtSumsCnv_p1 m_CMXEtSumsCnv
Definition: CMXEtSumsCollectionCnv_tlp1.h:33
CMXEtSumsCollection_tlp1::m_CMXEtSums
std::vector< CMXEtSums_p1 > m_CMXEtSums
Definition: CMXEtSumsCollection_tlp1.h:20
CMXEtSumsCollectionCnv_tlp1::setPStorage
virtual void setPStorage(CMXEtSumsCollection_tlp1 *storage)
Definition: CMXEtSumsCollectionCnv_tlp1.cxx:15
TopLevelTPConverter::setMainCnvPStorage
void setMainCnvPStorage(STORAGE *storage)
Set the persistent storage space for the main TP converter.
Definition: TopLevelTPConverter.h:152