CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoChargedCandidateFwd.h
Go to the documentation of this file.
1 #ifndef RecoCandidate_RecoChargedCandidateFwd_h
2 #define RecoCandidate_RecoChargedCandidateFwd_h
3 #include <vector>
7 
8 namespace reco {
10 
12  typedef std::vector<RecoChargedCandidate> RecoChargedCandidateCollection;
13 
16 
19 
22 
25 }
26 
27 #endif
edm::Ref< RecoChargedCandidateCollection > RecoChargedCandidateRef
reference to an object in a collection of RecoChargedCandidate objects
edm::RefVector< RecoChargedCandidateCollection > RecoChargedCandidateRefVector
vector of objects in the same collection of RecoChargedCandidate objects
RecoChargedCandidateRefVector::iterator recoChargedCandidate_iterator
iterator over a vector of reference to RecoChargedCandidate objects
edm::RefProd< RecoChargedCandidateCollection > RecoChargedCandidateRefProd
reference to a collection of RecoChargedCandidate objects
std::vector< RecoChargedCandidate > RecoChargedCandidateCollection
collectin of RecoChargedCandidate objects