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>
14 
15 namespace l1t {
16 
17  class TkEm;
18 
19  typedef std::vector<TkEm> TkEmCollection;
20 
23  typedef std::vector<TkEmRef> TkEmVectorRef;
25 
26 } // namespace l1t
27 
28 #endif
edm::Ref< TkEmCollection > TkEmRef
Definition: TkEmFwd.h:21
delete x;
Definition: CaloConfig.h:22
l1t::RegionalOutput< l1t::TkEmCollection > TkEmRegionalOutput
Definition: TkEmFwd.h:24
std::vector< TkEm > TkEmCollection
Definition: TkEmFwd.h:17
Definition: TkEm.h:23
std::vector< TkEmRef > TkEmVectorRef
Definition: TkEmFwd.h:23
edm::RefVector< TkEmCollection > TkEmRefVector
Definition: TkEmFwd.h:22