CMS 3D CMS Logo

PixelTrackCleanerBySharedHits.h
Go to the documentation of this file.
1 #ifndef PixelTrackFitting_PixelTrackCleanerBySharedHits_H
2 #define PixelTrackFitting_PixelTrackCleanerBySharedHits_H
3 
10 
11 #include <utility>
12 #include <vector>
13 
14 class TrackerTopology;
15 
17 public:
19 
21 
24  void cleanTracks(TracksWithTTRHs& tracksWithRecHits) const override;
25 
26 private:
27  const bool useQuadrupletAlgo_;
28 };
29 
30 #endif
PixelTrackCleanerBySharedHits(bool useQuadrupletAlgo)
std::vector< TrackWithTTRHs > TracksWithTTRHs
void cleanTracks(TracksWithTTRHs &tracksWithRecHits) const override
pixeltrackfitting::TrackWithTTRHs TrackWithTTRHs
std::pair< reco::Track *, SeedingHitSet > TrackWithTTRHs
pixeltrackfitting::TracksWithTTRHs TracksWithTTRHs