CMS 3D CMS Logo

CandidateFwd.h
Go to the documentation of this file.
1 #ifndef Candidate_CandidateFwd_h
2 #define Candidate_CandidateFwd_h
4 
5 namespace reco {
6  class Candidate;
7 }
8 
18 
19 namespace reco {
40 } // namespace reco
41 
42 #endif
edm::PtrVector< Candidate > CandidatePtrVector
persistent reference to an object in a collection of Candidate objects
Definition: CandidateFwd.h:27
edm::RefToBaseProd< Candidate > CandidateBaseRefProd
vector of references to objects in the same collection of Candidate objects via base type ...
Definition: CandidateFwd.h:39
edm::RefToBaseVector< Candidate > CandidateBaseRefVector
vector of references to objects in the same collection of Candidate objects via base type ...
Definition: CandidateFwd.h:35
edm::Ptr< Candidate > CandidatePtr
persistent reference to an object in a collection of Candidate objects
Definition: CandidateFwd.h:25
edm::RefVector< CandidateCollection > CandidateRefVector
vector of references to objects in the same collection of Candidate objects
Definition: CandidateFwd.h:33
edm::Ref< CandidateCollection > CandidateRef
persistent reference to an object in a collection of Candidate objects
Definition: CandidateFwd.h:29
edm::RefToBase< Candidate > CandidateBaseRef
persistent reference to an object in a collection of Candidate objects
Definition: CandidateFwd.h:31
fixed size matrix
edm::OwnVector< Candidate > CandidateCollection
collection of Candidate objects
Definition: CandidateFwd.h:21
edm::RefProd< CandidateCollection > CandidateRefProd
reference to a collection of Candidate objects
Definition: CandidateFwd.h:37
edm::View< Candidate > CandidateView
view of a collection containing candidates
Definition: CandidateFwd.h:23