#include <vector>
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/Common/interface/RefProd.h"
#include "DataFormats/Common/interface/RefVector.h"
Go to the source code of this file.
Namespaces | |
reco | |
fixed size matrix | |
Typedefs | |
typedef VertexRefVector::iterator | reco::vertex_iterator |
iterator over a vector of references to Vertex objects in the same collection More... | |
typedef edm::RefToBase< reco::Vertex > | reco::VertexBaseRef |
persistent reference to a Vertex, using views More... | |
typedef std::vector< Vertex > | reco::VertexCollection |
collection of Vertex objects More... | |
typedef edm::Ref< VertexCollection > | reco::VertexRef |
persistent reference to a Vertex More... | |
typedef edm::RefProd< VertexCollection > | reco::VertexRefProd |
persistent reference to a Vertex More... | |
typedef edm::RefVector< VertexCollection > | reco::VertexRefVector |
vector of references to Vertex objects in the same collection More... | |