ATLAS Offline Software
Loading...
Searching...
No Matches
CovarianceMatrixCnv_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef COVARIANCE_MATRIX_CNV_P1_H
6#define COVARIANCE_MATRIX_CNV_P1_H
7
8//-----------------------------------------------------------------------------
9//
10// file: CovarianceMatrixCnv_p1.h
11//
12//-----------------------------------------------------------------------------
13
15
17// #include "TrkEventPrimitives/CovarianceMatrix.h"
18
19class MsgStream;
20
21namespace Trk {
23 std::vector<float> values;
24 }; // Original EM was removed from release as part of 19.0.0 migration from CLHEP to Eigen.
25}
26
28 : public T_AthenaPoolTPCnvBase<Trk::CovarianceMatrix, Trk::HepSymMatrix_p1>
29{
30public:
32
33 virtual void persToTrans( const Trk::HepSymMatrix_p1 *persObj,
34 Trk::CovarianceMatrix *transObj,
35 MsgStream &log );
36
37 virtual void transToPers( const Trk::CovarianceMatrix *transObj,
38 Trk::HepSymMatrix_p1 *persObj,
39 MsgStream &log );
40};
41
42#endif // COVARIANCE_MATRIX_CNV_P1_H
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
virtual void persToTrans(const Trk::HepSymMatrix_p1 *persObj, Trk::CovarianceMatrix *transObj, MsgStream &log)
virtual void transToPers(const Trk::CovarianceMatrix *transObj, Trk::HepSymMatrix_p1 *persObj, MsgStream &log)
Ensure that the ATLAS eigen extensions are properly loaded.
std::vector< float > values