CMS 3D CMS Logo

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