CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
KFUpdator.h
Go to the documentation of this file.
1 #ifndef _TRACKER_KFUPDATOR_H_
2 #define _TRACKER_KFUPDATOR_H_
3 
31 
32 class KFUpdator final : public TrajectoryStateUpdator {
33 
34 public:
35 
36  // methods of Updator
37 
38  KFUpdator() {}
39 
41  const TrackingRecHit&) const;
42 
43 
44  virtual KFUpdator * clone() const {
45  return new KFUpdator(*this);
46  }
47 };
48 
49 #endif
virtual KFUpdator * clone() const
Definition: KFUpdator.h:44
TrajectoryStateOnSurface update(const TrajectoryStateOnSurface &, const TrackingRecHit &) const
Definition: KFUpdator.cc:75
KFUpdator()
Definition: KFUpdator.h:38