Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
RecoJets
JetAssociationProducers
src
JetTracksAssociatorExplicit.h
Go to the documentation of this file.
1
// \class JetTracksAssociatorExplicit JetTracksAssociatorExplicit.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 JetTracksAssociatorExplicit_h
9
#define JetTracksAssociatorExplicit_h
10
11
#include "
FWCore/Framework/interface/stream/EDProducer.h
"
12
#include "
DataFormats/Common/interface/EDProductfwd.h
"
13
#include "
FWCore/Utilities/interface/InputTag.h
"
14
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
15
16
#include "
RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationExplicit.h
"
17
#include "
RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationExplicit.h
"
18
19
class
JetTracksAssociatorExplicit
:
public
edm::stream::EDProducer
<> {
20
public
:
21
JetTracksAssociatorExplicit
(
const
edm::ParameterSet
&);
22
~JetTracksAssociatorExplicit
()
override
;
23
24
void
produce
(
edm::Event
&,
const
edm::EventSetup
&)
override
;
25
26
private
:
27
edm::EDGetTokenT<edm::View<reco::Jet>
>
mJets
;
28
edm::EDGetTokenT<reco::TrackCollection>
mTracks
;
29
JetTracksAssociationExplicit
mAssociatorExplicit
;
30
};
31
32
#endif
JetTracksAssociatorExplicit
Definition:
JetTracksAssociatorExplicit.h:19
JetTracksAssociatorExplicit::mAssociatorExplicit
JetTracksAssociationExplicit mAssociatorExplicit
Definition:
JetTracksAssociatorExplicit.h:29
edm::EDGetTokenT
Definition:
EDGetToken.h:33
EDProducer.h
JetTracksAssociationExplicit.h
JetTracksAssociatorExplicit::~JetTracksAssociatorExplicit
~JetTracksAssociatorExplicit() override
Definition:
JetTracksAssociatorExplicit.cc:25
JetTracksAssociatorExplicit::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition:
JetTracksAssociatorExplicit.cc:27
JetTracksAssociatorExplicit::mTracks
edm::EDGetTokenT< reco::TrackCollection > mTracks
Definition:
JetTracksAssociatorExplicit.h:28
edm::ParameterSet
Definition:
ParameterSet.h:47
JetTracksAssociatorExplicit::JetTracksAssociatorExplicit
JetTracksAssociatorExplicit(const edm::ParameterSet &)
Definition:
JetTracksAssociatorExplicit.cc:18
JetTracksAssociatorExplicit::mJets
edm::EDGetTokenT< edm::View< reco::Jet > > mJets
Definition:
JetTracksAssociatorExplicit.h:27
edm::stream::EDProducer
Definition:
EDProducer.h:36
edm::EventSetup
Definition:
EventSetup.h:58
InputTag.h
JetTracksAssociationExplicit
Definition:
JetTracksAssociationExplicit.h:10
ParameterSet.h
edm::Event
Definition:
Event.h:73
EDProductfwd.h
Generated for CMSSW Reference Manual by
1.8.16