CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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 public:
34  // methods of Updator
35 
36  KFUpdator() {}
37 
39 
40  KFUpdator* clone() const override { return new KFUpdator(*this); }
41 };
42 
43 #endif
KFUpdator * clone() const override
Definition: KFUpdator.h:40
TrajectoryStateOnSurface update(const TrajectoryStateOnSurface &, const TrackingRecHit &) const override
Definition: KFUpdator.cc:177
KFUpdator()
Definition: KFUpdator.h:36