ATLAS Offline Software
TrigVertexCollectionCnv_tlp2.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 
28 
TrigVertexCollection_tlp2::m_Track
std::vector< TrigInDetTrack_p3 > m_Track
Definition: TrigVertexCollection_tlp2.h:42
TrigVertexCollection_tlp2
Definition: TrigVertexCollection_tlp2.h:23
TrigVertexCollectionCnv_tlp2::m_TrigIDtrackFitParCnv
TrigInDetTrackFitParCnv_p3 m_TrigIDtrackFitParCnv
Definition: TrigVertexCollectionCnv_tlp2.h:48
TopLevelTPConverter::addMainTPConverter
void addMainTPConverter()
Add the main TP converter to the internal list - should be called from user-defined constructor.
Definition: TopLevelTPConverter.h:146
TrigVertexCollection_tlp2::m_TrigVertexCollection
std::vector< TrigVertexCollection_p1 > m_TrigVertexCollection
Definition: TrigVertexCollection_tlp2.h:40
TrigVertexCollectionCnv_tlp2.h
TopLevelTPCnvBase::addTPConverter
virtual void addTPConverter(ITPConverter *cnv)
Add a TP converter to this top level converter.
Definition: TopLevelTPCnvBase.cxx:11
TrigVertexCollectionCnv_tlp2::setPStorage
virtual void setPStorage(TrigVertexCollection_tlp2 *storage)
Definition: TrigVertexCollectionCnv_tlp2.cxx:19
TrigVertexCollection_tlp2::m_Vertex
std::vector< TrigVertex_p2 > m_Vertex
Definition: TrigVertexCollection_tlp2.h:41
TrigVertexCollectionCnv_tlp2::m_VertexCnv
TrigVertexCnv_p2 m_VertexCnv
Definition: TrigVertexCollectionCnv_tlp2.h:46
TrigVertexCollection_tlp2::m_TrackFitPar
std::vector< TrigInDetTrackFitPar_p3 > m_TrackFitPar
Definition: TrigVertexCollection_tlp2.h:43
TrigVertexCollectionCnv_tlp2::TrigVertexCollectionCnv_tlp2
TrigVertexCollectionCnv_tlp2()
Definition: TrigVertexCollectionCnv_tlp2.cxx:7
TopLevelTPConverter::setMainCnvPStorage
void setMainCnvPStorage(STORAGE *storage)
Set the persistent storage space for the main TP converter.
Definition: TopLevelTPConverter.h:152
TrigVertexCollectionCnv_tlp2::m_TrigIDtrackCnv
TrigInDetTrackCnv_p3 m_TrigIDtrackCnv
Definition: TrigVertexCollectionCnv_tlp2.h:47