CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
LagrangeChildUpdator.h
Go to the documentation of this file.
1 #ifndef LagrangeChildUpdator_H
2 #define LagrangeChildUpdator_H
3 
5 
14 public:
16  ~LagrangeChildUpdator() override {}
17 
19 
20  std::vector<RefCountedKinematicTree> update(const std::vector<RefCountedKinematicTree>& trees) const override;
21 
22  LagrangeChildUpdator* clone() const override { return new LagrangeChildUpdator(*this); }
23 
24 private:
25 };
26 #endif
list trees
Definition: dqmdumpme.py:37
RefCountedKinematicTree update(RefCountedKinematicTree tree) const override
LagrangeChildUpdator * clone() const override