Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
RecoJets
JetAssociationProducers
src
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
// $Id: JetTracksAssociatorAtVertex.h,v 1.4 2011/11/11 18:58:02 srappocc Exp $
7
//
8
//
9
#ifndef JetTracksAssociatorAtVertex_h
10
#define JetTracksAssociatorAtVertex_h
11
12
#include "
FWCore/Framework/interface/EDProducer.h
"
13
#include "
DataFormats/Common/interface/EDProductfwd.h
"
14
#include "
FWCore/Utilities/interface/InputTag.h
"
15
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
16
17
#include "
RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRVertex.h
"
18
#include "
RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRVertexAssigned.h
"
19
20
class
JetTracksAssociatorAtVertex
:
public
edm::EDProducer
{
21
public
:
22
JetTracksAssociatorAtVertex
(
const
edm::ParameterSet
&);
23
virtual
~JetTracksAssociatorAtVertex
();
24
25
virtual
void
produce
(
edm::Event
&,
const
edm::EventSetup
&);
26
27
private
:
28
edm::InputTag
mJets
;
29
edm::InputTag
mTracks
;
30
int
mTrackQuality
;
31
JetTracksAssociationDRVertex
mAssociator
;
32
JetTracksAssociationDRVertexAssigned
mAssociatorAssigned
;
33
bool
useAssigned
;
34
edm::InputTag
pvSrc
;
35
};
36
37
#endif
JetTracksAssociationDRVertex.h
JetTracksAssociatorAtVertex::JetTracksAssociatorAtVertex
JetTracksAssociatorAtVertex(const edm::ParameterSet &)
Definition:
JetTracksAssociatorAtVertex.cc:19
JetTracksAssociatorAtVertex::produce
virtual void produce(edm::Event &, const edm::EventSetup &)
Definition:
JetTracksAssociatorAtVertex.cc:37
JetTracksAssociatorAtVertex::mTracks
edm::InputTag mTracks
Definition:
JetTracksAssociatorAtVertex.h:29
edm::EDProducer
Definition:
EDProducer.h:22
JetTracksAssociatorAtVertex::useAssigned
bool useAssigned
Definition:
JetTracksAssociatorAtVertex.h:33
ParameterSet.h
JetTracksAssociatorAtVertex::pvSrc
edm::InputTag pvSrc
if true, use the track/jet association with vertex assignment to tracks
Definition:
JetTracksAssociatorAtVertex.h:34
edm::EventSetup
Definition:
EventSetup.h:44
JetTracksAssociatorAtVertex::~JetTracksAssociatorAtVertex
virtual ~JetTracksAssociatorAtVertex()
Definition:
JetTracksAssociatorAtVertex.cc:35
EDProducer.h
JetTracksAssociatorAtVertex::mAssociatorAssigned
JetTracksAssociationDRVertexAssigned mAssociatorAssigned
Definition:
JetTracksAssociatorAtVertex.h:32
EDProductfwd.h
JetTracksAssociatorAtVertex::mAssociator
JetTracksAssociationDRVertex mAssociator
Definition:
JetTracksAssociatorAtVertex.h:31
JetTracksAssociationDRVertex
Definition:
JetTracksAssociationDRVertex.h:11
edm::InputTag
Definition:
InputTag.h:17
InputTag.h
edm::ParameterSet
Definition:
ParameterSet.h:35
JetTracksAssociationDRVertexAssigned
Definition:
JetTracksAssociationDRVertexAssigned.h:14
edm::Event
Definition:
Event.h:56
JetTracksAssociatorAtVertex::mTrackQuality
int mTrackQuality
Definition:
JetTracksAssociatorAtVertex.h:30
JetTracksAssociationDRVertexAssigned.h
JetTracksAssociatorAtVertex::mJets
edm::InputTag mJets
Definition:
JetTracksAssociatorAtVertex.h:28
JetTracksAssociatorAtVertex
Definition:
JetTracksAssociatorAtVertex.h:20
Generated for CMSSW Reference Manual by
1.8.5