ATLAS Offline Software
TrigVertexCollectionCnv_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. TrigVertexCollectionCnv)
11 
12  // Add all converters defined in this top level converter:
13  // never change the order of adding converters!
17 }
18 
20 {
22 
23  m_VertexCnv. setPStorage(&storage->m_Vertex);
26 }
27 
TrigVertexCollectionCnv_tlp1.h
TrigVertexCollection_tlp1
Definition: TrigVertexCollection_tlp1.h:27
TopLevelTPConverter::addMainTPConverter
void addMainTPConverter()
Add the main TP converter to the internal list - should be called from user-defined constructor.
Definition: TopLevelTPConverter.h:146
TrigVertexCollectionCnv_tlp1::setPStorage
virtual void setPStorage(TrigVertexCollection_tlp1 *storage)
Definition: TrigVertexCollectionCnv_tlp1.cxx:19
TopLevelTPCnvBase::addTPConverter
virtual void addTPConverter(ITPConverter *cnv)
Add a TP converter to this top level converter.
Definition: TopLevelTPCnvBase.cxx:11
TrigVertexCollectionCnv_tlp1::m_TrigIDtrackCnv
TrigInDetTrackCnv_p1 m_TrigIDtrackCnv
Definition: TrigVertexCollectionCnv_tlp1.h:56
TrigVertexCollection_tlp1::m_TrackFitPar
std::vector< TrigInDetTrackFitPar_p1 > m_TrackFitPar
Definition: TrigVertexCollection_tlp1.h:51
TrigVertexCollection_tlp1::m_TrigVertexCollection
std::vector< TrigVertexCollection_p1 > m_TrigVertexCollection
Definition: TrigVertexCollection_tlp1.h:48
TrigVertexCollection_tlp1::m_Vertex
std::vector< TrigVertex_p1 > m_Vertex
Definition: TrigVertexCollection_tlp1.h:49
TrigVertexCollectionCnv_tlp1::m_TrigIDtrackFitParCnv
TrigInDetTrackFitParCnv_p1 m_TrigIDtrackFitParCnv
Definition: TrigVertexCollectionCnv_tlp1.h:57
TrigVertexCollectionCnv_tlp1::TrigVertexCollectionCnv_tlp1
TrigVertexCollectionCnv_tlp1()
Definition: TrigVertexCollectionCnv_tlp1.cxx:7
TrigVertexCollectionCnv_tlp1::m_VertexCnv
TrigVertexCnv_p1 m_VertexCnv
Definition: TrigVertexCollectionCnv_tlp1.h:55
TrigVertexCollection_tlp1::m_Track
std::vector< TrigInDetTrack_p1 > m_Track
Definition: TrigVertexCollection_tlp1.h:50
TopLevelTPConverter::setMainCnvPStorage
void setMainCnvPStorage(STORAGE *storage)
Set the persistent storage space for the main TP converter.
Definition: TopLevelTPConverter.h:152