src
SimTracker
TrackHistory
interface
JetVetoedTracksAssociatorDRVertex.h
Go to the documentation of this file.
1
2
#ifndef JetVetoedTracksAssociationDRVertex_h
3
#define JetVetoedTracksAssociationDRVertex_h
4
5
#include "
DataFormats/JetReco/interface/Jet.h
"
6
#include "
DataFormats/JetReco/interface/JetTracksAssociation.h
"
7
#include "
DataFormats/Math/interface/Vector3D.h
"
8
#include "
DataFormats/Math/interface/deltaR.h
"
9
#include "
DataFormats/TrackReco/interface/Track.h
"
10
11
#include "
SimTracker/TrackHistory/interface/TrackClassifier.h
"
12
13
class
JetVetoedTracksAssociationDRVertex
{
14
public
:
15
JetVetoedTracksAssociationDRVertex
(
double
fDr);
16
~JetVetoedTracksAssociationDRVertex
() {}
17
18
void
produce
(
reco::JetTracksAssociation::Container
*fAssociation,
19
const
std::vector
<
edm::RefToBase<reco::Jet>
> &fJets,
20
const
std::vector<reco::TrackRef> &fTracks,
21
TrackClassifier
&classifier)
const
;
22
23
private
:
25
double
mDeltaR2Threshold
;
26
};
27
28
#endif
JetVetoedTracksAssociationDRVertex::produce
void produce(reco::JetTracksAssociation::Container *fAssociation, const std::vector< edm::RefToBase< reco::Jet >> &fJets, const std::vector< reco::TrackRef > &fTracks, TrackClassifier &classifier) const
Definition:
JetVetoedTracksAssociatorDRVertex.cc:6
deltaR.h
JetTracksAssociation.h
JetVetoedTracksAssociationDRVertex::~JetVetoedTracksAssociationDRVertex
~JetVetoedTracksAssociationDRVertex()
Definition:
JetVetoedTracksAssociatorDRVertex.h:16
edm::RefToBase< reco::Jet >
JetVetoedTracksAssociationDRVertex::JetVetoedTracksAssociationDRVertex
JetVetoedTracksAssociationDRVertex(double fDr)
Definition:
JetVetoedTracksAssociatorDRVertex.cc:4
Jet.h
JetVetoedTracksAssociationDRVertex
Definition:
JetVetoedTracksAssociatorDRVertex.h:13
TrackClassifier
Get track history and classify it in function of their .
Definition:
TrackClassifier.h:29
edm::AssociationVector
Definition:
AssociationVector.h:67
TrackClassifier.h
JetVetoedTracksAssociationDRVertex::mDeltaR2Threshold
double mDeltaR2Threshold
fidutial dR between track in the vertex and jet's reference direction
Definition:
JetVetoedTracksAssociatorDRVertex.h:25
Vector3D.h
trackerHitRTTI::vector
Definition:
trackerHitRTTI.h:21
Track.h
Generated for CMSSW Reference Manual by
1.8.14