CMS 3D CMS Logo

ConformalUtilsMPlex.h
Go to the documentation of this file.
1 #ifndef RecoTracker_MkFitCore_standalone_ConformalUtilsMPlex_h
2 #define RecoTracker_MkFitCore_standalone_ConformalUtilsMPlex_h
3 
5 
6 namespace mkfit {
7 
8  // write to iC --> next step will be a propagation no matter what
9  void conformalFitMPlex(bool fitting,
10  const MPlexQI seedID,
11  MPlexLS& outErr,
12  MPlexLV& outPar,
13  const MPlexHV& msPar0,
14  const MPlexHV& msPar1,
15  const MPlexHV& msPar2);
16 
17 } // end namespace mkfit
18 
19 #endif
void conformalFitMPlex(bool fitting, MPlexQI seedID, MPlexLS &outErr, MPlexLV &outPar, const MPlexHV &msPar0, const MPlexHV &msPar1, const MPlexHV &msPar2)
Matriplex::Matriplex< float, HH, 1, NN > MPlexHV
Definition: Matrix.h:58
Matriplex::Matriplex< float, LL, 1, NN > MPlexLV
Definition: Matrix.h:54
Matriplex::Matriplex< int, 1, 1, NN > MPlexQI
Definition: Matrix.h:81
Matriplex::MatriplexSym< float, LL, NN > MPlexLS
Definition: Matrix.h:55