PandaRoot
PndHoughMultipletCreator.h
Go to the documentation of this file.
1 // PndHoughMultipletCreator
3 // Creates Multiplets: all possible hit combination
5 
16 #ifndef PndHoughMultipletCreator_H_
17 #define PndHoughMultipletCreator_H_
18 
19 #include "FairTask.h"
20 #include "PndTrackCand.h"
21 
23  public:
25 
28  std::vector<std::vector<FairLink>> multiplets_creator(PndTrackCand trackCandWithoutSkewed, int num);
29 
30  private:
31  ClassDef(PndHoughMultipletCreator, 1);
32 };
33 
34 #endif /*PndHoughMultipletCreator_H_*/
std::vector< std::vector< FairLink > > multiplets_creator(PndTrackCand trackCandWithoutSkewed, int num)
: creates doublets or triplets from a track Canddidate.