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
LagrangeChildUpdator.h
Go to the documentation of this file.
1
#ifndef LagrangeChildUpdator_H
2
#define LagrangeChildUpdator_H
3
4
#include "
RecoVertex/KinematicFit/interface/ChildUpdator.h
"
5
13
class
LagrangeChildUpdator
:
public
ChildUpdator
{
14
public
:
15
LagrangeChildUpdator
() {}
16
~LagrangeChildUpdator
()
override
{}
17
18
RefCountedKinematicTree
update
(
RefCountedKinematicTree
tree
)
const override
;
19
20
std::vector<RefCountedKinematicTree>
update
(
const
std::vector<RefCountedKinematicTree>&
trees
)
const override
;
21
22
LagrangeChildUpdator
*
clone
()
const override
{
return
new
LagrangeChildUpdator
(*
this
); }
23
24
private
:
25
};
26
#endif
dqmdumpme.trees
trees
Definition:
dqmdumpme.py:37
LagrangeChildUpdator::update
RefCountedKinematicTree update(RefCountedKinematicTree tree) const override
Definition:
LagrangeChildUpdator.cc:3
ChildUpdator
Definition:
ChildUpdator.h:16
ReferenceCountingPointer< KinematicTree >
LagrangeChildUpdator::~LagrangeChildUpdator
~LagrangeChildUpdator() override
Definition:
LagrangeChildUpdator.h:16
ChildUpdator.h
LagrangeChildUpdator::clone
LagrangeChildUpdator * clone() const override
Definition:
LagrangeChildUpdator.h:22
LagrangeChildUpdator
Definition:
LagrangeChildUpdator.h:13
LagrangeChildUpdator::LagrangeChildUpdator
LagrangeChildUpdator()
Definition:
LagrangeChildUpdator.h:15
tree
Definition:
tree.py:1
Generated for CMSSW Reference Manual by
1.8.14