Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef RecoTracker_MkFitCore_standalone_attic_fittestMPlex_h
0002 #define RecoTracker_MkFitCore_standalone_attic_fittestMPlex_h
0003 
0004 #include "Event.h"
0005 #include "Track.h"
0006 
0007 namespace mkfit {
0008 
0009   double runFittingTestPlex(Event& ev, std::vector<Track>& rectracks);
0010 
0011 }  // end namespace mkfit
0012 #endif