CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecHitPropagator.h
Go to the documentation of this file.
1 #ifndef RecHitPropagator_H
2 #define RecHitPropagator_H
3 
5 
7 class MagneticField;
8 class Plane;
9 
11 public:
12 
14  const Plane& plane,
15  const TrajectoryStateOnSurface& ts) const;
16 
17 };
18 
19 #endif
TrajectoryStateOnSurface propagate(const TransientTrackingRecHit &hit, const Plane &plane, const TrajectoryStateOnSurface &ts) const
Definition: Plane.h:17