CMS 3D CMS Logo

JetTracksAssociationDRVertex.h
Go to the documentation of this file.
1 // \class JetTracksAssociationDRVertex
2 // Associate jets with tracks by simple "delta R" criteria
3 // Fedor Ratnikov (UMd), Aug. 28, 2007
4 
5 #ifndef JetTracksAssociationDRVertex_h
6 #define JetTracksAssociationDRVertex_h
7 
9 
11 public:
12  JetTracksAssociationDRVertex(double fDr);
14 
17  const std::vector<reco::TrackRef>& fTracks) const;
18 
19 private:
22 };
23 
24 #endif
double mDeltaR2Threshold
fidutial dR between track in the vertex and jet&#39;s reference direction
void produce(reco::JetTracksAssociation::Container *fAssociation, const std::vector< edm::RefToBase< reco::Jet > > &fJets, const std::vector< reco::TrackRef > &fTracks) const