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