test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
VertexAssociatorByPositionAndTracks.h
Go to the documentation of this file.
1 #ifndef SimTracker_VertexAssociation_VertexAssociatorByPositionAndTracks_h
2 #define SimTracker_VertexAssociation_VertexAssociatorByPositionAndTracks_h
3 
6 
17 public:
19  double absZ,
20  double sigmaZ,
21  double maxRecoZ,
22  double sharedTrackFraction,
23  const reco::RecoToSimCollection *trackRecoToSimAssociation,
24  const reco::SimToRecoCollection *trackSimToRecoAssociation);
25 
27 
28  /* Associate TrackingVertex to RecoVertex By Hits */
30  const edm::Handle<TrackingVertexCollection>& tVCH) const;
31 
33  const edm::Handle<TrackingVertexCollection>& tVCH) const;
34 
35 private:
36  // ----- member data
38 
39  const double absZ_;
40  const double sigmaZ_;
41  const double maxRecoZ_;
42  const double sharedTrackFraction_;
43 
46 };
47 
48 #endif
const reco::RecoToSimCollection * trackRecoToSimAssociation_
EDProductGetter const * productGetter(std::atomic< void const * > const &iCache)
virtual reco::VertexSimToRecoCollection associateSimToReco(const edm::Handle< edm::View< reco::Vertex > > &vCH, const edm::Handle< TrackingVertexCollection > &tVCH) const
compare reco to sim the handle of reco::Vertex and TrackingVertex collections
VertexAssociatorByPositionAndTracks(const edm::EDProductGetter *productGetter, double absZ, double sigmaZ, double maxRecoZ, double sharedTrackFraction, const reco::RecoToSimCollection *trackRecoToSimAssociation, const reco::SimToRecoCollection *trackSimToRecoAssociation)
virtual reco::VertexRecoToSimCollection associateRecoToSim(const edm::Handle< edm::View< reco::Vertex > > &vCH, const edm::Handle< TrackingVertexCollection > &tVCH) const
compare reco to sim the handle of reco::Vertex and TrackingVertex collections
const reco::SimToRecoCollection * trackSimToRecoAssociation_