CMS 3D CMS Logo

JetTracksAssociatorAtVertex.h
Go to the documentation of this file.
1 // \class JetTracksAssociatorAtVertex JetTracksAssociatorAtVertex.cc
2 //
3 // Original Author: Andrea Rizzi
4 // Created: Wed Apr 12 11:12:49 CEST 2006
5 // Accommodated for Jet Package by: Fedor Ratnikov Jul. 30, 2007
6 //
7 //
8 #ifndef JetTracksAssociatorAtVertex_h
9 #define JetTracksAssociatorAtVertex_h
10 
15 
18 
20 public:
23 
24  void produce(edm::Event&, const edm::EventSetup&) override;
25 
26 private:
29 
33  bool useAssigned;
35 };
36 
37 #endif
JetTracksAssociatorAtVertex::mJets
edm::EDGetTokenT< edm::View< reco::Jet > > mJets
Definition: JetTracksAssociatorAtVertex.h:27
edm::EDGetTokenT
Definition: EDGetToken.h:33
JetTracksAssociationDRVertex
Definition: JetTracksAssociationDRVertex.h:10
EDProducer.h
JetTracksAssociatorAtVertex::mTrackQuality
int mTrackQuality
Definition: JetTracksAssociatorAtVertex.h:30
JetTracksAssociatorAtVertex::JetTracksAssociatorAtVertex
JetTracksAssociatorAtVertex(const edm::ParameterSet &)
Definition: JetTracksAssociatorAtVertex.cc:18
JetTracksAssociationDRVertexAssigned.h
JetTracksAssociatorAtVertex::mAssociator
JetTracksAssociationDRVertex mAssociator
Definition: JetTracksAssociatorAtVertex.h:31
JetTracksAssociatorAtVertex::mAssociatorAssigned
JetTracksAssociationDRVertexAssigned mAssociatorAssigned
Definition: JetTracksAssociatorAtVertex.h:32
JetTracksAssociationDRVertex.h
JetTracksAssociationDRVertexAssigned
Definition: JetTracksAssociationDRVertexAssigned.h:13
edm::ParameterSet
Definition: ParameterSet.h:47
edm::stream::EDProducer
Definition: EDProducer.h:38
JetTracksAssociatorAtVertex::~JetTracksAssociatorAtVertex
~JetTracksAssociatorAtVertex() override
Definition: JetTracksAssociatorAtVertex.cc:33
edm::EventSetup
Definition: EventSetup.h:58
JetTracksAssociatorAtVertex::pvSrc
edm::EDGetTokenT< reco::VertexCollection > pvSrc
if true, use the track/jet association with vertex assignment to tracks
Definition: JetTracksAssociatorAtVertex.h:34
InputTag.h
JetTracksAssociatorAtVertex::mTracks
edm::EDGetTokenT< reco::TrackCollection > mTracks
Definition: JetTracksAssociatorAtVertex.h:28
JetTracksAssociatorAtVertex::useAssigned
bool useAssigned
Definition: JetTracksAssociatorAtVertex.h:33
ParameterSet.h
edm::Event
Definition: Event.h:73
JetTracksAssociatorAtVertex
Definition: JetTracksAssociatorAtVertex.h:19
EDProductfwd.h
JetTracksAssociatorAtVertex::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition: JetTracksAssociatorAtVertex.cc:35