00001 #ifndef ParticleFlowCandidate_IsolatedPFCandidateFwd_h 00002 #define ParticleFlowCandidate_IsolatedPFCandidateFwd_h 00003 #include <vector> 00004 #include "DataFormats/Common/interface/Ptr.h" 00005 #include "DataFormats/Common/interface/Ref.h" 00006 #include "DataFormats/Common/interface/RefProd.h" 00007 #include "DataFormats/Common/interface/RefVector.h" 00008 00009 namespace reco { 00010 class IsolatedPFCandidate; 00011 00013 typedef std::vector<reco::IsolatedPFCandidate> IsolatedPFCandidateCollection; 00014 00016 typedef IsolatedPFCandidateCollection::const_iterator IsolatedPFCandidateConstIterator; 00017 00019 typedef IsolatedPFCandidateCollection::iterator IsolatedPFCandidateIterator; 00020 00022 typedef edm::Ref<IsolatedPFCandidateCollection> IsolatedPFCandidateRef; 00023 00025 typedef edm::Ptr<IsolatedPFCandidate> IsolatedPFCandidatePtr; 00026 00028 typedef edm::RefProd<IsolatedPFCandidateCollection> IsolatedPFCandidateRefProd; 00029 00031 typedef edm::RefVector<IsolatedPFCandidateCollection> IsolatedPFCandidateRefVector; 00032 00033 } 00034 00035 #endif