CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FFTGenJetCollection.h
Go to the documentation of this file.
1 // $Id: FFTGenJetCollection.h,v 1.1 2010/11/22 23:27:55 igv Exp $
2 
3 #ifndef DataFormats_JetReco_FFTGenJetCollection_h
4 #define DataFormats_JetReco_FFTGenJetCollection_h
5 
6 #include <vector>
7 
12 
13 #include "DataFormats/JetReco/interface/GenJet.h"//INCLUDECHECKER:SKIP
15 
16 namespace reco {
19  typedef std::vector<FFTGenJet> FFTGenJetCollection;
26  typedef std::vector<edm::FwdRef<FFTGenJetCollection> > FFTGenJetFwdRefVector;
27  typedef std::vector<edm::FwdPtr<FFTGenJet> > FFTGenJetFwdPtrVector;
28 }
29 
30 #endif
std::vector< edm::FwdRef< FFTGenJetCollection > > FFTGenJetFwdRefVector
std::vector< FFTGenJet > FFTGenJetCollection
collection of FFTGenJet objects
edm::FwdRef< FFTGenJetCollection > FFTGenJetFwdRef
edm::RefProd< FFTGenJetCollection > FFTGenJetRefProd
Implements inheritance relationships for FFTJet jets.
Definition: FFTAnyJet.h:17
edm::FwdPtr< FFTGenJet > FFTGenJetFwdPtr
std::vector< edm::FwdPtr< FFTGenJet > > FFTGenJetFwdPtrVector
edm::Ref< FFTGenJetCollection > FFTGenJetRef
edm references
edm::RefVector< FFTGenJetCollection > FFTGenJetRefVector
FFTAnyJet< GenJet > FFTGenJet