CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
NamedCompositeCandidateFwd.h
Go to the documentation of this file.
1 #ifndef Candidate_NamedCompositeCandidateFwd_h
2 #define Candidate_NamedCompositeCandidateFwd_h
4 
5 namespace reco {
6  class NamedCompositeCandidate;
7 }
8 
16 
17 namespace reco {
19  typedef std::vector<NamedCompositeCandidate> NamedCompositeCandidateCollection;
34 }
35 
36 #endif
edm::RefProd< NamedCompositeCandidateCollection > NamedCompositeCandidateRefProd
reference to a collection of Candidate objects
edm::Ref< NamedCompositeCandidateCollection > NamedCompositeCandidateRef
persistent reference to an object in a collection of Candidate objects
edm::RefToBase< NamedCompositeCandidate > NamedCompositeCandidateBaseRef
persistent reference to an object in a collection of Candidate objects
std::vector< NamedCompositeCandidate > NamedCompositeCandidateCollection
collection of Candidate objects
edm::RefToBaseProd< NamedCompositeCandidate > NamedCompositeCandidateBaseRefProd
vector of references to objects in the same collection of Candidate objects via base type ...
edm::View< NamedCompositeCandidate > NamedCompositeCandidateView
view of a collection containing candidates
edm::RefVector< NamedCompositeCandidateCollection > NamedCompositeCandidateRefVector
vector of references to objects in the same collection of Candidate objects
edm::RefToBaseVector< NamedCompositeCandidate > NamedCompositeCandidateBaseRefVector
vector of references to objects in the same collection of Candidate objects via base type ...