CMS 3D CMS Logo

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
tree
Definition: tree.py:1
LagrangeChildUpdator
Definition: LagrangeChildUpdator.h:13
ReferenceCountingPointer< KinematicTree >
ChildUpdator
Definition: ChildUpdator.h:16
LagrangeChildUpdator::update
RefCountedKinematicTree update(RefCountedKinematicTree tree) const override
Definition: LagrangeChildUpdator.cc:3
dqmdumpme.trees
trees
Definition: dqmdumpme.py:37
LagrangeChildUpdator::clone
LagrangeChildUpdator * clone() const override
Definition: LagrangeChildUpdator.h:22
LagrangeChildUpdator::~LagrangeChildUpdator
~LagrangeChildUpdator() override
Definition: LagrangeChildUpdator.h:16
LagrangeChildUpdator::LagrangeChildUpdator
LagrangeChildUpdator()
Definition: LagrangeChildUpdator.h:15
ChildUpdator.h