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
JetMCAlgos
plugins
TauGenJetDecayModeSelector.h
Go to the documentation of this file.
1
#ifndef PhysicsTools_JetMCAlgos_TauGenJetDecayModeSelector_h
2
#define PhysicsTools_JetMCAlgos_TauGenJetDecayModeSelector_h
3
15
#include "
FWCore/Framework/interface/ConsumesCollector.h
"
16
#include "
CommonTools/UtilAlgos/interface/SingleObjectSelector.h
"
17
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
18
#include "
FWCore/Utilities/interface/InputTag.h
"
19
20
#include "
DataFormats/JetReco/interface/GenJet.h
"
21
#include "
DataFormats/JetReco/interface/GenJetCollection.h
"
22
23
class
TauGenJetDecayModeSelectorImp
{
24
public
:
25
// constructor
26
explicit
TauGenJetDecayModeSelectorImp
(
const
edm::ParameterSet
&,
edm::ConsumesCollector
& iC);
27
28
bool
operator()
(
const
reco::GenJet
&)
const
;
29
30
private
:
31
typedef
std::vector<std::string>
vstring
;
32
vstring
selectedTauDecayModes_
;
33
};
34
35
typedef
SingleObjectSelector<reco::GenJetCollection, TauGenJetDecayModeSelectorImp>
TauGenJetDecayModeSelector
;
36
37
#endif
ParameterSet.h
TauGenJetDecayModeSelectorImp::selectedTauDecayModes_
vstring selectedTauDecayModes_
Definition:
TauGenJetDecayModeSelector.h:32
TauGenJetDecayModeSelector
SingleObjectSelector< reco::GenJetCollection, TauGenJetDecayModeSelectorImp > TauGenJetDecayModeSelector
Definition:
TauGenJetDecayModeSelector.h:35
TauGenJetDecayModeSelectorImp
Definition:
TauGenJetDecayModeSelector.h:23
TauGenJetDecayModeSelectorImp::operator()
bool operator()(const reco::GenJet &) const
Definition:
TauGenJetDecayModeSelector.cc:9
GenJetCollection.h
reco::GenJet
Jets made from MC generator particles.
Definition:
GenJet.h:23
TauGenJetDecayModeSelectorImp::TauGenJetDecayModeSelectorImp
TauGenJetDecayModeSelectorImp(const edm::ParameterSet &, edm::ConsumesCollector &iC)
Definition:
TauGenJetDecayModeSelector.cc:5
SingleObjectSelector.h
TauGenJetDecayModeSelectorImp::vstring
std::vector< std::string > vstring
Definition:
TauGenJetDecayModeSelector.h:31
SingleObjectSelectorBase
Definition:
SingleObjectSelector.h:31
InputTag.h
edm::ParameterSet
Definition:
ParameterSet.h:47
ConsumesCollector.h
edm::ConsumesCollector
Definition:
ConsumesCollector.h:45
GenJet.h
Generated for CMSSW Reference Manual by
1.8.14