#include <GetLineCovMatrix.h>
Public Member Functions | |
GetLineCovMatrix (GlobalPoint, GlobalPoint, GlobalError, GlobalError) | |
GlobalError | GetMatrix (GlobalPoint) |
~GetLineCovMatrix () | |
Private Attributes | |
CLHEP::HepMatrix | B |
CLHEP::HepMatrix | CombinedErrorMatrix |
GlobalPoint | PointOne |
GlobalPoint | PointTwo |
Definition at line 12 of file GetLineCovMatrix.h.
GetLineCovMatrix::GetLineCovMatrix | ( | GlobalPoint | pointOne, |
GlobalPoint | pointTwo, | ||
GlobalError | ErrorOne, | ||
GlobalError | ErrorTwo | ||
) |
Definition at line 4 of file GetLineCovMatrix.cc.
References CombinedErrorMatrix, GlobalErrorBase< T, ErrorWeightType >::cxx(), GlobalErrorBase< T, ErrorWeightType >::cyx(), GlobalErrorBase< T, ErrorWeightType >::cyy(), GlobalErrorBase< T, ErrorWeightType >::czx(), GlobalErrorBase< T, ErrorWeightType >::czy(), GlobalErrorBase< T, ErrorWeightType >::czz(), PointOne, and PointTwo.
|
inline |
Definition at line 18 of file GetLineCovMatrix.h.
GlobalError GetLineCovMatrix::GetMatrix | ( | GlobalPoint | PointThree | ) |
Definition at line 36 of file GetLineCovMatrix.cc.
References CombinedErrorMatrix, PointOne, PointTwo, asciidump::s, PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by AddTvTrack::getSecondaryVertices().
|
private |
Definition at line 27 of file GetLineCovMatrix.h.
|
private |
Definition at line 26 of file GetLineCovMatrix.h.
Referenced by GetLineCovMatrix(), and GetMatrix().
|
private |
Definition at line 24 of file GetLineCovMatrix.h.
Referenced by GetLineCovMatrix(), and GetMatrix().
|
private |
Definition at line 25 of file GetLineCovMatrix.h.
Referenced by GetLineCovMatrix(), and GetMatrix().