ATLAS Offline Software
Loading...
Searching...
No Matches
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
14MuonCaloEnergyContainerCnv_tlp1 :: MuonCaloEnergyContainerCnv_tlp1( )
15{
18}
19
20void MuonCaloEnergyContainerCnv_tlp1 :: setPStorage( MuonCaloEnergyContainer_tlp1 *storage )
21{
23 m_caloEnergyCnv.setPStorage( &storage->m_caloEnergies );
24}
25
26
std::vector< MuonCaloEnergyContainer_p1 > m_muonCaloEnergyContainer
std::vector< CaloEnergy_p2 > m_caloEnergies
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.