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 // $Id: JetTracksAssociationDRVertexAssigned.h,v 1.1 2011/11/11 18:58:02 srappocc Exp $
7 
8 #ifndef JetTracksAssociationDRVertexAssigned_h
9 #define JetTracksAssociationDRVertexAssigned_h
10 
15  public:
18 
20  const std::vector <edm::RefToBase<reco::Jet> >& fJets,
21  const std::vector <reco::TrackRef>& fTracks,
22  const reco::VertexCollection& vertices) const;
23  private:
26 };
27 
28 #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