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 
11 class Line;
13 class MagneticField;
14 
27 
28 public:
31 
34 
37  const Line & L) const;
38 
41  const Line & L) const;
42 
43 private:
46  const Line& line) const;
49  const Line& line) const;
51  bool propagateWithHelix (const IterativeHelixExtrapolatorToLine& extrapolator,
52  const Line& line,
53  GlobalPoint& x, GlobalVector& p, double& s) const;
54 
55 private:
57 };
58 
59 #endif
60 
61 
62 
63 
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
string s
Definition: asciidump.py:422
bool propagateWithHelix(const IterativeHelixExtrapolatorToLine &extrapolator, const Line &line, GlobalPoint &x, GlobalVector &p, double &s) const
the actual propagation to a new point & momentum vector