CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
JetTracksAssociationDRVertexAssigned.h
Go to the documentation of this file.
1 // \class JetTracksAssociationDRVertex
2 // Associate jets with tracks by simple "delta R" criteria.
3 // This is different from the "JetTracksAssociatorAtVertex" because this
4 // class assigns a vertex to the jet/track association.
5 // Fedor Ratnikov (UMd), Aug. 28, 2007
6 
7 #ifndef JetTracksAssociationDRVertexAssigned_h
8 #define JetTracksAssociationDRVertexAssigned_h
9 
14  public:
17 
19  const std::vector <edm::RefToBase<reco::Jet> >& fJets,
20  const std::vector <reco::TrackRef>& fTracks,
21  const reco::VertexCollection& vertices) const;
22  private:
25 };
26 
27 #endif
std::vector< Vertex > VertexCollection
collection of Vertex objects
Definition: VertexFwd.h:9
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 reco::VertexCollection &vertices) const