CMS 3D CMS Logo

FFTGenJetCollection.h
Go to the documentation of this file.
1 
2 #ifndef DataFormats_JetReco_FFTGenJetCollection_h
3 #define DataFormats_JetReco_FFTGenJetCollection_h
4 
5 #include <vector>
6 
11 
12 #include "DataFormats/JetReco/interface/GenJet.h" //INCLUDECHECKER:SKIP
14 
15 namespace reco {
18  typedef std::vector<FFTGenJet> FFTGenJetCollection;
25  typedef std::vector<edm::FwdRef<FFTGenJetCollection> > FFTGenJetFwdRefVector;
26  typedef std::vector<edm::FwdPtr<FFTGenJet> > FFTGenJetFwdPtrVector;
27 } // namespace reco
28 
29 #endif
edm::RefProd
Definition: EDProductfwd.h:25
edm::FwdRef
Definition: FwdRef.h:123
edm::RefVector
Definition: EDProductfwd.h:27
reco
fixed size matrix
Definition: AlignmentAlgorithmBase.h:46
edm::Ref
Definition: AssociativeIterator.h:58
reco::FFTGenJetFwdPtr
edm::FwdPtr< FFTGenJet > FFTGenJetFwdPtr
Definition: FFTGenJetCollection.h:22
reco::FFTGenJetRefProd
edm::RefProd< FFTGenJetCollection > FFTGenJetRefProd
Definition: FFTGenJetCollection.h:24
edm::FwdPtr
Definition: FwdPtr.h:40
RefVector.h
reco::FFTAnyJet
Implements inheritance relationships for FFTJet jets.
Definition: FFTAnyJet.h:16
FwdRef.h
reco::FFTGenJetFwdPtrVector
std::vector< edm::FwdPtr< FFTGenJet > > FFTGenJetFwdPtrVector
Definition: FFTGenJetCollection.h:26
Ref.h
FwdPtr.h
reco::FFTGenJetRef
edm::Ref< FFTGenJetCollection > FFTGenJetRef
edm references
Definition: FFTGenJetCollection.h:20
reco::FFTGenJet
FFTAnyJet< GenJet > FFTGenJet
Definition: FFTGenJetCollection.h:16
FFTAnyJet.h
reco::FFTGenJetRefVector
edm::RefVector< FFTGenJetCollection > FFTGenJetRefVector
Definition: FFTGenJetCollection.h:23
reco::FFTGenJetFwdRef
edm::FwdRef< FFTGenJetCollection > FFTGenJetFwdRef
Definition: FFTGenJetCollection.h:21
GenJet.h
reco::FFTGenJetCollection
std::vector< FFTGenJet > FFTGenJetCollection
collection of FFTGenJet objects
Definition: FFTGenJetCollection.h:18
reco::FFTGenJetFwdRefVector
std::vector< edm::FwdRef< FFTGenJetCollection > > FFTGenJetFwdRefVector
Definition: FFTGenJetCollection.h:25