CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CompositeCandidateFwd.h
Go to the documentation of this file.
1 #ifndef Candidate_CompositeCandidateFwd_h
2 #define Candidate_CompositeCandidateFwd_h
4 
5 namespace reco {
6  class CompositeCandidate;
7 }
8 
16 
17 namespace reco {
19  typedef std::vector<CompositeCandidate> CompositeCandidateCollection;
34 }
35 
36 #endif
std::vector< CompositeCandidate > CompositeCandidateCollection
collection of Candidate objects
edm::RefToBase< CompositeCandidate > CompositeCandidateBaseRef
persistent reference to an object in a collection of Candidate objects
edm::View< CompositeCandidate > CompositeCandidateView
view of a collection containing candidates
edm::RefToBaseVector< CompositeCandidate > CompositeCandidateBaseRefVector
vector of references to objects in the same collection of Candidate objects via base type ...
edm::Ref< CompositeCandidateCollection > CompositeCandidateRef
persistent reference to an object in a collection of Candidate objects
edm::RefVector< CompositeCandidateCollection > CompositeCandidateRefVector
vector of references to objects in the same collection of Candidate objects
edm::RefProd< CompositeCandidateCollection > CompositeCandidateRefProd
reference to a collection of Candidate objects
edm::RefToBaseProd< CompositeCandidate > CompositeCandidateBaseRefProd
vector of references to objects in the same collection of Candidate objects via base type ...