Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
TrackingTools
KalmanUpdators
interface
KFUpdator.h
Go to the documentation of this file.
1
#ifndef _TRACKER_KFUPDATOR_H_
2
#define _TRACKER_KFUPDATOR_H_
3
32
#include "
TrackingTools/PatternTools/interface/TrajectoryStateUpdator.h
"
33
34
class
KFUpdator
:
public
TrajectoryStateUpdator
{
35
36
public
:
37
38
// methods of Updator
39
40
KFUpdator
() {}
41
42
TrajectoryStateOnSurface
update
(
const
TrajectoryStateOnSurface
&,
43
const
TransientTrackingRecHit
&)
const
;
44
45
template
<
unsigned
int
D>
TrajectoryStateOnSurface
update
(
const
TrajectoryStateOnSurface
&,
46
const
TransientTrackingRecHit
&)
const
;
47
48
virtual
KFUpdator
*
clone
()
const
{
49
return
new
KFUpdator
(*
this
);
50
}
51
};
52
53
#endif
KFUpdator
Definition:
KFUpdator.h:34
TrajectoryStateOnSurface
Definition:
TrajectoryStateOnSurface.h:15
KFUpdator::clone
virtual KFUpdator * clone() const
Definition:
KFUpdator.h:48
TrajectoryStateUpdator
Definition:
TrajectoryStateUpdator.h:14
TransientTrackingRecHit
Definition:
TransientTrackingRecHit.h:21
TrajectoryStateUpdator.h
KFUpdator::update
TrajectoryStateOnSurface update(const TrajectoryStateOnSurface &, const TransientTrackingRecHit &) const
Definition:
KFUpdator.cc:10
KFUpdator::KFUpdator
KFUpdator()
Definition:
KFUpdator.h:40
Generated for CMSSW Reference Manual by
1.8.5