ATLAS Offline Software
TrigMissingETContainerCnv_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 
8 {
9  // add the "main" base class converter (ie. TrigMissingETContainerCnv)
11 
12  // Add all converters defined in this top level converter:
13  // never change the order of adding converters!
16 
17 }
18 
20 {
22 
24 
25 }
TrigMissingETContainer_tlp1::m_TrigMissingETContainer_p1
std::vector< TrigMissingETContainer_p1 > m_TrigMissingETContainer_p1
Definition: TrigMissingETContainer_tlp1.h:48
TrigMissingETContainerCnv_tlp1.h
TrigMissingETContainerCnv_tlp1::TrigMissingETContainerCnv_tlp1
TrigMissingETContainerCnv_tlp1()
Definition: TrigMissingETContainerCnv_tlp1.cxx:7
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
TrigMissingETContainerCnv_tlp1::m_TrigMissingETCnv_p1
TrigMissingETCnv_p1 m_TrigMissingETCnv_p1
Definition: TrigMissingETContainerCnv_tlp1.h:56
TrigMissingETContainerCnv_tlp1::m_TrigMissingETCnv_p2
TrigMissingETCnv_p2 m_TrigMissingETCnv_p2
Definition: TrigMissingETContainerCnv_tlp1.h:57
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
TrigMissingETContainerCnv_tlp1::setPStorage
virtual void setPStorage(TrigMissingETContainer_tlp1 *storage)
Definition: TrigMissingETContainerCnv_tlp1.cxx:19
TrigMissingETContainer_tlp1::m_TrigMissingET_p2
std::vector< TrigMissingET_p2 > m_TrigMissingET_p2
Definition: TrigMissingETContainer_tlp1.h:50
TrigMissingETContainer_tlp1
Definition: TrigMissingETContainer_tlp1.h:27
TopLevelTPConverter::setMainCnvPStorage
void setMainCnvPStorage(STORAGE *storage)
Set the persistent storage space for the main TP converter.
Definition: TopLevelTPConverter.h:152