CMS 3D CMS Logo

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