#include <SorterBase.h>
Public Member Functions | |
virtual AlgoMuons::value_type | sortRefHitResults (unsigned int procIndx, unsigned int iRefHit, const GoldenPatternVec< GoldenPatternType > &gPatterns, int charge=0)=0 |
virtual AlgoMuons | sortResults (unsigned int procIndx, const GoldenPatternVec< GoldenPatternType > &gPatterns, int charge=0) |
virtual | ~SorterBase () |
Definition at line 20 of file SorterBase.h.
|
inlinevirtual |
Definition at line 22 of file SorterBase.h.
|
pure virtual |
Sort results from a single reference hit. Select candidate with highest number of hit layers Then select a candidate with largest likelihood value and given charge as we allow two candidates with opposite charge from single 10deg region
Implemented in OMTFSorter< GoldenPatternType >.
Referenced by SorterBase< GoldenPatternType >::sortResults().
|
inlinevirtual |
Definition at line 25 of file SorterBase.h.
References RecoTauCleanerPlugins::charge, and SorterBase< GoldenPatternType >::sortRefHitResults().