CMS 3D CMS Logo

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