Main Page
Namespaces
Classes
Package Documentation
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
{
18
public
:
19
20
ChildUpdator
(){}
21
22
virtual
~ChildUpdator
(){}
31
virtual
RefCountedKinematicTree
update
(
RefCountedKinematicTree
tree
)
const
=0;
32
33
virtual
std::vector<RefCountedKinematicTree>
update
(
const
std::vector<RefCountedKinematicTree> &trees)
const
=0;
34
35
virtual
ChildUpdator
*
clone
()
const
= 0;
36
37
private
:
38
39
};
40
#endif
ChildUpdator::clone
virtual ChildUpdator * clone() const =0
ChildUpdator
Definition:
ChildUpdator.h:16
ReferenceCountingPointer< KinematicTree >
ChildUpdator::ChildUpdator
ChildUpdator()
Definition:
ChildUpdator.h:20
RefCountedKinematicTree.h
ChildUpdator::update
virtual RefCountedKinematicTree update(RefCountedKinematicTree tree) const =0
ChildUpdator::~ChildUpdator
virtual ~ChildUpdator()
Definition:
ChildUpdator.h:22
tree
Definition:
tree.py:1
Generated for CMSSW Reference Manual by
1.8.11