#include <SeedComparitor.h>
Public Member Functions | |
virtual bool | compatible (const SeedingHitSet &hits, const edm::EventSetup &es)=0 |
virtual | ~SeedComparitor () |
Base class for comparing a set of tracking seeds for compatibility. This can then be used to cleanup bad seeds. Currently forseen are child classes that use PixelStubs and Ferenc Sikler's similar objects for low Pt tracks.
Definition at line 13 of file SeedComparitor.h.
virtual SeedComparitor::~SeedComparitor | ( | ) | [inline, virtual] |
Definition at line 15 of file SeedComparitor.h.
{}
virtual bool SeedComparitor::compatible | ( | const SeedingHitSet & | hits, |
const edm::EventSetup & | es | ||
) | [pure virtual] |
Implemented in LowPtClusterShapeSeedComparitor.
Referenced by PixelTripletHLTGenerator::hitTriplets(), and SeedGeneratorFromRegionHits::run().