src
RecoVertex
KinematicFit
src
LagrangeChildUpdator.cc
Go to the documentation of this file.
1
#include "
RecoVertex/KinematicFit/interface/LagrangeChildUpdator.h
"
2
3
RefCountedKinematicTree
LagrangeChildUpdator::update
(
RefCountedKinematicTree
tree
)
const
{
4
//space for down update method
5
//now does nothing, supposed to
6
//update the states of daughter
7
//particles down the kinematic decay chain
8
9
RefCountedKinematicTree
nTree =
tree
;
10
return
nTree;
11
}
12
std::vector<RefCountedKinematicTree>
LagrangeChildUpdator::update
(
13
const
std::vector<RefCountedKinematicTree> &
trees
)
const
{
14
//space for down update method
15
//now does nothing, supposed to
16
//update the states of daughter
17
//particles down the kinematic decay chain
18
19
std::vector<RefCountedKinematicTree> nTree =
trees
;
20
21
return
nTree;
22
}
dqmdumpme.trees
trees
Definition:
dqmdumpme.py:37
LagrangeChildUpdator::update
RefCountedKinematicTree update(RefCountedKinematicTree tree) const override
Definition:
LagrangeChildUpdator.cc:3
ReferenceCountingPointer< KinematicTree >
compare.tree
tree
Definition:
compare.py:325
LagrangeChildUpdator.h
tree
Definition:
tree.py:1
Generated for CMSSW Reference Manual by
1.8.14