CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
LagrangeChildUpdator.cc
Go to the documentation of this file.
2 
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 
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 }
RefCountedKinematicTree update(RefCountedKinematicTree tree) const