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
CommonTools
RecoUtils
interface
PFCand_AssoMap.h
Go to the documentation of this file.
1
#ifndef PFCand_AssoMap_h
2
#define PFCand_AssoMap_h
3
4
// -*- C++ -*-
5
//
6
// Package: PFCand_AssoMap
7
// Class: PFCand_AssoMap
8
//
13
//
14
// Original Author: Matthias Geisler
15
// Created: Wed Apr 18 14:48:37 CEST 2012
16
// $Id: PFCand_AssoMap.h,v 1.7 2012/10/10 11:45:01 mgeisler Exp $
17
//
18
//
19
20
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
21
#include "
FWCore/Framework/interface/stream/EDProducer.h
"
22
23
#include "
FWCore/Framework/interface/Event.h
"
24
#include "
FWCore/Framework/interface/MakerMacros.h
"
25
26
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
27
28
#include "
FWCore/Utilities/interface/InputTag.h
"
29
30
#include "
CommonTools/RecoUtils/interface/PFCand_AssoMapAlgos.h
"
31
32
//
33
// class declaration
34
//
35
36
class
PFCand_AssoMap
:
public
edm::stream::EDProducer
<>,
public
PFCand_AssoMapAlgos
{
37
public
:
38
explicit
PFCand_AssoMap
(
const
edm::ParameterSet
&);
39
~PFCand_AssoMap
()
override
;
40
41
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& descriptions);
42
43
private
:
44
void
produce
(
edm::Event
&,
const
edm::EventSetup
&)
override
;
45
46
// ----------member data ---------------------------
47
48
edm::InputTag
input_AssociationType_
;
49
50
edm::EDGetTokenT<reco::PFCandidateCollection>
token_PFCandidates_
;
51
};
52
53
#endif
EDProducer.h
Event.h
PFCand_AssoMap::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition:
PFCand_AssoMap.cc:92
edm::EDGetTokenT< reco::PFCandidateCollection >
Frameworkfwd.h
ParameterSet.h
PFCand_AssoMapAlgos
Definition:
PFCand_AssoMapAlgos.h:42
PFCand_AssoMap::input_AssociationType_
edm::InputTag input_AssociationType_
Definition:
PFCand_AssoMap.h:48
PFCand_AssoMap::~PFCand_AssoMap
~PFCand_AssoMap() override
Definition:
PFCand_AssoMap.cc:60
PFCand_AssoMap::token_PFCandidates_
edm::EDGetTokenT< reco::PFCandidateCollection > token_PFCandidates_
Definition:
PFCand_AssoMap.h:50
edm::EventSetup
Definition:
EventSetup.h:56
PFCand_AssoMap::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition:
PFCand_AssoMap.cc:67
edm::stream::EDProducer
Definition:
EDProducer.h:36
PFCand_AssoMapAlgos.h
edm::InputTag
Definition:
InputTag.h:15
InputTag.h
PFCand_AssoMap::PFCand_AssoMap
PFCand_AssoMap(const edm::ParameterSet &)
Definition:
PFCand_AssoMap.cc:33
edm::ParameterSet
Definition:
ParameterSet.h:47
edm::Event
Definition:
Event.h:73
MakerMacros.h
PFCand_AssoMap
Definition:
PFCand_AssoMap.h:36
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
Generated for CMSSW Reference Manual by
1.8.14