CMS 3D CMS Logo

VertexFwd.h
Go to the documentation of this file.
1 #ifndef VertexReco_VertexFwd_h
2 #define VertexReco_VertexFwd_h
3 #include <vector>
7 
8 namespace reco {
9  class Vertex;
11  typedef std::vector<Vertex> VertexCollection;
22 } // namespace reco
23 
24 #endif
edm::RefToBase< reco::Vertex > VertexBaseRef
persistent reference to a Vertex, using views
Definition: VertexFwd.h:21
std::vector< Vertex > VertexCollection
collection of Vertex objects
Definition: VertexFwd.h:9
edm::Ref< VertexCollection > VertexRef
persistent reference to a Vertex
Definition: VertexFwd.h:13
edm::RefProd< VertexCollection > VertexRefProd
persistent reference to a Vertex
Definition: VertexFwd.h:15
fixed size matrix
edm::RefVector< VertexCollection > VertexRefVector
vector of references to Vertex objects in the same collection
Definition: VertexFwd.h:17
VertexRefVector::iterator vertex_iterator
iterator over a vector of references to Vertex objects in the same collection
Definition: VertexFwd.h:19