Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
{
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::update
virtual RefCountedKinematicTree update(RefCountedKinematicTree tree) const =0
ChildUpdator::clone
virtual ChildUpdator * clone() const =0
diffTreeTool.tree
tuple tree
Definition:
diffTreeTool.py:129
ChildUpdator
Definition:
ChildUpdator.h:16
ReferenceCountingPointer< KinematicTree >
ChildUpdator::ChildUpdator
ChildUpdator()
Definition:
ChildUpdator.h:20
RefCountedKinematicTree.h
ChildUpdator::~ChildUpdator
virtual ~ChildUpdator()
Definition:
ChildUpdator.h:22
Generated for CMSSW Reference Manual by
1.8.5