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
TopQuarkAnalysis
TopJetCombination
plugins
TtFullHadHypKinFit.h
Go to the documentation of this file.
1
#ifndef TtFullHadHypKinFit_h
2
#define TtFullHadHypKinFit_h
3
4
#include "
TopQuarkAnalysis/TopJetCombination/interface/TtFullHadHypothesis.h
"
5
6
#include "
DataFormats/PatCandidates/interface/Particle.h
"
7
8
class
TtFullHadHypKinFit
:
public
TtFullHadHypothesis
{
9
public
:
10
explicit
TtFullHadHypKinFit
(
const
edm::ParameterSet
&);
11
~TtFullHadHypKinFit
()
override
;
12
13
private
:
15
void
buildKey
()
override
{
key_
=
TtFullHadronicEvent::kKinFit
; };
17
void
buildHypo
(
edm::Event
&,
18
const
edm::Handle
<std::vector<pat::Jet> >&,
19
std::vector<int>&,
20
const
unsigned
int
iComb)
override
;
21
22
edm::EDGetTokenT<std::vector<int>
>
statusToken_
;
23
edm::EDGetTokenT<std::vector<pat::Particle>
>
lightQToken_
;
24
edm::EDGetTokenT<std::vector<pat::Particle>
>
lightQBarToken_
;
25
edm::EDGetTokenT<std::vector<pat::Particle>
>
bToken_
;
26
edm::EDGetTokenT<std::vector<pat::Particle>
>
bBarToken_
;
27
edm::EDGetTokenT<std::vector<pat::Particle>
>
lightPToken_
;
28
edm::EDGetTokenT<std::vector<pat::Particle>
>
lightPBarToken_
;
29
};
30
31
#endif
TtFullHadHypKinFit::bToken_
edm::EDGetTokenT< std::vector< pat::Particle > > bToken_
Definition:
TtFullHadHypKinFit.h:25
edm::EDGetTokenT
Definition:
EDGetToken.h:33
TtFullHadHypKinFit::TtFullHadHypKinFit
TtFullHadHypKinFit(const edm::ParameterSet &)
Definition:
TtFullHadHypKinFit.cc:3
TtEvent::kKinFit
Definition:
TtEvent.h:32
TtFullHadHypKinFit::lightQBarToken_
edm::EDGetTokenT< std::vector< pat::Particle > > lightQBarToken_
Definition:
TtFullHadHypKinFit.h:24
edm::Handle
Definition:
AssociativeIterator.h:50
TtFullHadHypKinFit::~TtFullHadHypKinFit
~TtFullHadHypKinFit() override
Definition:
TtFullHadHypKinFit.cc:13
TtFullHadHypothesis::key_
int key_
hypothesis key (to be set by the buildKey function)
Definition:
TtFullHadHypothesis.h:85
TtFullHadHypothesis
Definition:
TtFullHadHypothesis.h:29
TtFullHadHypKinFit::lightPBarToken_
edm::EDGetTokenT< std::vector< pat::Particle > > lightPBarToken_
Definition:
TtFullHadHypKinFit.h:28
TtFullHadHypKinFit::statusToken_
edm::EDGetTokenT< std::vector< int > > statusToken_
Definition:
TtFullHadHypKinFit.h:22
edm::ParameterSet
Definition:
ParameterSet.h:47
TtFullHadHypKinFit
Definition:
TtFullHadHypKinFit.h:8
TtFullHadHypKinFit::buildHypo
void buildHypo(edm::Event &, const edm::Handle< std::vector< pat::Jet > > &, std::vector< int > &, const unsigned int iComb) override
build event hypothesis from the reco objects of a full-hadronic event
Definition:
TtFullHadHypKinFit.cc:15
TtFullHadHypKinFit::lightPToken_
edm::EDGetTokenT< std::vector< pat::Particle > > lightPToken_
Definition:
TtFullHadHypKinFit.h:27
TtFullHadHypothesis.h
Particle.h
edm::Event
Definition:
Event.h:73
TtFullHadHypKinFit::buildKey
void buildKey() override
build the event hypothesis key
Definition:
TtFullHadHypKinFit.h:15
TtFullHadHypKinFit::lightQToken_
edm::EDGetTokenT< std::vector< pat::Particle > > lightQToken_
Definition:
TtFullHadHypKinFit.h:23
TtFullHadHypKinFit::bBarToken_
edm::EDGetTokenT< std::vector< pat::Particle > > bBarToken_
Definition:
TtFullHadHypKinFit.h:26
Generated for CMSSW Reference Manual by
1.8.16