1 #ifndef VertexTrackFactory_H 2 #define VertexTrackFactory_H 15 template <
unsigned int N>
23 typedef ROOT::Math::SMatrix<double,3,
N-2,ROOT::Math::MatRepStd<double,3,N-2> >
AlgebraicMatrix3M;
32 float weight = 1.0 )
const {
39 const RefCountedRefittedTrackState & refittedState,
40 float smoothedChi2,
float weight = 1.0 )
const {
48 const RefCountedRefittedTrackState & refittedState,
50 const AlgebraicSymMatrixOO & tVCov,
float weight = 1.0 )
const {
52 refittedState, smoothedChi2, tVCov));