#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "RecoLocalMuon/DTSegment/src/DTSegmentCand.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | DTSegmentCleaner |
Conflict solving and ghost suppression for DT segment candidates
The candidates found by DTCombinatorialPatternReco are checked for conflicting segments, namely segment which shares hits with conflicting Left/Right ambuguity solution. Then check for ghost, i.e. segments which shares more than a given number of hits. In both cases, a selection is done retaining the segment with higher number of hits and best chi2, while the others are deleted.
Definition in file DTSegmentCleaner.h.