CMS 3D CMS Logo

DuplicateRemovalLayer.h
Go to the documentation of this file.
1 #ifndef L1Trigger_L1TMuonEndCapPhase2_DuplicateRemovalLayer_h
2 #define L1Trigger_L1TMuonEndCapPhase2_DuplicateRemovalLayer_h
3 
4 #include <array>
5 #include <vector>
6 
10 
11 namespace emtf::phase2::algo {
12 
14  public:
16 
17  ~DuplicateRemovalLayer() = default;
18 
19  void apply(std::vector<track_t>&) const;
20 
21  private:
23  };
24 
25 } // namespace emtf::phase2::algo
26 
27 #endif // L1Trigger_L1TMuonEndCapPhase2_DuplicateRemovalLayer_h not defined
void apply(std::vector< track_t > &) const