CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
VertexAssociatorBase.h
Go to the documentation of this file.
1 #ifndef SimTracker_VertexAssociatorBase_h
2 #define SimTracker_VertexAssociatorBase_h
3 
11 
13 
16 
18 
19 namespace reco
20 {
24 }
25 
27 {
28 
29 public:
30 
33 
37  const edm::Event&,
38  reco::RecoToSimCollection&) const = 0;
39 
43  const edm::Event&,
44  reco::SimToRecoCollection&) const = 0;
45 };
46 
47 #endif
edm::AssociationMap< edm::OneToManyWithQuality< TrackingVertexCollection, edm::View< reco::Vertex >, double > > VertexSimToRecoCollection
virtual reco::VertexSimToRecoCollection associateSimToReco(edm::Handle< edm::View< reco::Vertex > > &, edm::Handle< TrackingVertexCollection > &, const edm::Event &, reco::SimToRecoCollection &) const =0
edm::RefToBase< reco::Vertex > VertexBaseRef
edm::AssociationMap< edm::OneToManyWithQuality< edm::View< reco::Vertex >, TrackingVertexCollection, double > > VertexRecoToSimCollection
std::vector< TrackingVertex > TrackingVertexCollection
virtual reco::VertexRecoToSimCollection associateRecoToSim(edm::Handle< edm::View< reco::Vertex > > &, edm::Handle< TrackingVertexCollection > &, const edm::Event &, reco::RecoToSimCollection &) const =0