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
n
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
c
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
src
PhysicsTools
IsolationAlgos
plugins
CandTrackPtIsolationProducer.cc
Go to the documentation of this file.
1
/* \class CandPtIsolationProducerNew
2
*
3
* computes and stores isolation using PtAlgo for Candidates
4
*
5
*/
6
#include "
FWCore/Framework/interface/MakerMacros.h
"
7
#include "
DataFormats/Candidate/interface/Candidate.h
"
8
#include "
DataFormats/TrackReco/interface/Track.h
"
9
#include "
DataFormats/TrackReco/interface/TrackFwd.h
"
10
#include "
PhysicsTools/IsolationAlgos/interface/IsolationProducerNew.h
"
11
#include "
PhysicsTools/IsolationAlgos/interface/PtIsolationAlgo.h
"
12
13
typedef
reco::modulesNew::IsolationProducer
<
reco::CandidateView
,
14
reco::TrackCollection
,
15
PtIsolationAlgo<reco::Candidate, reco::TrackCollection>
>
16
CandTrackPtIsolationProducer
;
17
18
DEFINE_FWK_MODULE
(
CandTrackPtIsolationProducer
);
reco::TrackCollection
std::vector< Track > TrackCollection
collection of Tracks
Definition:
TrackFwd.h:14
TrackFwd.h
Candidate.h
PtIsolationAlgo.h
CandTrackPtIsolationProducer
reco::modulesNew::IsolationProducer< reco::CandidateView, reco::TrackCollection, PtIsolationAlgo< reco::Candidate, reco::TrackCollection > > CandTrackPtIsolationProducer
Definition:
CandTrackPtIsolationProducer.cc:16
DEFINE_FWK_MODULE
#define DEFINE_FWK_MODULE(type)
Definition:
MakerMacros.h:16
Track.h
IsolationProducerNew.h
reco::modulesNew::IsolationProducer
Definition:
IsolationProducerNew.h:42
MakerMacros.h
PtIsolationAlgo
Definition:
PtIsolationAlgo.h:10
reco::CandidateView
edm::View< Candidate > CandidateView
view of a collection containing candidates
Definition:
CandidateFwd.h:23
Generated for CMSSW Reference Manual by
1.8.14