CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
VertexToTrackingVertexAssociatorBaseImpl.h
Go to the documentation of this file.
1 #ifndef SimDataFormats_Associations_VertexToTrackingVertexAssociatorBaseImpl_h
2 #define SimDataFormats_Associations_VertexToTrackingVertexAssociatorBaseImpl_h
3 
6 
7 namespace reco {
9  public:
14 
15 
18  const edm::Handle<TrackingVertexCollection>& tVCH) const = 0;
19 
22  const edm::Handle<TrackingVertexCollection>& tVCH) const = 0;
23  };
24 }
25 
26 #endif
virtual reco::VertexRecoToSimCollection associateRecoToSim(const edm::Handle< edm::View< reco::Vertex > > &vCH, const edm::Handle< TrackingVertexCollection > &tVCH) const =0
compare reco to sim the handle of reco::Vertex and TrackingVertex collections
virtual reco::VertexSimToRecoCollection associateSimToReco(const edm::Handle< edm::View< reco::Vertex > > &vCH, const edm::Handle< TrackingVertexCollection > &tVCH) const =0
compare reco to sim the handle of reco::Vertex and TrackingVertex collections