00001 #ifndef RecoCandidate_RecoChargedCandidateFwd_h 00002 #define RecoCandidate_RecoChargedCandidateFwd_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 RecoChargedCandidate; 00010 00012 typedef std::vector<RecoChargedCandidate> RecoChargedCandidateCollection; 00013 00015 typedef edm::Ref<RecoChargedCandidateCollection> RecoChargedCandidateRef; 00016 00018 typedef edm::RefProd<RecoChargedCandidateCollection> RecoChargedCandidateRefProd; 00019 00021 typedef edm::RefVector<RecoChargedCandidateCollection> RecoChargedCandidateRefVector; 00022 00024 typedef RecoChargedCandidateRefVector::iterator recoChargedCandidate_iterator; 00025 } 00026 00027 #endif