CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/DataFormats/ParticleFlowReco/interface/PFSimParticleFwd.h

Go to the documentation of this file.
00001 #ifndef DataFormats_ParticleFlowReco_PFSimParticleFwd_h
00002 #define DataFormats_ParticleFlowReco_PFSimParticleFwd_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 PFSimParticle;
00010 
00012   typedef std::vector<PFSimParticle> PFSimParticleCollection;
00013 
00015   typedef edm::Ref<PFSimParticleCollection> PFSimParticleRef;
00016 
00018   typedef edm::RefProd<PFSimParticleCollection> PFSimParticleRefProd;
00019 
00021   typedef edm::RefVector<PFSimParticleCollection> PFSimParticleRefVector;
00022 
00024   typedef PFSimParticleRefVector::iterator pfParticle_iterator;
00025 }
00026 
00027 #endif