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
TrkCalIsolationProducer.cc
Go to the documentation of this file.
1
/* \class TrkCalIsolationProducer
2
*
3
* computes and stores calorimeter isolation using CalIsolationAlgo for Tracks
4
*
5
*/
6
#include "
FWCore/Framework/interface/MakerMacros.h
"
7
#include "
PhysicsTools/IsolationAlgos/interface/IsolationProducer.h
"
8
#include "
PhysicsTools/IsolationAlgos/interface/TrkCalIsolationAlgo.h
"
9
10
#include "
DataFormats/TrackReco/interface/Track.h
"
11
#include "
DataFormats/TrackReco/interface/TrackFwd.h
"
12
#include "
DataFormats/CaloTowers/interface/CaloTowerCollection.h
"
13
14
typedef
IsolationProducer
<
reco::TrackCollection
,
15
CaloTowerCollection
,
16
TrkCalIsolationAlgo<reco::Track, CaloTowerCollection>
>
17
TrkCalIsolationProducer
;
18
19
DEFINE_FWK_MODULE
(
TrkCalIsolationProducer
);
CaloTowerCollection.h
TrkCalIsolationProducer
IsolationProducer< reco::TrackCollection, CaloTowerCollection, TrkCalIsolationAlgo< reco::Track, CaloTowerCollection > > TrkCalIsolationProducer
Definition:
TrkCalIsolationProducer.cc:17
reco::TrackCollection
std::vector< Track > TrackCollection
collection of Tracks
Definition:
TrackFwd.h:14
TrackFwd.h
TrkCalIsolationAlgo.h
IsolationProducer.h
DEFINE_FWK_MODULE
#define DEFINE_FWK_MODULE(type)
Definition:
MakerMacros.h:16
CaloTowerCollection
edm::SortedCollection< CaloTower > CaloTowerCollection
Definition:
CaloTowerDefs.h:16
IsolationProducer
Definition:
IsolationProducer.h:40
TrkCalIsolationAlgo
Definition:
TrkCalIsolationAlgo.h:10
Track.h
MakerMacros.h
Generated for CMSSW Reference Manual by
1.8.14