ATLAS Offline Software
VxContainerCnv_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 
10 // Add all converters defined in this top level converter:
11 // never change the order of adding converters!
13 
16  // addTPConverterForReading( &m_vxTrackAtVertexCnv);
19  // addTPConverter( &m_VertexCnv);
20 
22 
26 
28  // addTPConverter( &m_fitQualityCnv);
30  // addTPConverter( &m_localPositionCnv);
31 
32  // addTPConverter( &m_vxTrackAtVertexCnv_p2);
33 }
34 
36 {
37 // for implicit TrackCollection_p1 from the base class:
39 
40 // for all converters defined in this top level converter
45  // m_VertexCnv. setPStorage(&storage->m_vertices);
46  m_trackCnv. setPStorage(&storage->m_tracks);
47 
49  m_perigeeCnv. setPStorage(&storage->m_perigees);
52  // m_fitQualityCnv. setPStorage(&storage->m_fitQualities);
54  // m_localPositionCnv. setPStorage(&storage->m_localPositions);
55 
56  // m_vxTrackAtVertexCnv_p2. setPStorage(&storage->m_vxTrackAtVertices_p2);
57 }
58 
60  TPObjRef::typeID_t tid (m_MVFVxContainerCnv_tlp1.getConverterID(), 0);
61  // Attention Scott:
62  // m_MVFVxContainerCnv_tlp1.setTopConverter (this, tid);
63  // addExtTPConverterForReading (&m_MVFVxContainerCnv_tlp1);
64  m_MVFVxContainerCnv_tlp1.addTPConvertersTo (this);
65 }
VxContainerCnv_tlp2::m_trackCnv
TrackCnv_p12 m_trackCnv
Definition: VxContainerCnv_tlp2.h:91
Trk::VxContainer_tlp2::m_surfaces
std::vector< Trk::Surface_p1 > m_surfaces
Definition: VxContainer_tlp2.h:85
Trk::VxContainer_tlp2::m_hepSymMatrices
std::vector< Trk::HepSymMatrix_p1 > m_hepSymMatrices
Definition: VxContainer_tlp2.h:89
VxContainerCnv_tlp2::m_errorMatrixCnv
ErrorMatrixCnv_p1 m_errorMatrixCnv
Definition: VxContainerCnv_tlp2.h:105
Trk::VxContainer_tlp2::m_extendedVxCandidates
std::vector< Trk::ExtendedVxCandidate_p1 > m_extendedVxCandidates
Definition: VxContainer_tlp2.h:66
VxContainerCnv_tlp2.h
VxContainerCnv_tlp2::m_recVertexCnv
RecVertexCnv_p2 m_recVertexCnv
Definition: VxContainerCnv_tlp2.h:85
VxContainerCnv_tlp2::m_perigeeSurfacesCnv
PerigeeSurfaceCnv_p1 m_perigeeSurfacesCnv
Definition: VxContainerCnv_tlp2.h:101
VxContainerCnv_tlp2::setPStorage
virtual void setPStorage(Trk::VxContainer_tlp2 *storage)
Definition: VxContainerCnv_tlp2.cxx: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
Trk::VxContainer_tlp2::m_recVertices
std::vector< Trk::RecVertex_p2 > m_recVertices
Definition: VxContainer_tlp2.h:70
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
VxContainerCnv_tlp2::m_perigeeCnv
PerigeeCnv_p2 m_perigeeCnv
Definition: VxContainerCnv_tlp2.h:96
Trk::VxContainer_tlp2::m_trackParameters
std::vector< Trk::TrackParameters_p1 > m_trackParameters
Definition: VxContainer_tlp2.h:79
Trk::VxContainer_tlp2::m_vxContainers
std::vector< VxContainer_p1 > m_vxContainers
Definition: VxContainer_tlp2.h:64
Trk::VxContainer_tlp2
Definition: VxContainer_tlp2.h:55
Trk::VxContainer_tlp2::m_vxTrackAtVertices
std::vector< Trk::VxTrackAtVertex_p2 > m_vxTrackAtVertices
Definition: VxContainer_tlp2.h:68
VxContainerCnv_tlp2::m_measuredPerigeeCnv
MeasuredPerigeeCnv_p2 m_measuredPerigeeCnv
Definition: VxContainerCnv_tlp2.h:98
VxContainerCnv_tlp2::m_vxCandidateCnv
VxCandidateCnv_p2 m_vxCandidateCnv
Definition: VxContainerCnv_tlp2.h:80
VxContainerCnv_tlp2::m_trackParametersCnv
TrackParametersCnv_p1 m_trackParametersCnv
Definition: VxContainerCnv_tlp2.h:94
VxContainerCnv_tlp2::m_extendedVxCandidateCnv
ExtendedVxCandidateCnv_p1 m_extendedVxCandidateCnv
Definition: VxContainerCnv_tlp2.h:81
Trk::VxContainer_tlp2::m_measPerigees
std::vector< Trk::MeasuredPerigee_p1 > m_measPerigees
Definition: VxContainer_tlp2.h:82
VxContainerCnv_tlp2::VxContainerCnv_tlp2
VxContainerCnv_tlp2()
Definition: VxContainerCnv_tlp2.cxx:7
Trk::VxContainer_tlp2::m_tracks
std::vector< Trk::Track_p12 > m_tracks
Definition: VxContainer_tlp2.h:76
TPObjRef::typeID_t
Definition: TPObjRef.h:31
VxContainerCnv_tlp2::m_vxTrackAtVertexCnv
VxTrackAtVertexCnv_p2 m_vxTrackAtVertexCnv
Definition: VxContainerCnv_tlp2.h:83
Trk::VxContainer_tlp2::m_vxCandidates
std::vector< Trk::VxCandidate_p1 > m_vxCandidates
Definition: VxContainer_tlp2.h:65
TopLevelTPConverter::setMainCnvPStorage
void setMainCnvPStorage(STORAGE *storage)
Set the persistent storage space for the main TP converter.
Definition: TopLevelTPConverter.h:152
T_TPCnv
Definition: T_AthenaPoolTPConverter.h:17
Trk::VxContainer_tlp2::m_perigees
std::vector< Trk::Perigee_p2 > m_perigees
Definition: VxContainer_tlp2.h:81