File indexing completed on 2024-04-06 12:04:51
0001 #ifndef ParticleFlowReco_PFDisplacedVertexCandidateFwd_h
0002 #define ParticleFlowReco_PFDisplacedVertexCandidateFwd_h
0003 #include <vector>
0004
0005 #include "DataFormats/Common/interface/Ref.h"
0006
0007
0008
0009 namespace reco {
0010 class PFDisplacedVertexCandidate;
0011
0012
0013 typedef std::vector<PFDisplacedVertexCandidate> PFDisplacedVertexCandidateCollection;
0014
0015
0016 typedef edm::Ref<PFDisplacedVertexCandidateCollection> PFDisplacedVertexCandidateRef;
0017
0018
0019 typedef edm::Handle<PFDisplacedVertexCandidateCollection> PFDisplacedVertexCandidateHandle;
0020
0021 }
0022
0023 #endif