Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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
}
MainPageGenerator.tree
tuple tree
Definition:
MainPageGenerator.py:264
dqmdumpme.trees
list trees
Definition:
dqmdumpme.py:37
LagrangeChildUpdator::update
RefCountedKinematicTree update(RefCountedKinematicTree tree) const override
Definition:
LagrangeChildUpdator.cc:3
ReferenceCountingPointer< KinematicTree >
LagrangeChildUpdator.h
Generated for CMSSW Reference Manual by
1.8.5