Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:21:00

0001 #ifndef L1Trigger_L1TMuonEndCapPhase2_DuplicateRemovalLayer_h
0002 #define L1Trigger_L1TMuonEndCapPhase2_DuplicateRemovalLayer_h
0003 
0004 #include <array>
0005 #include <vector>
0006 
0007 #include "L1Trigger/L1TMuonEndCapPhase2/interface/EMTFfwd.h"
0008 #include "L1Trigger/L1TMuonEndCapPhase2/interface/EMTFTypes.h"
0009 #include "L1Trigger/L1TMuonEndCapPhase2/interface/EMTFConstants.h"
0010 
0011 namespace emtf::phase2::algo {
0012 
0013   class DuplicateRemovalLayer {
0014   public:
0015     DuplicateRemovalLayer(const EMTFContext&);
0016 
0017     ~DuplicateRemovalLayer() = default;
0018 
0019     void apply(std::vector<track_t>&) const;
0020 
0021   private:
0022     const EMTFContext& context_;
0023   };
0024 
0025 }  // namespace emtf::phase2::algo
0026 
0027 #endif  // L1Trigger_L1TMuonEndCapPhase2_DuplicateRemovalLayer_h not defined