ATLAS Offline Software
Reconstruction
RecTPCnv
src
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
12
#include "
RecTPCnv/MuonCaloEnergyContainerCnv_tlp1.h
"
13
14
MuonCaloEnergyContainerCnv_tlp1 :: MuonCaloEnergyContainerCnv_tlp1
( )
15
{
16
addMainTPConverter
();
17
addTPConverter
( &
m_caloEnergyCnv
);
18
}
19
20
void
MuonCaloEnergyContainerCnv_tlp1 :: setPStorage
(
MuonCaloEnergyContainer_tlp1
*storage )
21
{
22
setMainCnvPStorage
( &storage->
m_muonCaloEnergyContainer
);
23
m_caloEnergyCnv
.
setPStorage
( &storage->
m_caloEnergies
);
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
Generated on Sun Dec 22 2024 21:14:58 for ATLAS Offline Software by
1.8.18