ATLAS Offline Software
JetCollectionCnv_tlp5.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
8 
10 #include "JetEvent/JetCollection.h"
11 
15 
17 {
21 }
22 
27 {
29  m_jetCnv_p5.setPStorage(&storage->m_jet_p5);
31 }
32 
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
JetCollectionCnv_tlp5::m_jetAssCnv_p1
JetAssociationBaseCnv_p1 m_jetAssCnv_p1
Definition: JetCollectionCnv_tlp5.h:35
TopLevelTPConverter::addMainTPConverter
void addMainTPConverter()
Add the main TP converter to the internal list - should be called from user-defined constructor.
Definition: TopLevelTPConverter.h:146
JetCollectionCnv_tlp5.h
TopLevelTPCnvBase::addTPConverter
virtual void addTPConverter(ITPConverter *cnv)
Add a TP converter to this top level converter.
Definition: TopLevelTPCnvBase.cxx:11
JetCollection.h
JetCollection_tlp5
Top level container that will store all the various jet objects that are getting stored.
Definition: JetCollection_tlp5.h:20
JetCollectionCnv_tlp5::JetCollectionCnv_tlp5
JetCollectionCnv_tlp5(void)
Top level container converter.
Definition: JetCollectionCnv_tlp5.cxx:16
JetCollectionCnv_tlp5::setPStorage
void setPStorage(JetCollection_tlp5 *storage)
Connect up the storage when we are doing the reading/writing.
Definition: JetCollectionCnv_tlp5.cxx:26
JetCollection_tlp5::m_jetAssociationBase_p1
std::vector< JetAssociationBase_p1 > m_jetAssociationBase_p1
Definition: JetCollection_tlp5.h:24
JetCollectionCnv_tlp5::m_jetCnv_p5
JetCnv_p5 m_jetCnv_p5
All the various converters.
Definition: JetCollectionCnv_tlp5.h:34
JetCollection_tlp5::m_jetCollectionContainers
std::vector< JetCollection_p5 > m_jetCollectionContainers
Definition: JetCollection_tlp5.h:22
TopLevelTPConverter::setMainCnvPStorage
void setMainCnvPStorage(STORAGE *storage)
Set the persistent storage space for the main TP converter.
Definition: TopLevelTPConverter.h:152
JetCollection_tlp5::m_jet_p5
std::vector< Jet_p5 > m_jet_p5
Definition: JetCollection_tlp5.h:23