ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Tracking
TrkEventCnv
TrkEventTPCnv
TrkEventTPCnv
TrkEventPrimitives
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
14
#include "
AthenaPoolCnvSvc/T_AthenaPoolTPConverter.h
"
15
16
#include "
TrkEventTPCnv/TrkEventPrimitives/HepSymMatrix_p1.h
"
17
// #include "TrkEventPrimitives/CovarianceMatrix.h"
18
19
class
MsgStream;
20
21
namespace
Trk
{
22
struct
CovarianceMatrix
{
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
27
class
CovarianceMatrixCnv_p1
28
:
public
T_AthenaPoolTPCnvBase
<Trk::CovarianceMatrix, Trk::HepSymMatrix_p1>
29
{
30
public
:
31
CovarianceMatrixCnv_p1
() {}
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
HepSymMatrix_p1.h
T_AthenaPoolTPConverter.h
T_AthenaPoolTPCnvBase
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
Definition
T_AthenaPoolTPConverter.h:41
CovarianceMatrixCnv_p1::persToTrans
virtual void persToTrans(const Trk::HepSymMatrix_p1 *persObj, Trk::CovarianceMatrix *transObj, MsgStream &log)
Definition
CovarianceMatrixCnv_p1.cxx:14
CovarianceMatrixCnv_p1::CovarianceMatrixCnv_p1
CovarianceMatrixCnv_p1()
Definition
CovarianceMatrixCnv_p1.h:31
CovarianceMatrixCnv_p1::transToPers
virtual void transToPers(const Trk::CovarianceMatrix *transObj, Trk::HepSymMatrix_p1 *persObj, MsgStream &log)
Definition
CovarianceMatrixCnv_p1.cxx:20
Trk::HepSymMatrix_p1
Definition
HepSymMatrix_p1.h:13
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition
FakeTrackBuilder.h:9
Trk::CovarianceMatrix
Definition
CovarianceMatrixCnv_p1.h:22
Trk::CovarianceMatrix::values
std::vector< float > values
Definition
CovarianceMatrixCnv_p1.h:23
Generated on
for ATLAS Offline Software by
1.17.0