CMS 3D CMS Logo

TkEmFwd.h
Go to the documentation of this file.
1 #ifndef DataFormatsL1TCorrelator_TkEmFwd_h
2 #define DataFormatsL1TCorrelator_TkEmFwd_h
3 
4 // -*- C++ -*-
5 //
6 // Package: L1Trigger
7 // Class : TkEmFwd
8 //
9 
10 #include <vector>
13 
14 namespace l1t {
15 
16  class TkEm;
17 
18  typedef std::vector<TkEm> TkEmCollection;
19 
22  typedef std::vector<TkEmRef> TkEmVectorRef;
23 } // namespace l1t
24 
25 #endif
l1t::TkEmRefVector
edm::RefVector< TkEmCollection > TkEmRefVector
Definition: TkEmFwd.h:21
edm::RefVector
Definition: EDProductfwd.h:27
edm::Ref
Definition: AssociativeIterator.h:58
l1t::TkEm
Definition: TkEm.h:19
RefVector.h
l1t
delete x;
Definition: CaloConfig.h:22
l1t::TkEmRef
edm::Ref< TkEmCollection > TkEmRef
Definition: TkEmFwd.h:20
Ref.h
l1t::TkEmCollection
std::vector< TkEm > TkEmCollection
Definition: TkEmFwd.h:16
l1t::TkEmVectorRef
std::vector< TkEmRef > TkEmVectorRef
Definition: TkEmFwd.h:22