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 namespace l1t {
8  typedef std::vector<GMTInternalMuon> GMTInternalMuonCollection;
9  typedef std::map<int, std::vector<std::shared_ptr<GMTInternalMuon>>> GMTInternalWedges;
10  typedef std::list<std::shared_ptr<GMTInternalMuon>> GMTInternalMuonList;
11 
12 }
13 
14 #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