CMS 3D CMS Logo

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 override;
24 
25  GsfMultiStateUpdator * clone() const override {
26  return new GsfMultiStateUpdator(*this);
27  }
28 };
29 
30 #endif
GsfMultiStateUpdator * clone() const override
TrajectoryStateOnSurface update(const TrajectoryStateOnSurface &, const TrackingRecHit &) const override