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
RecoTauTag
HLTProducers
interface
PFJetsMaxInvMassModule.h
Go to the documentation of this file.
1
#ifndef RecoTauTag_HLTProducers_PFJetsMaxInvMassModule_H
2
#define RecoTauTag_HLTProducers_PFJetsMaxInvMassModule_H
3
4
// user include files
5
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
6
#include "
FWCore/Framework/interface/global/EDProducer.h
"
7
#include "
FWCore/ParameterSet/interface/ConfigurationDescriptions.h
"
8
#include "
FWCore/Framework/interface/Event.h
"
9
#include "
FWCore/Framework/interface/EventSetup.h
"
10
#include "
DataFormats/JetReco/interface/PFJetCollection.h
"
11
12
class
PFJetsMaxInvMassModule
:
public
edm::global::EDProducer
<> {
13
private
:
14
const
edm::EDGetTokenT<reco::PFJetCollection>
pfJetSrc_
;
15
bool
maxInvMassPairOnly_
;
16
bool
removeMaxInvMassPair_
;
17
18
public
:
19
explicit
PFJetsMaxInvMassModule
(
const
edm::ParameterSet
&);
20
~PFJetsMaxInvMassModule
()
override
=
default
;
21
void
produce
(
edm::StreamID
,
edm::Event
&,
const
edm::EventSetup
&)
const override
;
22
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& descriptions);
23
};
24
#endif
PFJetCollection.h
PFJetsMaxInvMassModule::~PFJetsMaxInvMassModule
~PFJetsMaxInvMassModule() override=default
PFJetsMaxInvMassModule::removeMaxInvMassPair_
bool removeMaxInvMassPair_
Definition:
PFJetsMaxInvMassModule.h:16
edm::StreamID
Definition:
StreamID.h:30
Event.h
PFJetsMaxInvMassModule::maxInvMassPairOnly_
bool maxInvMassPairOnly_
Definition:
PFJetsMaxInvMassModule.h:15
EventSetup.h
PFJetsMaxInvMassModule
Definition:
PFJetsMaxInvMassModule.h:12
edm::EDGetTokenT< reco::PFJetCollection >
Frameworkfwd.h
edm::EventSetup
Definition:
EventSetup.h:56
edm::global::EDProducer
Definition:
EDProducer.h:32
PFJetsMaxInvMassModule::PFJetsMaxInvMassModule
PFJetsMaxInvMassModule(const edm::ParameterSet &)
Definition:
PFJetsMaxInvMassModule.cc:12
PFJetsMaxInvMassModule::pfJetSrc_
const edm::EDGetTokenT< reco::PFJetCollection > pfJetSrc_
Definition:
PFJetsMaxInvMassModule.h:14
EDProducer.h
PFJetsMaxInvMassModule::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition:
PFJetsMaxInvMassModule.cc:55
PFJetsMaxInvMassModule::produce
void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const override
Definition:
PFJetsMaxInvMassModule.cc:19
edm::ParameterSet
Definition:
ParameterSet.h:48
ConfigurationDescriptions.h
edm::Event
Definition:
Event.h:73
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
Generated for CMSSW Reference Manual by
1.8.14