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 
33 
35 
36 public:
37 
38  // methods of Updator
39 
40  KFUpdator() {}
41 
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
virtual KFUpdator * clone() const
Definition: KFUpdator.h:48
TrajectoryStateOnSurface update(const TrajectoryStateOnSurface &, const TransientTrackingRecHit &) const
Definition: KFUpdator.cc:10
KFUpdator()
Definition: KFUpdator.h:40