Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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
MainPageGenerator.tree
tuple tree
Definition:
MainPageGenerator.py:264
dqmdumpme.trees
list 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
Generated for CMSSW Reference Manual by
1.8.5