9 #include <vdt/vdtMath.h> 18 Stat(
const char *
in) :
name(in){};
20 std::cout <<
name <<
": atan0 calls tot/large/over1: " << natan <<
"/" << nlarge <<
"/" << over1 << std::endl;
26 if (at>0.40
f) ++nlarge;
43 return x * (
T(1) + (x*
x) * (
T(0.33331906795501708984375) + (x*
x) *
T(0.135160386562347412109375)));
49 float atan0(
float t) {
55 ((( 8.05374449538e-2
f * z2
56 - 1.38776856032E-1
f) * z2
57 + 1.99777106478E-1
f) * z2
58 - 3.33329491539E-1
f) * z2 * z
65 float atanClip(
float t) {
66 constexpr float tanPi8 = 0.4142135623730950;
67 constexpr float pio8 = 3.141592653589793238/8;
69 return std::copysign( (at< tanPi8 ) ? atan0(at) : pio8, t );
75 theNumberOfStrips(ns), theAngularWidth(aw), theAWidthInverse(1.
f/aw),theTanAW(
std::
tan(aw)),
76 theDetHeight(dh), theCentreToIntersection(r),
77 theYAxisOrientation(yAx), yCentre( yMid),
78 theRadialSigma(
std::
pow(dh, 2.
f) * (1.
f/12.
f)) {
85 LogTrace(
"TkRadialStripTopology") <<
"TkRadialStripTopology: constructed with" 87 <<
" width = " << aw <<
" rad " 88 <<
" det_height = " << dh
92 <<
" y_det_centre = " <<
yCentre 130 auto t = (y2*x1 -y1*x2)/(y1*y2 + x1*x2);
162 const float phi = atanClip(t);
182 xy( t1*( rr -
tt ) );
200 xy(
cs*( rr -
tt ) + tr*( c2 -
s2 ) );
214 uu( ( c2*e.
xx() - 2*cs*e.
xy() +
s2*e.
yy() ) * T2 ),
215 vv( (
s2*e.
xx() + 2*cs*e.
xy() + c2*e.
yy() ) * R2 ),
float stripAngle(float strip) const
float originToIntersection() const
float centreToIntersection() const
float strip(const LocalPoint &) const
auto_ptr< ClusterSequence > cs
Point3DBase< Scalar, LocalTag > LocalPoint
float localStripLength(const LocalPoint &) const
TkRadialStripTopology(int ns, float aw, float dh, float r, int yAx=1, float yMid=0.)
Sin< T >::type sin(const T &t)
float yDistanceToIntersection(float y) const
void add(const std::vector< const T * > &source, std::vector< const T * > &dest)
int channel(const LocalPoint &) const
Measurement2DPoint MeasurementPoint
Measurement points are two-dimensional by default.
auto const T2 &decltype(t1.eta()) t2
Cos< T >::type cos(const T &t)
Tan< T >::type tan(const T &t)
Abs< T >::type abs(const T &t)
MeasurementPoint measurementPosition(const LocalPoint &) const
float xOfStrip(int strip, float y) const
int nearestStrip(const LocalPoint &) const
float angularWidth() const
float localPitch(const LocalPoint &) const
float phiOfOneEdge() const
LocalError localError(float strip, float stripErr2) const
LocalPoint localPosition(float strip) const
MeasurementError measurementError(const LocalPoint &, const LocalError &) const
float yCentreOfStripPlane() const
float theYAxisOrientation
float yAxisOrientation() const
Power< A, B >::type pow(const A &a, const B &b)
float coveredStrips(const LocalPoint &lp1, const LocalPoint &lp2) const