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
RecoVertex
KinematicFit
interface
KinematicParticleFitter.h
Go to the documentation of this file.
1
#ifndef KinematicParticleFitter_H
2
#define KinematicParticleFitter_H
3
4
#include "
RecoVertex/KinematicFitPrimitives/interface/RefCountedKinematicParticle.h
"
5
#include "
RecoVertex/KinematicFitPrimitives/interface/RefCountedKinematicVertex.h
"
6
#include "
RecoVertex/KinematicFitPrimitives/interface/KinematicConstraint.h
"
7
#include "
RecoVertex/KinematicFitPrimitives/interface/RefCountedKinematicTree.h
"
8
#include "
RecoVertex/KinematicFit/interface/ParentParticleFitter.h
"
9
#include "
RecoVertex/KinematicFit/interface/ChildUpdator.h
"
10
23
class
KinematicParticleFitter
{
24
public
:
29
KinematicParticleFitter
();
30
35
KinematicParticleFitter
(
const
ParentParticleFitter
& fitter,
const
ChildUpdator
&
updator
);
36
37
~KinematicParticleFitter
();
38
50
std::vector<RefCountedKinematicTree>
fit
(
KinematicConstraint
*
cs
,
51
const
std::vector<RefCountedKinematicTree>&
trees
)
const
;
52
59
RefCountedKinematicTree
fit
(
KinematicConstraint
*
cs
,
RefCountedKinematicTree
tree
)
const
;
60
61
private
:
62
ParentParticleFitter
*
parentFitter
;
63
ChildUpdator
*
cUpdator
;
64
};
65
66
#endif
RefCountedKinematicParticle.h
ParentParticleFitter.h
dqmdumpme.trees
trees
Definition:
dqmdumpme.py:37
KinematicParticleFitter::cUpdator
ChildUpdator * cUpdator
Definition:
KinematicParticleFitter.h:63
KinematicConstraint
Definition:
KinematicConstraint.h:21
RefCountedKinematicVertex.h
KinematicParticleFitter::parentFitter
ParentParticleFitter * parentFitter
Definition:
KinematicParticleFitter.h:62
KinematicParticleFitter
Definition:
KinematicParticleFitter.h:23
HLT_2024v10_cff.updator
updator
Definition:
HLT_2024v10_cff.py:28
ChildUpdator
Definition:
ChildUpdator.h:16
ReferenceCountingPointer< KinematicTree >
callgraph.cs
cs
Definition:
callgraph.py:102
KinematicParticleFitter::KinematicParticleFitter
KinematicParticleFitter()
Definition:
KinematicParticleFitter.cc:5
ChildUpdator.h
KinematicConstraint.h
RefCountedKinematicTree.h
ParentParticleFitter
Definition:
ParentParticleFitter.h:15
KinematicParticleFitter::fit
std::vector< RefCountedKinematicTree > fit(KinematicConstraint *cs, const std::vector< RefCountedKinematicTree > &trees) const
Definition:
KinematicParticleFitter.cc:20
KinematicParticleFitter::~KinematicParticleFitter
~KinematicParticleFitter()
Definition:
KinematicParticleFitter.cc:15
tree
Definition:
tree.py:1
Generated for CMSSW Reference Manual by
1.8.14