Back to home page

Project CMSSW displayed by LXR

 
 

    


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

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