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_seedtestMPlex_h
0002 #define RecoTracker_MkFitCore_standalone_attic_seedtestMPlex_h
0003 
0004 #include "Event.h"
0005 #include "Track.h"
0006 #include "HitStructures.h"
0007 
0008 namespace mkfit {
0009 
0010   void findSeedsByRoadSearch(TripletIdxConVec& seed_idcs,
0011                              std::vector<LayerOfHits>& evt_lay_hits,
0012                              int lay1_size,
0013                              Event*& ev);
0014 
0015 }  // end namespace mkfit
0016 #endif