CMS 3D CMS Logo

LagrangeChildUpdator.cc
Go to the documentation of this file.
2 
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 
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 }
RefCountedKinematicTree update(RefCountedKinematicTree tree) const override
Definition: tree.py:1