src
RecoVertex
KinematicFit
interface
ChildUpdator.h
Go to the documentation of this file.
1
#ifndef ChildUpdator_H
2
#define ChildUpdator_H
3
4
#include "
RecoVertex/KinematicFitPrimitives/interface/RefCountedKinematicTree.h
"
5
16
class
ChildUpdator
{
17
public
:
18
ChildUpdator
() {}
19
20
virtual
~ChildUpdator
() {}
29
virtual
RefCountedKinematicTree
update
(
RefCountedKinematicTree
tree
)
const
= 0;
30
31
virtual
std::vector<RefCountedKinematicTree>
update
(
const
std::vector<RefCountedKinematicTree> &
trees
)
const
= 0;
32
33
virtual
ChildUpdator
*
clone
()
const
= 0;
34
35
private
:
36
};
37
#endif
ChildUpdator::update
virtual RefCountedKinematicTree update(RefCountedKinematicTree tree) const =0
ChildUpdator::clone
virtual ChildUpdator * clone() const =0
dqmdumpme.trees
trees
Definition:
dqmdumpme.py:37
ChildUpdator
Definition:
ChildUpdator.h:16
ReferenceCountingPointer< KinematicTree >
ChildUpdator::ChildUpdator
ChildUpdator()
Definition:
ChildUpdator.h:18
RefCountedKinematicTree.h
ChildUpdator::~ChildUpdator
virtual ~ChildUpdator()
Definition:
ChildUpdator.h:20
tree
Definition:
tree.py:1
Generated for CMSSW Reference Manual by
1.8.14