Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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/Math/interface/deltaR.h
"
6
#include "
DataFormats/Math/interface/Vector3D.h
"
7
#include "
DataFormats/JetReco/interface/Jet.h
"
8
#include "
DataFormats/JetReco/interface/JetTracksAssociation.h
"
9
#include "
DataFormats/TrackReco/interface/Track.h
"
10
11
#include "
SimTracker/TrackHistory/interface/TrackClassifier.h
"
12
13
class
JetVetoedTracksAssociationDRVertex
14
{
15
16
public
:
17
18
JetVetoedTracksAssociationDRVertex
(
double
fDr);
19
~JetVetoedTracksAssociationDRVertex
() {}
20
21
void
produce
(
22
reco::JetTracksAssociation::Container
* fAssociation,
23
const
std::vector<
edm::RefToBase<reco::Jet>
>& fJets,
24
const
std::vector<reco::TrackRef>& fTracks,
25
TrackClassifier
& classifier
26
)
const
;
27
28
private
:
30
double
mDeltaR2Threshold
;
31
};
32
33
#endif
JetVetoedTracksAssociationDRVertex::~JetVetoedTracksAssociationDRVertex
~JetVetoedTracksAssociationDRVertex()
Definition:
JetVetoedTracksAssociatorDRVertex.h:19
edm::RefToBase< reco::Jet >
deltaR.h
JetVetoedTracksAssociationDRVertex::JetVetoedTracksAssociationDRVertex
JetVetoedTracksAssociationDRVertex(double fDr)
Definition:
JetVetoedTracksAssociatorDRVertex.cc:5
Jet.h
JetVetoedTracksAssociationDRVertex
Definition:
JetVetoedTracksAssociatorDRVertex.h:13
TrackClassifier
Get track history and classify it in function of their .
Definition:
TrackClassifier.h:28
edm::AssociationVector< reco::JetRefBaseProd, Values >
TrackClassifier.h
JetVetoedTracksAssociationDRVertex::mDeltaR2Threshold
double mDeltaR2Threshold
fidutial dR between track in the vertex and jet's reference direction
Definition:
JetVetoedTracksAssociatorDRVertex.h:30
Vector3D.h
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:8
JetTracksAssociation.h
Track.h
Generated for CMSSW Reference Manual by
1.8.5