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
PhysicsTools
PatAlgos
plugins
PATCompositeCandidateProducer.h
Go to the documentation of this file.
1
//
2
//
3
4
#ifndef PhysicsTools_PatAlgos_PATCompositeCandidateProducer_h
5
#define PhysicsTools_PatAlgos_PATCompositeCandidateProducer_h
6
18
#include "
FWCore/Framework/interface/stream/EDProducer.h
"
19
#include "
FWCore/Framework/interface/Event.h
"
20
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
21
22
#include "
DataFormats/HepMCCandidate/interface/GenParticleFwd.h
"
23
#include "
DataFormats/HepMCCandidate/interface/GenParticle.h
"
24
#include "
DataFormats/Common/interface/Association.h
"
25
#include "
DataFormats/Common/interface/ValueMap.h
"
26
27
#include "
CommonTools/Utils/interface/EtComparator.h
"
28
29
#include "
DataFormats/PatCandidates/interface/CompositeCandidate.h
"
30
31
#include "
PhysicsTools/PatAlgos/interface/PATUserDataHelper.h
"
32
#include "
PhysicsTools/PatAlgos/interface/MultiIsolator.h
"
33
#include "
PhysicsTools/PatAlgos/interface/EfficiencyLoader.h
"
34
#include "
PhysicsTools/PatAlgos/interface/KinResolutionsLoader.h
"
35
#include "
PhysicsTools/PatAlgos/interface/VertexingHelper.h
"
36
37
namespace
pat
{
38
39
class
PATCompositeCandidateProducer
:
public
edm::stream::EDProducer
<> {
40
public
:
41
explicit
PATCompositeCandidateProducer
(
const
edm::ParameterSet
& iConfig);
42
~PATCompositeCandidateProducer
()
override
;
43
44
void
produce
(
edm::Event
&
iEvent
,
const
edm::EventSetup
& iSetup)
override
;
45
46
private
:
47
// configurables
48
const
edm::EDGetTokenT<edm::View<reco::CompositeCandidate>
>
srcToken_
;
// list of reco::CompositeCandidates
49
50
const
bool
useUserData_
;
51
pat::PATUserDataHelper<pat::CompositeCandidate>
userDataHelper_
;
52
53
const
bool
addEfficiencies_
;
54
pat::helper::EfficiencyLoader
efficiencyLoader_
;
55
56
const
bool
addResolutions_
;
57
pat::helper::KinResolutionsLoader
resolutionLoader_
;
58
};
59
60
}
// namespace pat
61
62
#endif
pat::PATCompositeCandidateProducer::useUserData_
const bool useUserData_
Definition:
PATCompositeCandidateProducer.h:50
CompositeCandidate.h
pat::PATUserDataHelper< pat::CompositeCandidate >
pat::PATCompositeCandidateProducer::addResolutions_
const bool addResolutions_
Definition:
PATCompositeCandidateProducer.h:56
pat::helper::EfficiencyLoader
Definition:
EfficiencyLoader.h:16
edm::EDGetTokenT
Definition:
EDGetToken.h:33
pat::PATCompositeCandidateProducer::efficiencyLoader_
pat::helper::EfficiencyLoader efficiencyLoader_
Definition:
PATCompositeCandidateProducer.h:54
EDProducer.h
Association.h
MultiIsolator.h
EfficiencyLoader.h
pat::PATCompositeCandidateProducer::~PATCompositeCandidateProducer
~PATCompositeCandidateProducer() override
Definition:
PATCompositeCandidateProducer.cc:40
GenParticle.h
pat::PATCompositeCandidateProducer::produce
void produce(edm::Event &iEvent, const edm::EventSetup &iSetup) override
Definition:
PATCompositeCandidateProducer.cc:42
GenParticleFwd.h
pat::helper::KinResolutionsLoader
Definition:
KinResolutionsLoader.h:18
KinResolutionsLoader.h
pat::PATCompositeCandidateProducer::addEfficiencies_
const bool addEfficiencies_
Definition:
PATCompositeCandidateProducer.h:53
EtComparator.h
edm::ParameterSet
Definition:
ParameterSet.h:36
Event.h
iEvent
int iEvent
Definition:
GenABIO.cc:224
edm::stream::EDProducer
Definition:
EDProducer.h:38
edm::EventSetup
Definition:
EventSetup.h:57
pat
Definition:
HeavyIon.h:7
pat::PATCompositeCandidateProducer::resolutionLoader_
pat::helper::KinResolutionsLoader resolutionLoader_
Definition:
PATCompositeCandidateProducer.h:57
ValueMap.h
pat::PATCompositeCandidateProducer::PATCompositeCandidateProducer
PATCompositeCandidateProducer(const edm::ParameterSet &iConfig)
Definition:
PATCompositeCandidateProducer.cc:19
VertexingHelper.h
pat::PATCompositeCandidateProducer
Produces the pat::CompositeCandidate.
Definition:
PATCompositeCandidateProducer.h:39
PATUserDataHelper.h
ParameterSet.h
edm::Event
Definition:
Event.h:73
pat::PATCompositeCandidateProducer::srcToken_
const edm::EDGetTokenT< edm::View< reco::CompositeCandidate > > srcToken_
Definition:
PATCompositeCandidateProducer.h:48
pat::PATCompositeCandidateProducer::userDataHelper_
pat::PATUserDataHelper< pat::CompositeCandidate > userDataHelper_
Definition:
PATCompositeCandidateProducer.h:51
Generated for CMSSW Reference Manual by
1.8.16