ATLAS Offline Software
MuonCaloEnergyContainerCnv_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 //-----------------------------------------------------------------------------
6 // file: MuonCaloEnergyContainerCnv_tlp1.cxx
7 // package: Reconstruction/RecTPCnv
8 // authors: Ketevi A. Assamagan
9 // date: 2008-04-17
10 //-----------------------------------------------------------------------------
11 
13 
15 {
18 }
19 
21 {
24 }
25 
26 
MuonCaloEnergyContainerCnv_tlp1::setPStorage
virtual void setPStorage(MuonCaloEnergyContainer_tlp1 *storage)
Definition: MuonCaloEnergyContainerCnv_tlp1.cxx:20
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
MuonCaloEnergyContainerCnv_tlp1.h
TopLevelTPCnvBase::addTPConverter
virtual void addTPConverter(ITPConverter *cnv)
Add a TP converter to this top level converter.
Definition: TopLevelTPCnvBase.cxx:11
MuonCaloEnergyContainer_tlp1::m_caloEnergies
std::vector< CaloEnergy_p2 > m_caloEnergies
Definition: MuonCaloEnergyContainer_tlp1.h:24
MuonCaloEnergyContainerCnv_tlp1::MuonCaloEnergyContainerCnv_tlp1
MuonCaloEnergyContainerCnv_tlp1()
Definition: MuonCaloEnergyContainerCnv_tlp1.cxx:14
MuonCaloEnergyContainerCnv_tlp1::m_caloEnergyCnv
CaloEnergyCnv_p2 m_caloEnergyCnv
Definition: MuonCaloEnergyContainerCnv_tlp1.h:32
MuonCaloEnergyContainer_tlp1::m_muonCaloEnergyContainer
std::vector< MuonCaloEnergyContainer_p1 > m_muonCaloEnergyContainer
Definition: MuonCaloEnergyContainer_tlp1.h:23
MuonCaloEnergyContainer_tlp1
Definition: MuonCaloEnergyContainer_tlp1.h:20
TopLevelTPConverter::setMainCnvPStorage
void setMainCnvPStorage(STORAGE *storage)
Set the persistent storage space for the main TP converter.
Definition: TopLevelTPConverter.h:152