ATLAS Offline Software
Loading...
Searching...
No Matches
V0ContainerCnv_tlp1.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
7
8
35
57
60 V0Container* trans,
61 MsgStream& msg)
62{
63 // FIXME: TPConverter uses the same non-const member m_pStorage
64 // for both reading and writing, but we want it to be const
65 // in the former case.
67 const_cast<Trk::V0Container_tlp1*> (pers);
68 setPStorage (pers_nc);
69 m_mainConverter.pstoreToTrans (0, trans, msg);
70}
Define macros for attributes used to control the static checker.
#define ATLAS_THREAD_SAFE
virtual void addTPConverterForReading(ITPConverter *cnv)
Add a TP converter to this top level converter but only for reading.
virtual void addTPConverter(ITPConverter *cnv)
Add a TP converter to this top level converter.
void setMainCnvPStorage(STORAGE *storage)
Set the persistent storage space for the main TP converter.
void addMainTPConverter()
Add the main TP converter to the internal list - should be called from user-defined constructor.
std::vector< Trk::V0Hypothesis_p1 > m_v0Hypothesises
std::vector< Trk::V0Candidate_p1 > m_v0Candidates
std::vector< V0Container_p1 > m_v0Containers
std::vector< Trk::TrackParameters_p1 > m_trackParameters
std::vector< Trk::Vertex_p1 > m_vertices
std::vector< Trk::RecVertex_p1 > m_recVertices
std::vector< Trk::MeasuredPerigee_p1 > m_measPerigees
std::vector< Trk::VxTrackAtVertex_p1 > m_vxTracksAtVertex
std::vector< Trk::ExtendedVxCandidate_p1 > m_extendedVxCandidates
std::vector< Trk::FitQuality_p1 > m_fitQualities
std::vector< Trk::Surface_p1 > m_surfaces
std::vector< Trk::VxCandidate_p1 > m_vxCandidates
std::vector< Trk::Perigee_p1 > m_perigees
std::vector< Trk::HepSymMatrix_p1 > m_hepSymMatrices
virtual void setPStorage(Trk::V0Container_tlp1 *storage)
VxCandidateCnv_p1 m_vxCandidateCnv
V0HypothesisCnv_p1 m_v0HypothesisCnv
PerigeeSurfaceCnv_p1 m_perigeeSurfacesCnv
ExtendedVxCandidateCnv_p1 m_extendedVxCandidateCnv
ErrorMatrixCnv_p1 m_errorMatrixCnv
V0CandidateCnv_p1 m_v0CandidateCnv
TrackParametersCnv_p1 m_trackParametersCnv
FitQualityCnv_p1 m_fitQualityCnv
VxTrackAtVertexCnv_p1 m_vxTrackAtVertexCnv
MeasuredPerigeeCnv_p1 m_measuredPerigeeCnv
RecVertexCnv_p1 m_recVertexCnv
MsgStream & msg
Definition testRead.cxx:32