CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_8_patch3/src/DataFormats/JetReco/interface/PFClusterJetCollection.h

Go to the documentation of this file.
00001 #ifndef DataFormats_JetReco_PFClusterJetCollection_h
00002 #define DataFormats_JetReco_PFClusterJetCollection_h
00003 
00004 #include <vector>
00005 #include "DataFormats/Common/interface/Ref.h"
00006 #include "DataFormats/Common/interface/FwdRef.h"
00007 #include "DataFormats/Common/interface/FwdPtr.h"
00008 #include "DataFormats/Common/interface/RefVector.h"
00009 #include "DataFormats/JetReco/interface/PFClusterJet.h"
00010 
00011 
00012 namespace reco {
00013 
00015   typedef std::vector<PFClusterJet> PFClusterJetCollection;
00017   typedef edm::Ref<PFClusterJetCollection> PFClusterJetRef;
00018   typedef edm::FwdRef<PFClusterJetCollection> PFClusterJetFwdRef;
00019   typedef edm::FwdPtr<PFClusterJet> PFClusterJetFwdPtr;
00020   typedef edm::RefVector<PFClusterJetCollection> PFClusterJetRefVector;
00021   typedef std::vector<edm::FwdRef<PFClusterJetCollection> > PFClusterJetFwdRefVector;
00022   typedef std::vector<edm::FwdPtr<PFClusterJet> > PFClusterJetFwdPtrVector;
00023   typedef edm::RefProd<PFClusterJetCollection> PFClusterJetRefProd;
00024 
00025 }
00026 
00027 #endif