CMS 3D CMS Logo

KFStrip1DUpdator.h
Go to the documentation of this file.
1 #ifndef CD_KFStrip1DUpdator_H_
2 #define CD_KFStrip1DUpdator_H_
3 
12 
14 
15 private:
16 
20 
21 public:
22 
24 
25  ~KFStrip1DUpdator() override {}
26 
27  TSOS update(const TSOS& aTsos, const TrackingRecHit& aHit) const override;
28 
29  KFStrip1DUpdator * clone() const override
30  {
31  return new KFStrip1DUpdator(*this);
32  }
33 
34 };
35 
36 #endif// CD_KFStrip1DUpdator_H_
LocalTrajectoryError LTE
TrajectoryStateOnSurface TSOS
KFStrip1DUpdator * clone() const override
LocalTrajectoryParameters LTP
TSOS update(const TSOS &aTsos, const TrackingRecHit &aHit) const override
~KFStrip1DUpdator() override