Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-10-25 09:45:37

0001 #ifndef EventFilter_L1TRawToDigi_stage2_IntermediateMuonPacker_h
0002 #define EventFilter_L1TRawToDigi_stage2_IntermediateMuonPacker_h
0003 
0004 #include "EventFilter/L1TRawToDigi/interface/Packer.h"
0005 
0006 namespace l1t {
0007   namespace stage2 {
0008     class IntermediateMuonPacker : public Packer {
0009     public:
0010       Blocks pack(const edm::Event&, const PackerTokens*) override;
0011     };
0012   }  // namespace stage2
0013 }  // namespace l1t
0014 
0015 #endif