ATLAS Offline Software
TrigT2JetContainerCnv_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 
9 {
10  // add the "main" base class converter (ie. TrigT2JetContainerCnv)
12 
13  // Add all converters defined in this top level converter:
14  // never change the order of adding converters!
17 }
18 
20 {
22  m_T2JetCnv. setPStorage(&storage->m_T2Jet);
24 }
TrigT2JetContainer_tlp1::m_TrigT2JetContainers
std::vector< TrigT2JetContainer_p1 > m_TrigT2JetContainers
Definition: TrigT2JetContainer_tlp1.h:51
TrigT2JetContainerCnv_tlp1.h
TrigT2JetContainer_tlp1::m_T2Jet
std::vector< TrigT2Jet_p1 > m_T2Jet
Definition: TrigT2JetContainer_tlp1.h:52
TrigT2JetContainerCnv_tlp1::setPStorage
virtual void setPStorage(TrigT2JetContainer_tlp1 *storage)
Definition: TrigT2JetContainerCnv_tlp1.cxx:19
TopLevelTPConverter::addMainTPConverter
void addMainTPConverter()
Add the main TP converter to the internal list - should be called from user-defined constructor.
Definition: TopLevelTPConverter.h:146
TrigT2JetContainer_tlp1::m_T2Jet_p2
std::vector< TrigT2Jet_p2 > m_T2Jet_p2
Definition: TrigT2JetContainer_tlp1.h:53
TrigT2JetContainerCnv_tlp1::m_T2JetCnv
TrigT2JetCnv_p1 m_T2JetCnv
Definition: TrigT2JetContainerCnv_tlp1.h:55
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
TrigT2JetContainer_tlp1
Definition: TrigT2JetContainer_tlp1.h:29
TrigT2JetContainerCnv_tlp1::m_T2JetCnv_p2
TrigT2JetCnv_p2 m_T2JetCnv_p2
Definition: TrigT2JetContainerCnv_tlp1.h:56
TrigT2JetContainerCnv_tlp1::TrigT2JetContainerCnv_tlp1
TrigT2JetContainerCnv_tlp1()
Definition: TrigT2JetContainerCnv_tlp1.cxx:8
TopLevelTPConverter::setMainCnvPStorage
void setMainCnvPStorage(STORAGE *storage)
Set the persistent storage space for the main TP converter.
Definition: TopLevelTPConverter.h:152