CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
KFStrip1DUpdator.h
Go to the documentation of this file.
1 #ifndef CD_KFStrip1DUpdator_H_
2 #define CD_KFStrip1DUpdator_H_
3 
12 
14 private:
18 
19 public:
21 
22  ~KFStrip1DUpdator() override {}
23 
24  TSOS update(const TSOS& aTsos, const TrackingRecHit& aHit) const override;
25 
26  KFStrip1DUpdator* clone() const override { return new KFStrip1DUpdator(*this); }
27 };
28 
29 #endif // CD_KFStrip1DUpdator_H_
LocalTrajectoryError LTE
TrajectoryStateOnSurface TSOS
LocalTrajectoryParameters LTP
TSOS update(const TSOS &aTsos, const TrackingRecHit &aHit) const override
~KFStrip1DUpdator() override
KFStrip1DUpdator * clone() const override