Main Page
Namespaces
Classes
Package Documentation
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
{
5
//space for down update method
6
//now does nothing, supposed to
7
//update the states of daughter
8
//particles down the kinematic decay chain
9
10
RefCountedKinematicTree
nTree =
tree
;
11
return
nTree;
12
}
13
std::vector<RefCountedKinematicTree>
LagrangeChildUpdator::update
(
const
std::vector<RefCountedKinematicTree> &trees)
const
14
{
15
//space for down update method
16
//now does nothing, supposed to
17
//update the states of daughter
18
//particles down the kinematic decay chain
19
20
std::vector<RefCountedKinematicTree> nTree = trees;
21
22
return
nTree;
23
}
ReferenceCountingPointer< KinematicTree >
compare.tree
tree
Definition:
compare.py:326
LagrangeChildUpdator::update
RefCountedKinematicTree update(RefCountedKinematicTree tree) const override
Definition:
LagrangeChildUpdator.cc:3
LagrangeChildUpdator.h
tree
Definition:
tree.py:1
Generated for CMSSW Reference Manual by
1.8.11