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
std::vector< TkTau > TkTauCollection
Definition: TkTauFwd.h:16
edm::Ref< TkTauCollection > TkTauRef
Definition: TkTauFwd.h:20
delete x;
Definition: CaloConfig.h:22
edm::RefVector< TkTauCollection > TkTauRefVector
Definition: TkTauFwd.h:21
std::vector< TkTauRef > TkTauVectorRef
Definition: TkTauFwd.h:22