CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/SimDataFormats/Vertex/interface/SimVertexContainer.h

Go to the documentation of this file.
00001 #ifndef SimVertexContainer_H
00002 #define SimVertexContainer_H
00003 
00004 #include "SimDataFormats/Vertex/interface/SimVertex.h"
00005 #include "DataFormats/Common/interface/Ref.h"
00006 #include "DataFormats/Common/interface/RefProd.h"
00007 #include "DataFormats/Common/interface/RefVector.h"
00008 
00009 #include <vector>
00010  
00011 namespace edm 
00012 {
00013   typedef std::vector<SimVertex> SimVertexContainer;
00014   typedef edm::Ref<std::vector<SimVertex> > SimVertexRef ;
00015   typedef edm::RefProd<std::vector<SimVertex> > SimVertexRefProd;
00016   typedef edm::RefVector<std::vector<SimVertex> > SimVertexRefVector;
00017 
00018 } 
00019  
00020 
00021 #endif