CMS 3D CMS Logo

GMTInternalMuonFwd.h
Go to the documentation of this file.
1 #ifndef __l1t_gmt_internal_muonfwd_h__
2 #define __l1t_gmt_internal_muonfwd_h__
3 
5 
6 #include <memory>
7 
8 namespace l1t {
10  typedef std::vector<GMTInternalMuon> GMTInternalMuonCollection;
11  typedef std::map<int, std::vector<std::shared_ptr<GMTInternalMuon>>> GMTInternalWedges;
12  typedef std::list<std::shared_ptr<GMTInternalMuon>> GMTInternalMuonList;
13 
14 } // namespace l1t
15 
16 #endif /* define __l1t_gmt_internal_muon_h__ */
std::list< std::shared_ptr< GMTInternalMuon > > GMTInternalMuonList
std::vector< GMTInternalMuon > GMTInternalMuonCollection
delete x;
Definition: CaloConfig.h:22
std::map< int, std::vector< std::shared_ptr< GMTInternalMuon > > > GMTInternalWedges