CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
AnalyticalTrajectoryExtrapolatorToLine.h
Go to the documentation of this file.
1 #ifndef AnalyticalTrajectoryExtrapolatorToLine_h_
2 #define AnalyticalTrajectoryExtrapolatorToLine_h_
3 
8 
10 
13 class Line;
15 class MagneticField;
16 
29 
30 public:
33 
36 
39  const Line & L) const;
40 
43  const Line & L) const;
44 
45 private:
48  const Line& line) const dso_internal;
51  const Line& line) const dso_internal;
53  bool propagateWithHelix (const IterativeHelixExtrapolatorToLine& extrapolator,
54  const Line& line,
55  GlobalPoint& x, GlobalVector& p, double& s) const dso_internal;
56 
57 private:
59 };
60 
61 #endif
62 
63 
64 
65 
AnalyticalTrajectoryExtrapolatorToLine(const MagneticField *field)
constructor with default geometrical propagator
Definition: Line.h:10
TrajectoryStateOnSurface extrapolate(const FreeTrajectoryState &fts, const Line &L) const
extrapolation from FreeTrajectoryState
TrajectoryStateOnSurface extrapolateFullState(const TrajectoryStateOnSurface tsos, const Line &line) const
extrapolation of (multi) TSOS
TrajectoryStateOnSurface extrapolateSingleState(const FreeTrajectoryState &fts, const Line &line) const
extrapolation of (single) FTS
#define dso_internal
bool propagateWithHelix(const IterativeHelixExtrapolatorToLine &extrapolator, const Line &line, GlobalPoint &x, GlobalVector &p, double &s) const
the actual propagation to a new point & momentum vector