Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
TrackingTools
KalmanUpdators
interface
KFStripUpdator.h
Go to the documentation of this file.
1
#ifndef CD_KFStripUpdator_H_
2
#define CD_KFStripUpdator_H_
3
13
#include "
TrackingTools/PatternTools/interface/TrajectoryStateUpdator.h
"
14
15
class
KFStripUpdator
:
public
TrajectoryStateUpdator
{
16
17
private
:
18
19
typedef
TrajectoryStateOnSurface
TSOS
;
20
typedef
LocalTrajectoryParameters
LTP
;
21
typedef
LocalTrajectoryError
LTE
;
22
23
public
:
24
25
KFStripUpdator
() {}
26
27
~KFStripUpdator
() {}
28
29
virtual
TSOS
update
(
const
TSOS
& aTsos,
const
TransientTrackingRecHit
& aHit)
const
;
30
31
virtual
KFStripUpdator
*
clone
()
const
32
{
33
return
new
KFStripUpdator
(*
this
);
34
}
35
36
};
37
38
#endif// CD_KFStripUpdator_H_
KFStripUpdator::update
virtual TSOS update(const TSOS &aTsos, const TransientTrackingRecHit &aHit) const
Definition:
KFStripUpdator.cc:7
KFStripUpdator::TSOS
TrajectoryStateOnSurface TSOS
Definition:
KFStripUpdator.h:19
KFStripUpdator::KFStripUpdator
KFStripUpdator()
Definition:
KFStripUpdator.h:25
TrajectoryStateOnSurface
Definition:
TrajectoryStateOnSurface.h:15
TrajectoryStateUpdator
Definition:
TrajectoryStateUpdator.h:14
KFStripUpdator::LTP
LocalTrajectoryParameters LTP
Definition:
KFStripUpdator.h:20
KFStripUpdator::~KFStripUpdator
~KFStripUpdator()
Definition:
KFStripUpdator.h:27
KFStripUpdator
Definition:
KFStripUpdator.h:15
KFStripUpdator::clone
virtual KFStripUpdator * clone() const
Definition:
KFStripUpdator.h:31
TransientTrackingRecHit
Definition:
TransientTrackingRecHit.h:21
TrajectoryStateUpdator.h
LocalTrajectoryParameters
Definition:
LocalTrajectoryParameters.h:25
KFStripUpdator::LTE
LocalTrajectoryError LTE
Definition:
KFStripUpdator.h:21
LocalTrajectoryError
Definition:
LocalTrajectoryError.h:21
Generated for CMSSW Reference Manual by
1.8.5