![]() |
PandaRoot
|
#include <PndHoughPreprocessing.h>
Public Member Functions | |
| PndHoughPreprocessing (PndHoughData *data) | |
| virtual | ~PndHoughPreprocessing () |
| PndTrackCand | CleanData (PndTrackCand &trackCand) |
| Deletes all hits, where a tube is hitted twice or more. More... | |
| PndTrackCand | RejectSkewed (PndTrackCand &trackCand) |
| Deletes all skewed hits. More... | |
| PndTrackCand | CleanAndRejectSkewed (PndTrackCand &trackCand) |
| Deletes all hits, where a tube is hitted twice or more and all skewed hits. More... | |
Definition at line 9 of file PndHoughPreprocessing.h.
|
inline |
Definition at line 12 of file PndHoughPreprocessing.h.
|
inlinevirtual |
Definition at line 20 of file PndHoughPreprocessing.h.
References CleanAndRejectSkewed(), CleanData(), and RejectSkewed().
| PndTrackCand PndHoughPreprocessing::CleanAndRejectSkewed | ( | PndTrackCand & | trackCand | ) |
Deletes all hits, where a tube is hitted twice or more and all skewed hits.
Referenced by ~PndHoughPreprocessing().
| PndTrackCand PndHoughPreprocessing::CleanData | ( | PndTrackCand & | trackCand | ) |
Deletes all hits, where a tube is hitted twice or more.
Referenced by ~PndHoughPreprocessing().
| PndTrackCand PndHoughPreprocessing::RejectSkewed | ( | PndTrackCand & | trackCand | ) |
Deletes all skewed hits.
Referenced by ~PndHoughPreprocessing().