CMS 3D CMS Logo

HelixLineExtrapolation.h
Go to the documentation of this file.
1 #ifndef HelixLineExtrapolation_H
2 #define HelixLineExtrapolation_H
3 
6 
7 #include <utility>
8 
9 class Line;
10 
16 public:
26 
27 public:
28  virtual ~HelixLineExtrapolation() = default;
29  //
30  // the helix is passed to the constructor and does not appear in the interface
31  //
32 
37  virtual std::pair<bool, double> pathLength(const GlobalPoint& point) const = 0;
38 
43  virtual std::pair<bool, double> pathLength(const Line& line) const = 0;
44 
51  virtual PositionType position(double s) const = 0;
52 
58  virtual DirectionType direction(double s) const = 0;
59 };
60 
61 #endif
Definition: Line.h:10
Basic3DVector< double > PositionTypeDouble
Basic3DVector< double > DirectionTypeDouble
Basic3DVector< float > DirectionType
Basic3DVector< float > PositionType
virtual PositionType position(double s) const =0
virtual DirectionType direction(double s) const =0
*vegas h *****************************************************used in the default bin number in original ***version of VEGAS is ***a higher bin number might help to derive a more precise ***grade subtle point
Definition: invegas.h:5
virtual std::pair< bool, double > pathLength(const GlobalPoint &point) const =0
virtual ~HelixLineExtrapolation()=default