CMS 3D CMS Logo

NavCylinder.cc
Go to the documentation of this file.
6 
9  const TrajectoryStateOnSurface& startingState) const
10 {
11  return prop.propagate( startingState, *theSurfaceP);
12 }
13 
14 std::pair<TrajectoryStateOnSurface,double>
16  const TrajectoryStateOnSurface& startingState) const
17 {
18  return prop.propagateWithPath( startingState, *theSurfaceP);
19 }
20 
21 std::pair<bool,double>
23  const NavSurface::GlobalVector& dir) const
24 {
26  return pc.pathLength(*theSurfaceP);
27 }
std::pair< bool, double > pathLength(const Cylinder &cyl) const
std::pair< bool, double > distanceAlongLine(const NavSurface::GlobalPoint &pos, const NavSurface::GlobalVector &dir) const override
Definition: NavCylinder.cc:22
NavSurface::TSOSwithPath propagateWithPath(const Propagator &prop, const TrajectoryStateOnSurface &startingState) const override
hook for double dispatch to avoid propagation to generic surface.
Definition: NavCylinder.cc:15
virtual std::pair< TrajectoryStateOnSurface, double > propagateWithPath(const FreeTrajectoryState &, const Surface &) const final
Definition: Propagator.cc:15
TrajectoryStateOnSurface propagate(const Propagator &prop, const TrajectoryStateOnSurface &startingState) const override
hook for double dispatch to avoid propagation to generic surface.
Definition: NavCylinder.cc:8
ConstReferenceCountingPointer< Cylinder > theSurfaceP
Definition: NavCylinder.h:47
TrajectoryStateOnSurface propagate(STA const &state, SUR const &surface) const
Definition: Propagator.h:53
LocalPoint toLocal(const GlobalPoint &p) const
Forwarding of part of surface interface for convenience.
Definition: NavSurface.h:59
dbl *** dir
Definition: mlp_gen.cc:35