CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
NavCone.cc
Go to the documentation of this file.
5 
7 NavCone::propagate( const Propagator& prop,
8  const TrajectoryStateOnSurface& startingState) const
9 {
10  return prop.propagate( startingState, *theSurfaceP);
11 }
12 
13 std::pair<TrajectoryStateOnSurface,double>
14 NavCone::propagateWithPath( const Propagator& prop,
15  const TrajectoryStateOnSurface& startingState) const
16 {
17  return prop.propagateWithPath( startingState, *theSurfaceP);
18 }
19 
21 public:
24 };
25 
26 std::pair<bool,double>
27 NavCone::distanceAlongLine( const NavSurface::GlobalPoint& pos,
28  const NavSurface::GlobalVector& dir) const
29 {
31  return std::pair<bool,double>(false,0);
32 }
virtual std::pair< TrajectoryStateOnSurface, double > propagateWithPath(const FreeTrajectoryState &, const Surface &) const
Definition: Propagator.cc:77
virtual TrajectoryStateOnSurface propagate(const FreeTrajectoryState &, const Surface &) const
Definition: Propagator.cc:12
dbl *** dir
Definition: mlp_gen.cc:35