CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GsfMultiStateUpdator.h
Go to the documentation of this file.
1 #ifndef _GSFMULTISTATEUPDATOR_H_
2 #define _GSFMULTISTATEUPDATOR_H_
3 
5 
7 class TrackingRecHit;
8 
17 
18 public:
19 
21 
23  const TrackingRecHit&) const;
24 
25  virtual GsfMultiStateUpdator * clone() const {
26  return new GsfMultiStateUpdator(*this);
27  }
28 };
29 
30 #endif
virtual GsfMultiStateUpdator * clone() const
TrajectoryStateOnSurface update(const TrajectoryStateOnSurface &, const TrackingRecHit &) const