ATLAS Offline Software
Loading...
Searching...
No Matches
TrackParametersCnv_p2.cxx File Reference

Go to the source code of this file.

Functions

 AmgSymMatrix (5) *TrackParametersCnv_p2

Function Documentation

◆ AmgSymMatrix()

AmgSymMatrix ( 5 )

Definition at line 97 of file TrackParametersCnv_p2.cxx.

97 {
98 AmgSymMatrix(5)* cov=nullptr;
99 if (!persObj->m_errorMatrix.isNull()){
100 // fill errormatrix
101 cov = new AmgSymMatrix(5);
103 fillTransFromPStore( &m_emConverter, persObj->m_errorMatrix, &dummy, log );
104 Amg::expand(dummy.values.begin(), dummy.values.end(), *cov);
105 }
106 return cov;
107}
#define AmgSymMatrix(dim)
void expand(std::vector< float >::const_iterator it, std::vector< float >::const_iterator, AmgSymMatrix(N) &covMatrix)