ATLAS Offline Software
TrigEMClusterContainerCnv_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 
10 {
11  // add the "main" base class converter (ie. TrigEMClusterContainerCnv)
13 
14  // Add all converters defined in this top level converter:
15  // never change the order of adding converters!
20 }
21 
23 {
29 }
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
TrigEMClusterContainer_tlp1::m_EMCluster
std::vector< TrigEMCluster_p1 > m_EMCluster
Definition: TrigEMClusterContainer_tlp1.h:50
TrigEMClusterContainerCnv_tlp1::m_EMClusterCnv_p2
TrigEMClusterCnv_p2 m_EMClusterCnv_p2
Definition: TrigEMClusterContainerCnv_tlp1.h:59
TopLevelTPConverter::addMainTPConverter
void addMainTPConverter()
Add the main TP converter to the internal list - should be called from user-defined constructor.
Definition: TopLevelTPConverter.h:146
TrigEMClusterContainerCnv_tlp1::m_CaloClusterCnv_p2
TrigCaloClusterCnv_p2 m_CaloClusterCnv_p2
Definition: TrigEMClusterContainerCnv_tlp1.h:60
TrigEMClusterContainer_tlp1
Definition: TrigEMClusterContainer_tlp1.h:28
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
TrigEMClusterContainer_tlp1::m_TrigEMClusterContainers
std::vector< TrigEMClusterContainer_p1 > m_TrigEMClusterContainers
Definition: TrigEMClusterContainer_tlp1.h:49
TrigEMClusterContainer_tlp1::m_CaloCluster
std::vector< TrigCaloCluster_p1 > m_CaloCluster
Definition: TrigEMClusterContainer_tlp1.h:51
TrigEMClusterContainerCnv_tlp1::setPStorage
virtual void setPStorage(TrigEMClusterContainer_tlp1 *storage)
Definition: TrigEMClusterContainerCnv_tlp1.cxx:22
TrigEMClusterContainerCnv_tlp1::TrigEMClusterContainerCnv_tlp1
TrigEMClusterContainerCnv_tlp1()
Definition: TrigEMClusterContainerCnv_tlp1.cxx:9
TrigEMClusterContainerCnv_tlp1::m_EMClusterCnv
TrigEMClusterCnv_p1 m_EMClusterCnv
Definition: TrigEMClusterContainerCnv_tlp1.h:57
TrigEMClusterContainer_tlp1::m_EMCluster_p2
std::vector< TrigEMCluster_p2 > m_EMCluster_p2
Definition: TrigEMClusterContainer_tlp1.h:52
TrigEMClusterContainerCnv_tlp1.h
TrigEMClusterContainer_tlp1::m_CaloCluster_p2
std::vector< TrigCaloCluster_p2 > m_CaloCluster_p2
Definition: TrigEMClusterContainer_tlp1.h:53
TrigEMClusterContainerCnv_tlp1::m_CaloClusterCnv
TrigCaloClusterCnv_p1 m_CaloClusterCnv
Definition: TrigEMClusterContainerCnv_tlp1.h:58
TopLevelTPConverter::setMainCnvPStorage
void setMainCnvPStorage(STORAGE *storage)
Set the persistent storage space for the main TP converter.
Definition: TopLevelTPConverter.h:152