CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
VertexCompositePtrCandidateFwd.h
Go to the documentation of this file.
1 #ifndef DataFormats_Candidate_VertexCompositePtrCandidateFwd_h
2 #define DataFormats_Candidate_VertexCompositePtrCandidateFwd_h
4 
5 namespace reco {
6  class VertexCompositePtrCandidate;
7 }
8 
16 
17 namespace reco {
19  typedef std::vector<VertexCompositePtrCandidate> VertexCompositePtrCandidateCollection;
34 }
35 
36 #endif
std::vector< VertexCompositePtrCandidate > VertexCompositePtrCandidateCollection
collection of Candidate objects
edm::RefVector< VertexCompositePtrCandidateCollection > VertexCompositePtrCandidateRefVector
vector of references to objects in the same collection of Candidate objects
edm::RefProd< VertexCompositePtrCandidateCollection > VertexCompositePtrCandidateRefProd
reference to a collection of Candidate objects
edm::RefToBase< VertexCompositePtrCandidate > VertexCompositePtrCandidateBaseRef
persistent reference to an object in a collection of Candidate objects
edm::Ref< VertexCompositePtrCandidateCollection > VertexCompositePtrCandidateRef
persistent reference to an object in a collection of Candidate objects
edm::RefToBaseProd< VertexCompositePtrCandidate > VertexCompositePtrCandidateBaseRefProd
vector of references to objects in the same collection of Candidate objects via base type ...
edm::View< VertexCompositePtrCandidate > VertexCompositePtrCandidateView
view of a collection containing candidates
edm::RefToBaseVector< VertexCompositePtrCandidate > VertexCompositePtrCandidateBaseRefVector
vector of references to objects in the same collection of Candidate objects via base type ...