CMS 3D CMS Logo

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