CMS 3D CMS Logo

TkGlbMuonFwd.h
Go to the documentation of this file.
1 #ifndef DataFormatsL1TCorrelator_TkGlbMuonFwd_h
2 #define DataFormatsL1TCorrelator_TkGlbMuonFwd_h
3 
4 // -*- C++ -*-
5 //
6 // Package: L1Trigger
7 // Class : TkGlbMuonFwd
8 //
9 
10 #include <vector>
13 
14 namespace l1t {
15 
16  class TkGlbMuon;
17 
18  typedef std::vector<TkGlbMuon> TkGlbMuonCollection;
19 
22  typedef std::vector<TkGlbMuonRef> TkGlbMuonVectorRef;
23 } // namespace l1t
24 
25 #endif
std::vector< TkGlbMuon > TkGlbMuonCollection
Definition: TkGlbMuonFwd.h:16
edm::Ref< TkGlbMuonCollection > TkGlbMuonRef
Definition: TkGlbMuonFwd.h:20
delete x;
Definition: CaloConfig.h:22
edm::RefVector< TkGlbMuonCollection > TkGlbMuonRefVector
Definition: TkGlbMuonFwd.h:21
std::vector< TkGlbMuonRef > TkGlbMuonVectorRef
Definition: TkGlbMuonFwd.h:22