Main Page
Namespaces
Classes
Package Documentation
RecoVertex
KinematicFit
interface
LagrangeChildUpdator.h
Go to the documentation of this file.
1
#ifndef LagrangeChildUpdator_H
2
#define LagrangeChildUpdator_H
3
4
#include "
RecoVertex/KinematicFit/interface/ChildUpdator.h
"
5
13
class
LagrangeChildUpdator
:
public
ChildUpdator
14
{
15
public
:
16
17
LagrangeChildUpdator
(){}
18
~LagrangeChildUpdator
(){}
19
20
RefCountedKinematicTree
update
(
RefCountedKinematicTree
tree
)
const
;
21
22
std::vector<RefCountedKinematicTree>
update
(
const
std::vector<RefCountedKinematicTree> & trees)
const
;
23
24
LagrangeChildUpdator
*
clone
()
const
25
{
return
new
LagrangeChildUpdator
(*
this
);}
26
27
private
:
28
29
};
30
#endif
LagrangeChildUpdator::clone
LagrangeChildUpdator * clone() const
Definition:
LagrangeChildUpdator.h:24
LagrangeChildUpdator::~LagrangeChildUpdator
~LagrangeChildUpdator()
Definition:
LagrangeChildUpdator.h:18
ChildUpdator
Definition:
ChildUpdator.h:16
ReferenceCountingPointer< KinematicTree >
LagrangeChildUpdator::update
RefCountedKinematicTree update(RefCountedKinematicTree tree) const
Definition:
LagrangeChildUpdator.cc:3
ChildUpdator.h
LagrangeChildUpdator
Definition:
LagrangeChildUpdator.h:13
LagrangeChildUpdator::LagrangeChildUpdator
LagrangeChildUpdator()
Definition:
LagrangeChildUpdator.h:17
tree
Definition:
tree.py:1
Generated for CMSSW Reference Manual by
1.8.11