CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_4/src/DataFormats/ParticleFlowCandidate/interface/PileUpPFCandidateFwd.h

Go to the documentation of this file.
00001 #ifndef ParticleFlowCandidate_PileUpPFCandidateFwd_h
00002 #define ParticleFlowCandidate_PileUpPFCandidateFwd_h
00003 #include <vector>
00004 #include "DataFormats/Common/interface/Ref.h"
00005 #include "DataFormats/Common/interface/RefProd.h"
00006 #include "DataFormats/Common/interface/RefVector.h"
00007 
00008 namespace reco {
00009   class PileUpPFCandidate;
00010 
00012   typedef std::vector<reco::PileUpPFCandidate> PileUpPFCandidateCollection;
00013 
00015   typedef PileUpPFCandidateCollection::const_iterator PileUpPFCandidateConstIterator;
00016 
00018   typedef PileUpPFCandidateCollection::iterator PileUpPFCandidateIterator;
00019 
00021   typedef edm::Ref<PileUpPFCandidateCollection> PileUpPFCandidateRef;
00022 
00024   typedef edm::Ptr<PileUpPFCandidate> PileUpPFCandidatePtr;  
00025 
00027   typedef edm::RefProd<PileUpPFCandidateCollection> PileUpPFCandidateRefProd;
00028 
00030   typedef edm::RefVector<PileUpPFCandidateCollection> PileUpPFCandidateRefVector;
00031   
00032 }
00033 
00034 #endif