CMS 3D CMS Logo

SimVertexContainer.h
Go to the documentation of this file.
1 #ifndef SimVertexContainer_H
2 #define SimVertexContainer_H
3 
8 
9 #include <vector>
10 
11 namespace edm {
12  typedef std::vector<SimVertex> SimVertexContainer;
16 
17 } // namespace edm
18 
19 #endif
edm::RefProd
Definition: EDProductfwd.h:25
RefProd.h
edm
HLT enums.
Definition: AlignableModifier.h:19
edm::SimVertexRefProd
edm::RefProd< std::vector< SimVertex > > SimVertexRefProd
Definition: SimVertexContainer.h:14
edm::RefVector
Definition: EDProductfwd.h:27
edm::Ref
Definition: AssociativeIterator.h:58
SimVertex.h
edm::SimVertexRef
edm::Ref< std::vector< SimVertex > > SimVertexRef
Definition: SimVertexContainer.h:13
edm::SimVertexRefVector
edm::RefVector< std::vector< SimVertex > > SimVertexRefVector
Definition: SimVertexContainer.h:15
RefVector.h
Ref.h
edm::SimVertexContainer
std::vector< SimVertex > SimVertexContainer
Definition: SimVertexContainer.h:12