CMS 3D CMS Logo

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 absT,
23  double sigmaT,
24  double maxRecoT,
25  double sharedTrackFraction,
26  const reco::RecoToSimCollection *trackRecoToSimAssociation,
27  const reco::SimToRecoCollection *trackSimToRecoAssociation);
28 
30  double absZ,
31  double sigmaZ,
32  double maxRecoZ,
33  double sharedTrackFraction,
34  const reco::RecoToSimCollection *trackRecoToSimAssociation,
35  const reco::SimToRecoCollection *trackSimToRecoAssociation);
36 
38 
39  /* Associate TrackingVertex to RecoVertex By Hits */
41  const edm::Handle<TrackingVertexCollection>& tVCH) const;
42 
44  const edm::Handle<TrackingVertexCollection>& tVCH) const;
45 
46 private:
47  // ----- member data
49 
50  const double absZ_;
51  const double sigmaZ_;
52  const double maxRecoZ_;
53  const double absT_;
54  const double sigmaT_;
55  const double maxRecoT_;
56  const double sharedTrackFraction_;
57 
60 };
61 
62 #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 absT, double sigmaT, double maxRecoT, 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_