CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_1/src/DataFormats/ParticleFlowReco/interface/PFDisplacedVertexCandidateFwd.h

Go to the documentation of this file.
00001 #ifndef ParticleFlowReco_PFDisplacedVertexCandidateFwd_h
00002 #define ParticleFlowReco_PFDisplacedVertexCandidateFwd_h
00003 #include <vector>
00004 
00005 #include "DataFormats/Common/interface/Ref.h"
00006 /* #include "DataFormats/Common/interface/RefVector.h" */
00007 /* #include "DataFormats/Common/interface/RefProd.h" */
00008 
00009 namespace reco {
00010   class PFDisplacedVertexCandidate;
00011 
00013   typedef std::vector<PFDisplacedVertexCandidate> PFDisplacedVertexCandidateCollection;  
00014     
00016   typedef edm::Ref<PFDisplacedVertexCandidateCollection> PFDisplacedVertexCandidateRef;
00017 
00019   typedef edm::Handle<PFDisplacedVertexCandidateCollection> PFDisplacedVertexCandidateHandle;
00020 
00021 }
00022 
00023 #endif