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