CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_8_patch3/src/DataFormats/ParticleFlowReco/interface/PFDisplacedVertexFwd.h

Go to the documentation of this file.
00001 #ifndef ParticleFlowReco_PFDisplacedVertexFwd_h
00002 #define ParticleFlowReco_PFDisplacedVertexFwd_h
00003 #include <vector>
00004 
00005 
00006 #include "DataFormats/Common/interface/Ref.h"
00007 /* #include "DataFormats/Common/interface/RefVector.h" */
00008 /* #include "DataFormats/Common/interface/RefProd.h" */
00009 
00010 namespace reco {
00011   class PFDisplacedVertex;
00012 
00014   typedef std::vector<PFDisplacedVertex> PFDisplacedVertexCollection;    
00015   
00017   typedef edm::Ref<PFDisplacedVertexCollection> PFDisplacedVertexRef;
00018 
00020   typedef edm::Handle<PFDisplacedVertexCollection> PFDisplacedVertexHandle;
00021 
00022 
00024   /*   typedef PFDisplacedVertexRefVector::iterator PFDisplacedVertex_iterator; */
00025 }
00026 
00027 #endif