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