Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
TrackingTools
GeomPropagators
interface
HelixLineExtrapolation.h
Go to the documentation of this file.
1
#ifndef HelixLineExtrapolation_H
2
#define HelixLineExtrapolation_H
3
4
#include "
DataFormats/GeometryVector/interface/GlobalPoint.h
"
5
#include "
DataFormats/GeometryVector/interface/GlobalVector.h
"
6
7
#include <utility>
8
9
class
Line
;
10
15
class
HelixLineExtrapolation
{
16
public
:
22
typedef
Basic3DVector<float>
PositionType
;
23
typedef
Basic3DVector<float>
DirectionType
;
24
typedef
Basic3DVector<double>
PositionTypeDouble
;
25
typedef
Basic3DVector<double>
DirectionTypeDouble
;
26
27
public
:
28
//
29
// the helix is passed to the constructor and does not appear in the interface
30
//
31
36
virtual
std::pair<bool,double>
pathLength
(
const
GlobalPoint
&
point
)
const
= 0;
37
42
virtual
std::pair<bool,double>
pathLength
(
const
Line
&
line
)
const
= 0;
43
50
virtual
PositionType
position
(
double
s
)
const
= 0;
51
57
virtual
DirectionType
direction
(
double
s
)
const
= 0;
58
59
};
60
61
#endif
Line
Definition:
Line.h:10
HelixLineExtrapolation::PositionTypeDouble
Basic3DVector< double > PositionTypeDouble
Definition:
HelixLineExtrapolation.h:24
HelixLineExtrapolation::DirectionTypeDouble
Basic3DVector< double > DirectionTypeDouble
Definition:
HelixLineExtrapolation.h:25
HelixLineExtrapolation::DirectionType
Basic3DVector< float > DirectionType
Definition:
HelixLineExtrapolation.h:23
geometryCSVtoXML.line
tuple line
Definition:
geometryCSVtoXML.py:15
HelixLineExtrapolation::PositionType
Basic3DVector< float > PositionType
Definition:
HelixLineExtrapolation.h:22
HelixLineExtrapolation::position
virtual PositionType position(double s) const =0
HelixLineExtrapolation::pathLength
virtual std::pair< bool, double > pathLength(const GlobalPoint &point) const =0
Basic3DVector< float >
HelixLineExtrapolation
Definition:
HelixLineExtrapolation.h:15
GlobalVector.h
alignCSCRings.s
list s
Definition:
alignCSCRings.py:91
HelixLineExtrapolation::direction
virtual DirectionType direction(double s) const =0
Point3DBase< float, GlobalTag >
point
*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
GlobalPoint.h
Generated for CMSSW Reference Manual by
1.8.5