CMS 3D CMS Logo

seedtestMPlex.h
Go to the documentation of this file.
1 #ifndef RecoTracker_MkFitCore_standalone_attic_seedtestMPlex_h
2 #define RecoTracker_MkFitCore_standalone_attic_seedtestMPlex_h
3 
4 #include "Event.h"
5 #include "Track.h"
6 #include "HitStructures.h"
7 
8 namespace mkfit {
9 
10  void findSeedsByRoadSearch(TripletIdxConVec& seed_idcs,
11  std::vector<LayerOfHits>& evt_lay_hits,
12  int lay1_size,
13  Event*& ev);
14 
15 } // end namespace mkfit
16 #endif
void findSeedsByRoadSearch(TripletIdxConVec &seed_idcs, std::vector< LayerOfHits > &evt_lay_hits, int lay1_size, Event *&ev)