CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
NavPlane.cc
Go to the documentation of this file.
6 
8 NavPlane::propagate( const Propagator& prop,
9  const TrajectoryStateOnSurface& startingState) const
10 {
11  return prop.propagate( startingState, *theSurfaceP);
12 }
13 
14 std::pair<TrajectoryStateOnSurface,double>
15 NavPlane::propagateWithPath( const Propagator& prop,
16  const TrajectoryStateOnSurface& startingState) const
17 {
18  return prop.propagateWithPath( startingState, *theSurfaceP);
19 }
20 
21 std::pair<bool,double>
22 NavPlane::distanceAlongLine( const NavSurface::GlobalPoint& pos,
23  const NavSurface::GlobalVector& dir) const
24 {
26  return pc.pathLength(*theSurfaceP);
27 }
virtual std::pair< TrajectoryStateOnSurface, double > propagateWithPath(const FreeTrajectoryState &, const Surface &) const
Definition: Propagator.cc:77
std::pair< bool, double > pathLength(const Plane &plane) const
virtual TrajectoryStateOnSurface propagate(const FreeTrajectoryState &, const Surface &) const
Definition: Propagator.cc:12
dbl *** dir
Definition: mlp_gen.cc:35
const BasicVectorType & basicVector() const
Definition: PV3DBase.h:56