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
RecoTauTag
RecoTau
interface
PFTauDecayModeTools.h
Go to the documentation of this file.
1
#ifndef RecoTauTag_RecoTau_PFTauDecayModeTools_h
2
#define RecoTauTag_RecoTau_PFTauDecayModeTools_h
3
4
/*
5
* Tools to help deal with the PFTau::hadronicDecayMode
6
* defintion.
7
*
8
* Author: Evan K. Friis, UC Davis
9
*
10
*/
11
12
#include "
DataFormats/TauReco/interface/PFTau.h
"
13
14
// Forward declaration
15
namespace
reco
{
16
class
GenJet
;
17
}
18
19
namespace
reco
{
20
namespace
tau
{
21
23
unsigned
int
chargedHadronsInDecayMode
(
PFTau::hadronicDecayMode
mode
);
24
25
unsigned
int
piZerosInDecayMode
(
PFTau::hadronicDecayMode
mode
);
26
27
PFTau::hadronicDecayMode
translateDecayMode
(
unsigned
int
nCharged
,
unsigned
int
nPiZero);
28
30
PFTau::hadronicDecayMode
translateGenDecayModeToReco
(
const
std::string
& genName);
31
33
std::string
translateRecoDecayModeToGen
(
PFTau::hadronicDecayMode
decayMode
);
34
35
PFTau::hadronicDecayMode
getDecayMode
(
const
reco::GenJet
* genJet);
36
37
}
// namespace tau
38
}
// namespace reco
39
40
#endif
reco::tau::getDecayMode
PFTau::hadronicDecayMode getDecayMode(const reco::GenJet *genJet)
Definition:
PFTauDecayModeTools.cc:77
reco::GenJet
Jets made from MC generator particles.
Definition:
GenJet.h:23
HLT_FULL_cff.nCharged
nCharged
Definition:
HLT_FULL_cff.py:33318
metsig::tau
Definition:
SignAlgoResolutions.h:49
ALCARECOPromptCalibProdSiPixelAli0T_cff.mode
mode
Definition:
ALCARECOPromptCalibProdSiPixelAli0T_cff.py:96
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:45
reco::tau::translateGenDecayModeToReco
PFTau::hadronicDecayMode translateGenDecayModeToReco(const std::string &genName)
Convert a genTau decay mode string ('oneProng0Pi0') to the RECO enum.
Definition:
PFTauDecayModeTools.cc:69
taus_cff.decayMode
decayMode
Definition:
taus_cff.py:58
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
reco::tau::translateRecoDecayModeToGen
std::string translateRecoDecayModeToGen(PFTau::hadronicDecayMode decayMode)
Convert a RECO enum decay mode to a string ('oneProng0Pi0')
Definition:
PFTauDecayModeTools.cc:73
reco::tau::translateDecayMode
PFTau::hadronicDecayMode translateDecayMode(unsigned int nCharged, unsigned int nPiZero)
Definition:
PFTauDecayModeTools.cc:53
reco::tau::piZerosInDecayMode
unsigned int piZerosInDecayMode(PFTau::hadronicDecayMode mode)
Definition:
PFTauDecayModeTools.cc:48
reco::tau::chargedHadronsInDecayMode
unsigned int chargedHadronsInDecayMode(PFTau::hadronicDecayMode mode)
Reverse mapping of decay modes into multiplicities.
Definition:
PFTauDecayModeTools.cc:43
reco::PFTau::hadronicDecayMode
hadronicDecayMode
Definition:
PFTau.h:38
PFTau.h
nanoDQM_cfi.GenJet
GenJet
Definition:
nanoDQM_cfi.py:257
Generated for CMSSW Reference Manual by
1.8.16