Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:20:46

0001 #ifndef __l1t_gmt_internal_muonfwd_h__
0002 #define __l1t_gmt_internal_muonfwd_h__
0003 
0004 #include "DataFormats/L1Trigger/interface/BXVector.h"
0005 
0006 #include <memory>
0007 
0008 namespace l1t {
0009   class GMTInternalMuon;
0010   typedef std::vector<GMTInternalMuon> GMTInternalMuonCollection;
0011   typedef std::map<int, std::vector<std::shared_ptr<GMTInternalMuon>>> GMTInternalWedges;
0012   typedef std::list<std::shared_ptr<GMTInternalMuon>> GMTInternalMuonList;
0013 
0014 }  // namespace l1t
0015 
0016 #endif /* define __l1t_gmt_internal_muon_h__ */