CMS 3D CMS Logo

fittestMPlex.h
Go to the documentation of this file.
1 #ifndef RecoTracker_MkFitCore_standalone_attic_fittestMPlex_h
2 #define RecoTracker_MkFitCore_standalone_attic_fittestMPlex_h
3 
4 #include "Event.h"
5 #include "Track.h"
6 
7 namespace mkfit {
8 
9  double runFittingTestPlex(Event& ev, std::vector<Track>& rectracks);
10 
11 } // end namespace mkfit
12 #endif
double runFittingTestPlex(Event &ev, std::vector< Track > &rectracks)
Definition: fittestMPlex.cc:40