CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrajectoryStateUpdator.h
Go to the documentation of this file.
1 #ifndef _TRACKER_UPDATOR_H_
2 #define _TRACKER_UPDATOR_H_
3 
5 
6 class TrackingRecHit;
7 
15  public:
16 
19 
21  const TrackingRecHit&) const = 0;
22 
23  virtual TrajectoryStateUpdator * clone() const = 0;
24 
25 };
26 
27 #endif
virtual TrajectoryStateUpdator * clone() const =0
virtual TrajectoryStateOnSurface update(const TrajectoryStateOnSurface &, const TrackingRecHit &) const =0