Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:28:25

0001 #ifndef RecoTracker_MkFitCore_standalone_ConformalUtilsMPlex_h
0002 #define RecoTracker_MkFitCore_standalone_ConformalUtilsMPlex_h
0003 
0004 #include "RecoTracker/MkFitCore/src/Matrix.h"
0005 
0006 namespace mkfit {
0007 
0008   // write to iC --> next step will be a propagation no matter what
0009   void conformalFitMPlex(bool fitting,
0010                          const MPlexQI seedID,
0011                          MPlexLS& outErr,
0012                          MPlexLV& outPar,
0013                          const MPlexHV& msPar0,
0014                          const MPlexHV& msPar1,
0015                          const MPlexHV& msPar2);
0016 
0017 }  // end namespace mkfit
0018 
0019 #endif