CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_8_patch3/src/DataFormats/ParticleFlowReco/interface/PFParticleFwd.h

Go to the documentation of this file.
00001 #ifndef DataFormats_ParticleFlowReco_PFParticleFwd_h
00002 #define DataFormats_ParticleFlowReco_PFParticleFwd_h
00003 #include <vector>
00004 #include "DataFormats/Common/interface/Ref.h"
00005 #include "DataFormats/Common/interface/RefVector.h"
00006 #include "DataFormats/Common/interface/RefProd.h"
00007 
00008 namespace reco {
00009   class PFParticle;
00010 
00012   typedef std::vector<PFParticle> PFParticleCollection;
00013 
00015   typedef edm::Ref<PFParticleCollection> PFParticleRef;
00016 
00018   typedef edm::RefProd<PFParticleCollection> PFParticleRefProd;
00019 
00021   typedef edm::RefVector<PFParticleCollection> PFParticleRefVector;
00022 
00024   typedef PFParticleRefVector::iterator pfParticle_iterator;
00025 }
00026 
00027 #endif