CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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:
18 
20 
21  virtual TrajectoryStateUpdator* clone() const = 0;
22 };
23 
24 #endif
virtual TrajectoryStateUpdator * clone() const =0
virtual TrajectoryStateOnSurface update(const TrajectoryStateOnSurface &, const TrackingRecHit &) const =0