CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Public Attributes | Private Attributes
Basic3DVector< T > Class Template Reference

#include <extBasic3DVector.h>

Public Types

typedef
Geom::Cylindrical2Cartesian< T
Cylindrical
 
typedef
Geom::Cylindrical2Cartesian< T
Cylindrical
 
typedef
Geom::Cylindrical2Cartesian< T
Cylindrical
 
typedef Basic3DVector< TMathVector
 
typedef Vec4< TMathVector
 
typedef mathSSE::Vec4< TMathVector
 
typedef Spherical Polar
 
typedef Spherical Polar
 
typedef Spherical Polar
 
typedef T ScalarType
 
typedef T ScalarType
 
typedef T ScalarType
 
typedef
Geom::Spherical2Cartesian< T
Spherical
 
typedef
Geom::Spherical2Cartesian< T
Spherical
 
typedef
Geom::Spherical2Cartesian< T
Spherical
 
typedef mathSSE::Vec4< TVectorType
 
typedef Vec4< TVectorType
 

Public Member Functions

T barePhi () const
 
T barePhi () const
 
T barePhi () const
 
T bareTheta () const
 
T bareTheta () const
 
T bareTheta () const
 
 Basic3DVector ()
 
 Basic3DVector ()
 
 Basic3DVector ()
 
 Basic3DVector (const Basic3DVector &p)
 Copy constructor from same type. Should not be needed but for gcc bug 12685. More...
 
 Basic3DVector (const Basic3DVector &p)
 Copy constructor from same type. Should not be needed but for gcc bug 12685. More...
 
 Basic3DVector (const Basic3DVector &p)
 Copy constructor from same type. Should not be needed but for gcc bug 12685. More...
 
template<class U >
 Basic3DVector (const Basic3DVector< U > &p)
 Copy constructor and implicit conversion from Basic3DVector of different precision. More...
 
template<class U >
 Basic3DVector (const Basic3DVector< U > &p)
 Copy constructor and implicit conversion from Basic3DVector of different precision. More...
 
template<class U >
 Basic3DVector (const Basic3DVector< U > &p)
 Copy constructor and implicit conversion from Basic3DVector of different precision. More...
 
 Basic3DVector (const Basic2DVector< T > &p)
 constructor from 2D vector (X and Y from 2D vector, z set to zero) More...
 
 Basic3DVector (const Basic2DVector< T > &p)
 constructor from 2D vector (X and Y from 2D vector, z set to zero) More...
 
 Basic3DVector (const Basic2DVector< T > &p)
 constructor from 2D vector (X and Y from 2D vector, z set to zero) More...
 
template<class OtherPoint >
 Basic3DVector (const OtherPoint &p)
 
template<class OtherPoint >
 Basic3DVector (const OtherPoint &p)
 
template<class OtherPoint >
 Basic3DVector (const OtherPoint &p)
 
 Basic3DVector (MathVector const &iv)
 
template<class U >
 Basic3DVector (mathSSE::Vec4< U > const &iv)
 
template<class U >
 Basic3DVector (Vec4< U > const &iv)
 
 Basic3DVector (const T &x, const T &y, const T &z, const T &w=0)
 construct from cartesian coordinates More...
 
 Basic3DVector (const T &x, const T &y, const T &z, const T &w=0)
 construct from cartesian coordinates More...
 
template<typename U >
 Basic3DVector (const Geom::Theta< U > &theta, const Geom::Phi< U > &phi, const T &r)
 
template<typename U >
 Basic3DVector (const Geom::Theta< U > &theta, const Geom::Phi< U > &phi, const T &r)
 
 Basic3DVector (const T &x, const T &y, const T &z, const T &w=0)
 construct from cartesian coordinates More...
 
template<typename U >
 Basic3DVector (const Geom::Theta< U > &theta, const Geom::Phi< U > &phi, const T &r)
 
Basic3DVector cross (const Basic3DVector &lh) const
 Vector product, or "cross" product, with a vector of same type. More...
 
Basic3DVector cross (const Basic3DVector &lh) const
 Vector product, or "cross" product, with a vector of same type. More...
 
template<class U >
Basic3DVector< typename
PreciseFloatType< T, U >::Type > 
cross (const Basic3DVector< U > &lh) const
 
template<class U >
Basic3DVector< typename
PreciseFloatType< T, U >::Type > 
cross (const Basic3DVector< U > &lh) const
 
Basic3DVector cross (const Basic3DVector &v) const
 Vector product, or "cross" product, with a vector of same type. More...
 
template<class U >
Basic3DVector< typename
PreciseFloatType< T, U >::Type > 
cross (const Basic3DVector< U > &v) const
 
T dot (const Basic3DVector &rh) const
 Scalar product, or "dot" product, with a vector of same type. More...
 
T dot (const Basic3DVector &rh) const
 Scalar product, or "dot" product, with a vector of same type. More...
 
template<class U >
PreciseFloatType< T, U >::Type dot (const Basic3DVector< U > &lh) const
 
template<class U >
PreciseFloatType< T, U >::Type dot (const Basic3DVector< U > &lh) const
 
T dot (const Basic3DVector &v) const
 Scalar product, or "dot" product, with a vector of same type. More...
 
template<class U >
PreciseFloatType< T, U >::Type dot (const Basic3DVector< U > &v) const
 
T eta () const
 
T eta () const
 
T eta () const
 
T mag () const
 The vector magnitude. Equivalent to sqrt(vec.mag2()) More...
 
T mag () const
 The vector magnitude. Equivalent to sqrt(vec.mag2()) More...
 
T mag () const
 The vector magnitude. Equivalent to sqrt(vec.mag2()) More...
 
T mag2 () const
 The vector magnitude squared. Equivalent to vec.dot(vec) More...
 
T mag2 () const
 The vector magnitude squared. Equivalent to vec.dot(vec) More...
 
T mag2 () const
 The vector magnitude squared. Equivalent to vec.dot(vec) More...
 
MathVector const & mathVector () const
 
MathVectormathVector ()
 
MathVector const & mathVector () const
 
MathVectormathVector ()
 
Basic3DVectoroperator*= (T t)
 Scaling by a scalar value (multiplication) More...
 
Basic3DVectoroperator*= (T t)
 Scaling by a scalar value (multiplication) More...
 
Basic3DVectoroperator*= (T t)
 Scaling by a scalar value (multiplication) More...
 
template<class U >
Basic3DVectoroperator+= (const Basic3DVector< U > &p)
 
template<class U >
Basic3DVectoroperator+= (const Basic3DVector< U > &p)
 
template<class U >
Basic3DVectoroperator+= (const Basic3DVector< U > &p)
 
Basic3DVector operator- () const
 Unary minus, returns a vector with components (-x(),-y(),-z()) More...
 
Basic3DVector operator- () const
 Unary minus, returns a vector with components (-x(),-y(),-z()) More...
 
Basic3DVector operator- () const
 Unary minus, returns a vector with components (-x(),-y(),-z()) More...
 
template<class U >
Basic3DVectoroperator-= (const Basic3DVector< U > &p)
 
template<class U >
Basic3DVectoroperator-= (const Basic3DVector< U > &p)
 
template<class U >
Basic3DVectoroperator-= (const Basic3DVector< U > &p)
 
Basic3DVectoroperator/= (T t)
 Scaling by a scalar value (division) More...
 
Basic3DVectoroperator/= (T t)
 Scaling by a scalar value (division) More...
 
Basic3DVectoroperator/= (T t)
 Scaling by a scalar value (division) More...
 
bool operator== (const Basic3DVector &rh) const
 
bool operator== (const Basic3DVector &rh) const
 
bool operator== (const Basic3DVector &rh) const
 
T operator[] (int i) const
 
Toperator[] (int i)
 
T operator[] (int i) const
 
Toperator[] (int i)
 
T operator[] (int i) const
 
Toperator[] (int i)
 
T perp () const
 Magnitude of transverse component. More...
 
T perp () const
 Magnitude of transverse component. More...
 
T perp () const
 Magnitude of transverse component. More...
 
T perp2 () const
 Squared magnitude of transverse component. More...
 
T perp2 () const
 Squared magnitude of transverse component. More...
 
T perp2 () const
 Squared magnitude of transverse component. More...
 
Geom::Phi< Tphi () const
 
Geom::Phi< Tphi () const
 
Geom::Phi< Tphi () const
 
Geom::Theta< Ttheta () const
 
Geom::Theta< Ttheta () const
 
Geom::Theta< Ttheta () const
 
T transverse () const
 Another name for perp() More...
 
T transverse () const
 Another name for perp() More...
 
T transverse () const
 Another name for perp() More...
 
Basic3DVector unit () const
 
Basic3DVector unit () const
 
Basic3DVector unit () const
 
T w () const
 
T w () const
 
T w () const
 
T x () const
 Cartesian x coordinate. More...
 
T x () const
 Cartesian x coordinate. More...
 
T x () const
 Cartesian x coordinate. More...
 
Basic2DVector< Txy () const
 
Basic2DVector< Txy () const
 
Basic2DVector< Txy () const
 
T y () const
 Cartesian y coordinate. More...
 
T y () const
 Cartesian y coordinate. More...
 
T y () const
 Cartesian y coordinate. More...
 
T z () const
 Cartesian z coordinate. More...
 
T z () const
 Cartesian z coordinate. More...
 
T z () const
 Cartesian z coordinate. More...
 

Public Attributes

mathSSE::Vec4< Tv
 
Vec4< Tv
 

Private Attributes

T theW
 
T theX
 
T theY
 
T theZ
 

Detailed Description

template<typename T>
class Basic3DVector< T >

Definition at line 30 of file extBasic3DVector.h.

Member Typedef Documentation

template<typename T>
typedef Geom::Cylindrical2Cartesian<T> Basic3DVector< T >::Cylindrical

Definition at line 35 of file extBasic3DVector.h.

template<typename T>
typedef Geom::Cylindrical2Cartesian<T> Basic3DVector< T >::Cylindrical

Definition at line 35 of file oldBasic3DVector.h.

template<typename T>
typedef Geom::Cylindrical2Cartesian<T> Basic3DVector< T >::Cylindrical

Definition at line 35 of file sseBasic3DVector.h.

template<typename T>
typedef Basic3DVector<T> Basic3DVector< T >::MathVector

Definition at line 31 of file oldBasic3DVector.h.

template<typename T>
typedef Vec4<T> Basic3DVector< T >::MathVector

Definition at line 34 of file extBasic3DVector.h.

template<typename T>
typedef mathSSE::Vec4<T> Basic3DVector< T >::MathVector

Definition at line 34 of file sseBasic3DVector.h.

template<typename T>
typedef Spherical Basic3DVector< T >::Polar

Definition at line 37 of file sseBasic3DVector.h.

template<typename T>
typedef Spherical Basic3DVector< T >::Polar

Definition at line 37 of file oldBasic3DVector.h.

template<typename T>
typedef Spherical Basic3DVector< T >::Polar

Definition at line 37 of file extBasic3DVector.h.

template<typename T>
typedef T Basic3DVector< T >::ScalarType

Definition at line 32 of file sseBasic3DVector.h.

template<typename T>
typedef T Basic3DVector< T >::ScalarType

Definition at line 32 of file extBasic3DVector.h.

template<typename T>
typedef T Basic3DVector< T >::ScalarType

Definition at line 34 of file oldBasic3DVector.h.

template<typename T>
typedef Geom::Spherical2Cartesian<T> Basic3DVector< T >::Spherical

Definition at line 36 of file sseBasic3DVector.h.

template<typename T>
typedef Geom::Spherical2Cartesian<T> Basic3DVector< T >::Spherical

Definition at line 36 of file extBasic3DVector.h.

template<typename T>
typedef Geom::Spherical2Cartesian<T> Basic3DVector< T >::Spherical

Definition at line 36 of file oldBasic3DVector.h.

template<typename T>
typedef mathSSE::Vec4<T> Basic3DVector< T >::VectorType

Definition at line 33 of file sseBasic3DVector.h.

template<typename T>
typedef Vec4<T> Basic3DVector< T >::VectorType

Definition at line 33 of file extBasic3DVector.h.

Constructor & Destructor Documentation

template<typename T>
Basic3DVector< T >::Basic3DVector ( )
inline

default constructor uses default constructor of T to initialize the components. For built-in floating-point types this means initialization to zero??? (force init to 0)

Definition at line 43 of file extBasic3DVector.h.

Referenced by Basic3DVector(), Basic3DVector< align::Scalar >::cross(), Basic3DVector< long double >::operator-(), and Basic3DVector< align::Scalar >::operator-().

43 : v{0, 0, 0, 0} {}
template<typename T>
Basic3DVector< T >::Basic3DVector ( const Basic3DVector< T > &  p)
inline

Copy constructor from same type. Should not be needed but for gcc bug 12685.

Definition at line 46 of file extBasic3DVector.h.

46 : v(p.v) {}
template<typename T>
template<class U >
Basic3DVector< T >::Basic3DVector ( const Basic3DVector< U > &  p)
inline

Copy constructor and implicit conversion from Basic3DVector of different precision.

Definition at line 50 of file extBasic3DVector.h.

50 : v{T(p.v[0]), T(p.v[1]), T(p.v[2]), T(p.v[3])} {}
long double T
template<typename T>
Basic3DVector< T >::Basic3DVector ( const Basic2DVector< T > &  p)
inline

constructor from 2D vector (X and Y from 2D vector, z set to zero)

Definition at line 53 of file extBasic3DVector.h.

53 : v{p.x(), p.y(), 0} {}
T y() const
Cartesian y coordinate.
T x() const
Cartesian x coordinate.
template<typename T>
template<class OtherPoint >
Basic3DVector< T >::Basic3DVector ( const OtherPoint &  p)
inlineexplicit

Explicit constructor from other (possibly unrelated) vector classes The only constraint on the argument type is that it has methods x(), y() and z(), and that these methods return a type convertible to T. Examples of use are
construction from a Basic3DVector with different precision
construction from a Hep3Vector
construction from a coordinate system converter

Definition at line 64 of file extBasic3DVector.h.

64 : v{T(p.x()), T(p.y()), T(p.z())} {}
long double T
template<typename T>
Basic3DVector< T >::Basic3DVector ( MathVector const &  iv)
inline

Definition at line 67 of file extBasic3DVector.h.

67 : v(iv) {}
int32_t *__restrict__ iv
template<typename T>
template<class U >
Basic3DVector< T >::Basic3DVector ( Vec4< U > const &  iv)
inline

Definition at line 70 of file extBasic3DVector.h.

70 : v{T(iv[0]), T(iv[1]), T(iv[2]), T(iv[3])} {}
int32_t *__restrict__ iv
long double T
template<typename T>
Basic3DVector< T >::Basic3DVector ( const T x,
const T y,
const T z,
const T w = 0 
)
inline

construct from cartesian coordinates

Definition at line 73 of file extBasic3DVector.h.

73 : v{x, y, z, w} {}
T y() const
Cartesian y coordinate.
T x() const
Cartesian x coordinate.
T z() const
Cartesian z coordinate.
template<typename T>
template<typename U >
Basic3DVector< T >::Basic3DVector ( const Geom::Theta< U > &  theta,
const Geom::Phi< U > &  phi,
const T r 
)
inline

Deprecated construct from polar coordinates, use
Basic3DVector<T>( Basic3DVector<T>::Polar( theta, phi, r)) instead.

Definition at line 80 of file extBasic3DVector.h.

80  {
81  Polar p(theta.value(), phi.value(), r);
82  v[0] = p.x();
83  v[1] = p.y();
84  v[2] = p.z();
85  }
T1 value() const
Explicit access to value in case implicit conversion not OK.
Definition: Phi.h:75
T value() const
Explicit access to value in case implicit conversion not OK.
Definition: Theta.h:24
template<typename T>
Basic3DVector< T >::Basic3DVector ( )
inline

default constructor uses default constructor of T to initialize the components. For built-in floating-point types this means initialization to zero??? (force init to 0)

Definition at line 43 of file oldBasic3DVector.h.

template<typename T>
Basic3DVector< T >::Basic3DVector ( const Basic3DVector< T > &  p)
inline

Copy constructor from same type. Should not be needed but for gcc bug 12685.

Definition at line 46 of file oldBasic3DVector.h.

46  :
47  theX(p.x()), theY(p.y()), theZ(p.z()), theW(p.w()) {}
T y() const
Cartesian y coordinate.
T x() const
Cartesian x coordinate.
T z() const
Cartesian z coordinate.
template<typename T>
template<class U >
Basic3DVector< T >::Basic3DVector ( const Basic3DVector< U > &  p)
inline

Copy constructor and implicit conversion from Basic3DVector of different precision.

Definition at line 51 of file oldBasic3DVector.h.

51  :
52  theX(p.x()), theY(p.y()), theZ(p.z()), theW(p.w()) {}
T y() const
Cartesian y coordinate.
T x() const
Cartesian x coordinate.
T z() const
Cartesian z coordinate.
template<typename T>
Basic3DVector< T >::Basic3DVector ( const Basic2DVector< T > &  p)
inline

constructor from 2D vector (X and Y from 2D vector, z set to zero)

Definition at line 55 of file oldBasic3DVector.h.

55  :
56  theX(p.x()), theY(p.y()), theZ(0), theW(0) {}
T y() const
Cartesian y coordinate.
T x() const
Cartesian x coordinate.
template<typename T>
template<class OtherPoint >
Basic3DVector< T >::Basic3DVector ( const OtherPoint &  p)
inlineexplicit

Explicit constructor from other (possibly unrelated) vector classes The only constraint on the argument type is that it has methods x(), y() and z(), and that these methods return a type convertible to T. Examples of use are
construction from a Basic3DVector with different precision
construction from a Hep3Vector
construction from a coordinate system converter

Definition at line 67 of file oldBasic3DVector.h.

template<typename T>
Basic3DVector< T >::Basic3DVector ( const T x,
const T y,
const T z,
const T w = 0 
)
inline

construct from cartesian coordinates

Definition at line 84 of file oldBasic3DVector.h.

84  :
85  theX(x), theY(y), theZ(z), theW(w) {}
T y() const
Cartesian y coordinate.
T x() const
Cartesian x coordinate.
T z() const
Cartesian z coordinate.
template<typename T>
template<typename U >
Basic3DVector< T >::Basic3DVector ( const Geom::Theta< U > &  theta,
const Geom::Phi< U > &  phi,
const T r 
)
inline

Deprecated construct from polar coordinates, use
Basic3DVector<T>( Basic3DVector<T>::Polar( theta, phi, r)) instead.

Definition at line 101 of file oldBasic3DVector.h.

102  {
103  Polar p( theta.value(), phi.value(), r);
104  theX = p.x(); theY = p.y(); theZ = p.z();
105  }
T1 value() const
Explicit access to value in case implicit conversion not OK.
Definition: Phi.h:75
T value() const
Explicit access to value in case implicit conversion not OK.
Definition: Theta.h:24
template<typename T>
Basic3DVector< T >::Basic3DVector ( )
inline

default constructor uses default constructor of T to initialize the components. For built-in floating-point types this means initialization to zero??? (force init to 0)

Definition at line 43 of file sseBasic3DVector.h.

43 {}
template<typename T>
Basic3DVector< T >::Basic3DVector ( const Basic3DVector< T > &  p)
inline

Copy constructor from same type. Should not be needed but for gcc bug 12685.

Definition at line 46 of file sseBasic3DVector.h.

46 : v(p.v) {}
template<typename T>
template<class U >
Basic3DVector< T >::Basic3DVector ( const Basic3DVector< U > &  p)
inline

Copy constructor and implicit conversion from Basic3DVector of different precision.

Definition at line 50 of file sseBasic3DVector.h.

50 : v(p.v) {}
template<typename T>
Basic3DVector< T >::Basic3DVector ( const Basic2DVector< T > &  p)
inline

constructor from 2D vector (X and Y from 2D vector, z set to zero)

Definition at line 53 of file sseBasic3DVector.h.

53 : v(p.x(), p.y(), 0) {}
T y() const
Cartesian y coordinate.
T x() const
Cartesian x coordinate.
template<typename T>
template<class OtherPoint >
Basic3DVector< T >::Basic3DVector ( const OtherPoint &  p)
inlineexplicit

Explicit constructor from other (possibly unrelated) vector classes The only constraint on the argument type is that it has methods x(), y() and z(), and that these methods return a type convertible to T. Examples of use are
construction from a Basic3DVector with different precision
construction from a Hep3Vector
construction from a coordinate system converter

Definition at line 64 of file sseBasic3DVector.h.

64 : v(p.x(), p.y(), p.z()) {}
template<typename T>
template<class U >
Basic3DVector< T >::Basic3DVector ( mathSSE::Vec4< U > const &  iv)
inline

Definition at line 68 of file sseBasic3DVector.h.

68 : v(iv) {}
template<typename T>
Basic3DVector< T >::Basic3DVector ( const T x,
const T y,
const T z,
const T w = 0 
)
inline

construct from cartesian coordinates

Definition at line 71 of file sseBasic3DVector.h.

71 : v(x, y, z, w) {}
T y() const
Cartesian y coordinate.
T x() const
Cartesian x coordinate.
T z() const
Cartesian z coordinate.
template<typename T>
template<typename U >
Basic3DVector< T >::Basic3DVector ( const Geom::Theta< U > &  theta,
const Geom::Phi< U > &  phi,
const T r 
)
inline

Deprecated construct from polar coordinates, use
Basic3DVector<T>( Basic3DVector<T>::Polar( theta, phi, r)) instead.

Definition at line 78 of file sseBasic3DVector.h.

78  {
79  Polar p(theta.value(), phi.value(), r);
80  v.o.theX = p.x();
81  v.o.theY = p.y();
82  v.o.theZ = p.z();
83  }
T1 value() const
Explicit access to value in case implicit conversion not OK.
Definition: Phi.h:75
T value() const
Explicit access to value in case implicit conversion not OK.
Definition: Theta.h:24

Member Function Documentation

template<typename T>
T Basic3DVector< T >::barePhi ( ) const
inline

Azimuthal angle. The value is returned in radians, in the range (-pi,pi]. Same precision as the system atan2(x,y) function. The return type is Geom::Phi<T>, see it's documentation.

Definition at line 126 of file sseBasic3DVector.h.

126 { return std::atan2(y(), x()); }
T y() const
Cartesian y coordinate.
T x() const
Cartesian x coordinate.
template<typename T>
T Basic3DVector< T >::barePhi ( ) const
inline

Azimuthal angle. The value is returned in radians, in the range (-pi,pi]. Same precision as the system atan2(x,y) function. The return type is Geom::Phi<T>, see it's documentation.

Definition at line 131 of file extBasic3DVector.h.

Referenced by PV3DBase< long double, PointTag, GlobalTag >::barePhi(), Basic3DVector< long double >::phi(), and Basic3DVector< align::Scalar >::phi().

131 { return std::atan2(y(), x()); }
T y() const
Cartesian y coordinate.
T x() const
Cartesian x coordinate.
template<typename T>
T Basic3DVector< T >::barePhi ( ) const
inline

Azimuthal angle. The value is returned in radians, in the range (-pi,pi]. Same precision as the system atan2(x,y) function. The return type is Geom::Phi<T>, see it's documentation.

Definition at line 152 of file oldBasic3DVector.h.

152 {return std::atan2(y(),x());}
T y() const
Cartesian y coordinate.
T x() const
Cartesian x coordinate.
template<typename T>
T Basic3DVector< T >::bareTheta ( ) const
inline

Polar angle. The value is returned in radians, in the range [0,pi] Same precision as the system atan2(x,y) function. The return type is Geom::Phi<T>, see it's documentation.

Definition at line 133 of file sseBasic3DVector.h.

133 { return std::atan2(perp(), z()); }
T z() const
Cartesian z coordinate.
T perp() const
Magnitude of transverse component.
template<typename T>
T Basic3DVector< T >::bareTheta ( ) const
inline

Polar angle. The value is returned in radians, in the range [0,pi] Same precision as the system atan2(x,y) function. The return type is Geom::Phi<T>, see it's documentation.

Definition at line 138 of file extBasic3DVector.h.

Referenced by PV3DBase< long double, PointTag, GlobalTag >::bareTheta().

138 { return std::atan2(perp(), z()); }
T z() const
Cartesian z coordinate.
T perp() const
Magnitude of transverse component.
template<typename T>
T Basic3DVector< T >::bareTheta ( ) const
inline

Polar angle. The value is returned in radians, in the range [0,pi] Same precision as the system atan2(x,y) function. The return type is Geom::Phi<T>, see it's documentation.

Definition at line 159 of file oldBasic3DVector.h.

159 {return std::atan2(perp(),z());}
T z() const
Cartesian z coordinate.
T perp() const
Magnitude of transverse component.
template<typename T>
Basic3DVector Basic3DVector< T >::cross ( const Basic3DVector< T > &  lh) const
inline

Vector product, or "cross" product, with a vector of same type.

Definition at line 198 of file sseBasic3DVector.h.

198 { return ::cross(v, lh.v); }
Basic3DVector cross(const Basic3DVector &v) const
Vector product, or &quot;cross&quot; product, with a vector of same type.
template<typename T>
Basic3DVector Basic3DVector< T >::cross ( const Basic3DVector< T > &  lh) const
inline

Vector product, or "cross" product, with a vector of same type.

Definition at line 203 of file extBasic3DVector.h.

Referenced by Vector3DBase< Scalar, GlobalTag >::cross(), Basic3DVector< align::Scalar >::cross(), CartesianLorentzForce::operator()(), and TkRotation< align::Scalar >::TkRotation().

203 { return ::cross3(v, lh.v); }
Vec cross3(Vec x, Vec y)
Definition: ExtVec.h:91
template<typename T>
template<class U >
Basic3DVector<typename PreciseFloatType<T, U>::Type> Basic3DVector< T >::cross ( const Basic3DVector< U > &  lh) const
inline

Vector (or cross) product with a vector of different precision. The product is computed without loss of precision. The type of the returned vector is the more precise of the types of the two vectors.

Definition at line 206 of file sseBasic3DVector.h.

206  {
209  }
Basic3DVector cross(const Basic3DVector &lh) const
Vector product, or &quot;cross&quot; product, with a vector of same type.
template<typename T>
template<class U >
Basic3DVector<typename PreciseFloatType<T, U>::Type> Basic3DVector< T >::cross ( const Basic3DVector< U > &  lh) const
inline

Vector (or cross) product with a vector of different precision. The product is computed without loss of precision. The type of the returned vector is the more precise of the types of the two vectors.

Definition at line 211 of file extBasic3DVector.h.

211  {
214  }
Basic3DVector cross(const Basic3DVector &lh) const
Vector product, or &quot;cross&quot; product, with a vector of same type.
template<typename T>
Basic3DVector Basic3DVector< T >::cross ( const Basic3DVector< T > &  v) const
inline

Vector product, or "cross" product, with a vector of same type.

Definition at line 239 of file oldBasic3DVector.h.

239  {
240  return Basic3DVector( y()*v.z() - v.y()*z(),
241  z()*v.x() - v.z()*x(),
242  x()*v.y() - v.x()*y());
243  }
T y() const
Cartesian y coordinate.
T x() const
Cartesian x coordinate.
T z() const
Cartesian z coordinate.
template<typename T>
template<class U >
Basic3DVector<typename PreciseFloatType<T,U>::Type> Basic3DVector< T >::cross ( const Basic3DVector< U > &  v) const
inline

Vector (or cross) product with a vector of different precision. The product is computed without loss of precision. The type of the returned vector is the more precise of the types of the two vectors.

Definition at line 253 of file oldBasic3DVector.h.

253  {
254  return Basic3DVector<typename PreciseFloatType<T,U>::Type>( y()*v.z() - v.y()*z(),
255  z()*v.x() - v.z()*x(),
256  x()*v.y() - v.x()*y());
257  }
T y() const
Cartesian y coordinate.
T x() const
Cartesian x coordinate.
T z() const
Cartesian z coordinate.
template<typename T>
T Basic3DVector< T >::dot ( const Basic3DVector< T > &  rh) const
inline

Scalar product, or "dot" product, with a vector of same type.

Definition at line 184 of file sseBasic3DVector.h.

184 { return ::dot(v, rh.v); }
T dot(const Basic3DVector &v) const
Scalar product, or &quot;dot&quot; product, with a vector of same type.
template<typename T>
T Basic3DVector< T >::dot ( const Basic3DVector< T > &  rh) const
inline
template<typename T>
template<class U >
PreciseFloatType<T, U>::Type Basic3DVector< T >::dot ( const Basic3DVector< U > &  lh) const
inline

Scalar (or dot) product with a vector of different precision. The product is computed without loss of precision. The type of the returned scalar is the more precise of the scalar types of the two vectors.

Definition at line 192 of file sseBasic3DVector.h.

192  {
195  }
T dot(const Basic3DVector &rh) const
Scalar product, or &quot;dot&quot; product, with a vector of same type.
template<typename T>
template<class U >
PreciseFloatType<T, U>::Type Basic3DVector< T >::dot ( const Basic3DVector< U > &  lh) const
inline

Scalar (or dot) product with a vector of different precision. The product is computed without loss of precision. The type of the returned scalar is the more precise of the scalar types of the two vectors.

Definition at line 197 of file extBasic3DVector.h.

197  {
200  }
T dot(const Basic3DVector &rh) const
Scalar product, or &quot;dot&quot; product, with a vector of same type.
template<typename T>
T Basic3DVector< T >::dot ( const Basic3DVector< T > &  v) const
inline

Scalar product, or "dot" product, with a vector of same type.

Definition at line 224 of file oldBasic3DVector.h.

224  {
225  return x()*v.x() + y()*v.y() + z()*v.z();
226  }
T y() const
Cartesian y coordinate.
T x() const
Cartesian x coordinate.
T z() const
Cartesian z coordinate.
template<typename T>
template<class U >
PreciseFloatType<T,U>::Type Basic3DVector< T >::dot ( const Basic3DVector< U > &  v) const
inline

Scalar (or dot) product with a vector of different precision. The product is computed without loss of precision. The type of the returned scalar is the more precise of the scalar types of the two vectors.

Definition at line 234 of file oldBasic3DVector.h.

234  {
235  return x()*v.x() + y()*v.y() + z()*v.z();
236  }
T y() const
Cartesian y coordinate.
T x() const
Cartesian x coordinate.
T z() const
Cartesian z coordinate.
template<typename T>
T Basic3DVector< T >::eta ( ) const
inline

Pseudorapidity. Does not check for zero transverse component; in this case the behavior is as for divide-by zero, i.e. system-dependent.

Definition at line 141 of file sseBasic3DVector.h.

Referenced by Particle.Particle::__str__(), Jet.Jet::jetID(), and Jet.Jet::puJetId().

141 { return detailsBasic3DVector::eta(x(), y(), z()); } // correct
T y() const
Cartesian y coordinate.
T x() const
Cartesian x coordinate.
T z() const
Cartesian z coordinate.
template<typename T>
T Basic3DVector< T >::eta ( ) const
inline

Pseudorapidity. Does not check for zero transverse component; in this case the behavior is as for divide-by zero, i.e. system-dependent.

Definition at line 146 of file extBasic3DVector.h.

Referenced by Particle.Particle::__str__(), CosmicMuonTrajectoryBuilder::build(), PV3DBase< long double, PointTag, GlobalTag >::eta(), Jet.Jet::jetID(), GoodSeedProducer::produce(), and Jet.Jet::puJetId().

146 { return detailsBasic3DVector::eta(x(), y(), z()); } // correct
T y() const
Cartesian y coordinate.
T x() const
Cartesian x coordinate.
T z() const
Cartesian z coordinate.
template<typename T>
T Basic3DVector< T >::eta ( ) const
inline

Pseudorapidity. Does not check for zero transverse component; in this case the behavior is as for divide-by zero, i.e. system-dependent.

Definition at line 167 of file oldBasic3DVector.h.

Referenced by Particle.Particle::__str__(), Jet.Jet::jetID(), and Jet.Jet::puJetId().

167 { return detailsBasic3DVector::eta(x(),y(),z());} // correct
T y() const
Cartesian y coordinate.
T x() const
Cartesian x coordinate.
T z() const
Cartesian z coordinate.
template<typename T>
T Basic3DVector< T >::mag ( ) const
inline

The vector magnitude. Equivalent to sqrt(vec.mag2())

Definition at line 111 of file sseBasic3DVector.h.

111 { return std::sqrt(mag2()); }
T sqrt(T t)
Definition: SSEVec.h:19
T mag2() const
The vector magnitude squared. Equivalent to vec.dot(vec)
template<typename T>
T Basic3DVector< T >::mag ( ) const
inline
template<typename T>
T Basic3DVector< T >::mag ( ) const
inline

The vector magnitude. Equivalent to sqrt(vec.mag2())

Definition at line 137 of file oldBasic3DVector.h.

137 { return std::sqrt( mag2());}
T sqrt(T t)
Definition: SSEVec.h:19
T mag2() const
The vector magnitude squared. Equivalent to vec.dot(vec)
template<typename T>
T Basic3DVector< T >::mag2 ( ) const
inline

The vector magnitude squared. Equivalent to vec.dot(vec)

Definition at line 108 of file sseBasic3DVector.h.

108 { return ::dot(v, v); }
T dot(const Basic3DVector &v) const
Scalar product, or &quot;dot&quot; product, with a vector of same type.
template<typename T>
T Basic3DVector< T >::mag2 ( ) const
inline
template<typename T>
T Basic3DVector< T >::mag2 ( ) const
inline

The vector magnitude squared. Equivalent to vec.dot(vec)

Definition at line 134 of file oldBasic3DVector.h.

134 { return x()*x() + y()*y()+z()*z();}
T y() const
Cartesian y coordinate.
T x() const
Cartesian x coordinate.
T z() const
Cartesian z coordinate.
template<typename T>
MathVector const& Basic3DVector< T >::mathVector ( ) const
inline

Definition at line 85 of file sseBasic3DVector.h.

85 { return v; }
template<typename T>
MathVector& Basic3DVector< T >::mathVector ( )
inline

Definition at line 86 of file sseBasic3DVector.h.

86 { return v; }
template<typename T>
MathVector const& Basic3DVector< T >::mathVector ( ) const
inline

Definition at line 87 of file extBasic3DVector.h.

87 { return v; }
template<typename T>
MathVector& Basic3DVector< T >::mathVector ( )
inline

Definition at line 88 of file extBasic3DVector.h.

88 { return v; }
template<typename T>
Basic3DVector& Basic3DVector< T >::operator*= ( T  t)
inline

Scaling by a scalar value (multiplication)

Definition at line 171 of file sseBasic3DVector.h.

171  {
172  v = t * v;
173  return *this;
174  }
template<typename T>
Basic3DVector& Basic3DVector< T >::operator*= ( T  t)
inline

Scaling by a scalar value (multiplication)

Definition at line 176 of file extBasic3DVector.h.

176  {
177  v = t * v;
178  return *this;
179  }
template<typename T>
Basic3DVector& Basic3DVector< T >::operator*= ( T  t)
inline

Scaling by a scalar value (multiplication)

Definition at line 205 of file oldBasic3DVector.h.

205  {
206  theX *= t;
207  theY *= t;
208  theZ *= t;
209  theW *= t;;
210  return *this;
211  }
template<typename T>
template<class U >
Basic3DVector& Basic3DVector< T >::operator+= ( const Basic3DVector< U > &  p)
inline

Operator += with a Basic3DVector of possibly different precision.

Definition at line 154 of file sseBasic3DVector.h.

154  {
155  v = v + p.v;
156  return *this;
157  }
template<typename T>
template<class U >
Basic3DVector& Basic3DVector< T >::operator+= ( const Basic3DVector< U > &  p)
inline

Operator += with a Basic3DVector of possibly different precision.

Definition at line 159 of file extBasic3DVector.h.

159  {
160  v = v + p.v;
161  return *this;
162  }
template<typename T>
template<class U >
Basic3DVector& Basic3DVector< T >::operator+= ( const Basic3DVector< U > &  p)
inline

Operator += with a Basic3DVector of possibly different precision.

Definition at line 182 of file oldBasic3DVector.h.

182  {
183  theX += p.x();
184  theY += p.y();
185  theZ += p.z();
186  theW += p.w();
187  return *this;
188  }
T y() const
Cartesian y coordinate.
T x() const
Cartesian x coordinate.
T z() const
Cartesian z coordinate.
template<typename T>
Basic3DVector Basic3DVector< T >::operator- ( ) const
inline

Unary minus, returns a vector with components (-x(),-y(),-z())

Definition at line 168 of file sseBasic3DVector.h.

168 { return Basic3DVector(-v); }
template<typename T>
Basic3DVector Basic3DVector< T >::operator- ( ) const
inline

Unary minus, returns a vector with components (-x(),-y(),-z())

Definition at line 173 of file extBasic3DVector.h.

173 { return Basic3DVector(-v); }
template<typename T>
Basic3DVector Basic3DVector< T >::operator- ( ) const
inline

Unary minus, returns a vector with components (-x(),-y(),-z())

Definition at line 202 of file oldBasic3DVector.h.

202 { return Basic3DVector(-x(),-y(),-z());}
T y() const
Cartesian y coordinate.
T x() const
Cartesian x coordinate.
T z() const
Cartesian z coordinate.
template<typename T>
template<class U >
Basic3DVector& Basic3DVector< T >::operator-= ( const Basic3DVector< U > &  p)
inline

Operator -= with a Basic3DVector of possibly different precision.

Definition at line 162 of file sseBasic3DVector.h.

162  {
163  v = v - p.v;
164  return *this;
165  }
template<typename T>
template<class U >
Basic3DVector& Basic3DVector< T >::operator-= ( const Basic3DVector< U > &  p)
inline

Operator -= with a Basic3DVector of possibly different precision.

Definition at line 167 of file extBasic3DVector.h.

167  {
168  v = v - p.v;
169  return *this;
170  }
template<typename T>
template<class U >
Basic3DVector& Basic3DVector< T >::operator-= ( const Basic3DVector< U > &  p)
inline

Operator -= with a Basic3DVector of possibly different precision.

Definition at line 193 of file oldBasic3DVector.h.

193  {
194  theX -= p.x();
195  theY -= p.y();
196  theZ -= p.z();
197  theW -= p.w();
198  return *this;
199  }
T y() const
Cartesian y coordinate.
T x() const
Cartesian x coordinate.
T z() const
Cartesian z coordinate.
template<typename T>
Basic3DVector& Basic3DVector< T >::operator/= ( T  t)
inline

Scaling by a scalar value (division)

Definition at line 177 of file sseBasic3DVector.h.

177  {
178  //t = T(1)/t;
179  v = v / t;
180  return *this;
181  }
template<typename T>
Basic3DVector& Basic3DVector< T >::operator/= ( T  t)
inline

Scaling by a scalar value (division)

Definition at line 182 of file extBasic3DVector.h.

182  {
183  //t = T(1)/t;
184  v = v / t;
185  return *this;
186  }
template<typename T>
Basic3DVector& Basic3DVector< T >::operator/= ( T  t)
inline

Scaling by a scalar value (division)

Definition at line 214 of file oldBasic3DVector.h.

214  {
215  t = T(1)/t;
216  theX *= t;
217  theY *= t;
218  theZ *= t;
219  theW *= t;;
220  return *this;
221  }
long double T
template<typename T>
bool Basic3DVector< T >::operator== ( const Basic3DVector< T > &  rh) const
inline

Definition at line 105 of file sseBasic3DVector.h.

105 { return v == rh.v; }
template<typename T>
bool Basic3DVector< T >::operator== ( const Basic3DVector< T > &  rh) const
inline

Definition at line 107 of file extBasic3DVector.h.

107  {
108  auto res = v == rh.v;
109  return res[0] & res[1] & res[2] & res[3];
110  }
template<typename T>
bool Basic3DVector< T >::operator== ( const Basic3DVector< T > &  rh) const
inline

Definition at line 129 of file oldBasic3DVector.h.

129  {
130  return x()==rh.x() && y()==rh.y() && z()==rh.z();
131  }
T y() const
Cartesian y coordinate.
T x() const
Cartesian x coordinate.
T z() const
Cartesian z coordinate.
template<typename T>
T Basic3DVector< T >::operator[] ( int  i) const
inline

Definition at line 88 of file sseBasic3DVector.h.

88 { return v[i]; }
template<typename T>
T& Basic3DVector< T >::operator[] ( int  i)
inline

Definition at line 89 of file sseBasic3DVector.h.

89 { return v[i]; }
template<typename T>
T Basic3DVector< T >::operator[] ( int  i) const
inline

Definition at line 90 of file extBasic3DVector.h.

90 { return v[i]; }
template<typename T>
T& Basic3DVector< T >::operator[] ( int  i)
inline

Definition at line 91 of file extBasic3DVector.h.

91 { return v[i]; }
template<typename T>
T Basic3DVector< T >::operator[] ( int  i) const
inline

Definition at line 108 of file oldBasic3DVector.h.

108 { return *((&theX)+i) ;}
template<typename T>
T& Basic3DVector< T >::operator[] ( int  i)
inline

Definition at line 109 of file oldBasic3DVector.h.

109 { return *((&theX)+i);}
template<typename T>
T Basic3DVector< T >::perp ( ) const
inline

Magnitude of transverse component.

Definition at line 117 of file sseBasic3DVector.h.

117 { return std::sqrt(perp2()); }
T perp2() const
Squared magnitude of transverse component.
T sqrt(T t)
Definition: SSEVec.h:19
template<typename T>
T Basic3DVector< T >::perp ( ) const
inline
template<typename T>
T Basic3DVector< T >::perp ( ) const
inline

Magnitude of transverse component.

Definition at line 143 of file oldBasic3DVector.h.

143 { return std::sqrt( perp2());}
T perp2() const
Squared magnitude of transverse component.
T sqrt(T t)
Definition: SSEVec.h:19
template<typename T>
T Basic3DVector< T >::perp2 ( ) const
inline

Squared magnitude of transverse component.

Definition at line 114 of file sseBasic3DVector.h.

114 { return ::dotxy(v, v); }
template<typename T>
T Basic3DVector< T >::perp2 ( ) const
inline

Squared magnitude of transverse component.

Definition at line 119 of file extBasic3DVector.h.

Referenced by Basic3DVector< long double >::perp(), Basic3DVector< align::Scalar >::perp(), PV3DBase< long double, PointTag, GlobalTag >::perp2(), and reco::PFRecHit::pt2().

119 { return ::dot2(v, v); }
auto dot2(V1 x, V2 y) -> typename std::remove_reference< decltype(x[0])>::type
Definition: ExtVec.h:143
template<typename T>
T Basic3DVector< T >::perp2 ( ) const
inline

Squared magnitude of transverse component.

Definition at line 140 of file oldBasic3DVector.h.

140 { return x()*x() + y()*y();}
T y() const
Cartesian y coordinate.
T x() const
Cartesian x coordinate.
template<typename T>
Geom::Phi<T> Basic3DVector< T >::phi ( ) const
inline

Definition at line 127 of file sseBasic3DVector.h.

Referenced by Particle.Particle::__str__(), and ntupleDataFormat.Track::phiPull().

127 { return Geom::Phi<T>(barePhi()); }
T barePhi() const
Definition: Phi.h:52
template<typename T>
Geom::Phi<T> Basic3DVector< T >::phi ( ) const
inline
template<typename T>
Geom::Phi<T> Basic3DVector< T >::phi ( ) const
inline

Definition at line 153 of file oldBasic3DVector.h.

Referenced by Particle.Particle::__str__(), and ntupleDataFormat.Track::phiPull().

153 {return Geom::Phi<T>(barePhi());}
T barePhi() const
Definition: Phi.h:52
template<typename T>
Geom::Theta<T> Basic3DVector< T >::theta ( ) const
inline

Definition at line 134 of file sseBasic3DVector.h.

Referenced by Tau.Tau::zImpact().

134 { return Geom::Theta<T>(std::atan2(perp(), z())); }
T z() const
Cartesian z coordinate.
T perp() const
Magnitude of transverse component.
template<typename T>
Geom::Theta<T> Basic3DVector< T >::theta ( ) const
inline

Definition at line 139 of file extBasic3DVector.h.

Referenced by AlCaHOCalibProducer::fillHOStore(), PV3DBase< long double, PointTag, GlobalTag >::theta(), TkRotation< align::Scalar >::TkRotation(), and Tau.Tau::zImpact().

139 { return Geom::Theta<T>(std::atan2(perp(), z())); }
T z() const
Cartesian z coordinate.
T perp() const
Magnitude of transverse component.
template<typename T>
Geom::Theta<T> Basic3DVector< T >::theta ( ) const
inline

Definition at line 160 of file oldBasic3DVector.h.

Referenced by Tau.Tau::zImpact().

160 {return Geom::Theta<T>(std::atan2(perp(),z()));}
T z() const
Cartesian z coordinate.
T perp() const
Magnitude of transverse component.
template<typename T>
T Basic3DVector< T >::transverse ( ) const
inline

Another name for perp()

Definition at line 120 of file sseBasic3DVector.h.

120 { return perp(); }
T perp() const
Magnitude of transverse component.
template<typename T>
T Basic3DVector< T >::transverse ( ) const
inline

Another name for perp()

Definition at line 125 of file extBasic3DVector.h.

Referenced by PV3DBase< long double, PointTag, GlobalTag >::transverse().

125 { return perp(); }
T perp() const
Magnitude of transverse component.
template<typename T>
T Basic3DVector< T >::transverse ( ) const
inline

Another name for perp()

Definition at line 146 of file oldBasic3DVector.h.

146 { return perp();}
T perp() const
Magnitude of transverse component.
template<typename T>
Basic3DVector Basic3DVector< T >::unit ( ) const
inline

Unit vector parallel to this. If mag() is zero, a zero vector is returned.

Definition at line 146 of file sseBasic3DVector.h.

146  {
147  T my_mag = mag2();
148  return (0 != my_mag) ? (*this) * (T(1) / std::sqrt(my_mag)) : *this;
149  }
T sqrt(T t)
Definition: SSEVec.h:19
long double T
T mag2() const
The vector magnitude squared. Equivalent to vec.dot(vec)
template<typename T>
Basic3DVector Basic3DVector< T >::unit ( ) const
inline

Unit vector parallel to this. If mag() is zero, a zero vector is returned.

Definition at line 151 of file extBasic3DVector.h.

Referenced by CaloTowersCreationAlgo::convert(), HybridClusterAlgo::makeClusters(), CartesianLorentzForce::operator()(), PathToPlane2Order::operator()(), HelixBarrelPlaneCrossingByCircle::position(), and TkRotation< align::Scalar >::TkRotation().

151  {
152  T my_mag = mag2();
153  return (0 != my_mag) ? (*this) * (T(1) / std::sqrt(my_mag)) : *this;
154  }
T sqrt(T t)
Definition: SSEVec.h:19
long double T
T mag2() const
The vector magnitude squared. Equivalent to vec.dot(vec)
template<typename T>
Basic3DVector Basic3DVector< T >::unit ( ) const
inline

Unit vector parallel to this. If mag() is zero, a zero vector is returned.

Definition at line 172 of file oldBasic3DVector.h.

172  {
173  T my_mag = mag2();
174  if (my_mag==0) return *this;
175  my_mag = T(1)/std::sqrt(my_mag);
176  return *this * my_mag;
177  }
T sqrt(T t)
Definition: SSEVec.h:19
long double T
T mag2() const
The vector magnitude squared. Equivalent to vec.dot(vec)
template<typename T>
T Basic3DVector< T >::w ( ) const
inline

Definition at line 100 of file sseBasic3DVector.h.

100 { return v.o.theW; }
template<typename T>
T Basic3DVector< T >::w ( ) const
inline

Definition at line 102 of file extBasic3DVector.h.

Referenced by Basic3DVector< align::Scalar >::Basic3DVector(), and operator*().

102 { return v[3]; }
template<typename T>
T Basic3DVector< T >::w ( ) const
inline

Definition at line 122 of file oldBasic3DVector.h.

122 { return theW;}
template<typename T>
T Basic3DVector< T >::x ( ) const
inline
template<typename T>
T Basic3DVector< T >::x ( ) const
inline

Cartesian x coordinate.

Definition at line 94 of file extBasic3DVector.h.

Referenced by svgfig.Curve.Sample::__repr__(), svgfig.Ellipse::__repr__(), Basic3DVector< long double >::barePhi(), Basic3DVector< align::Scalar >::barePhi(), Basic3DVector< align::Scalar >::Basic3DVector(), PFAlgo::checkCleaning(), HelixBarrelPlaneCrossingByCircle::chooseSolution(), TSCPBuilderNoMaterial::createFTSatTransverseImpactPointCharged(), Basic3DVector< align::Scalar >::cross(), HelixBarrelPlaneCrossingByCircle::direction(), HelixArbitraryPlaneCrossing::direction(), HelixArbitraryPlaneCrossing2Order::direction(), HelixExtrapolatorToLine2Order::directionInDouble(), Basic3DVector< long double >::dot(), Basic3DVector< align::Scalar >::dot(), Basic3DVector< long double >::eta(), Basic3DVector< align::Scalar >::eta(), IterativeHelixExtrapolatorToLine::genericPathLength(), HelixArbitraryPlaneCrossing::HelixArbitraryPlaneCrossing(), HelixArbitraryPlaneCrossing2Order::HelixArbitraryPlaneCrossing2Order(), HelixExtrapolatorToLine2Order::HelixExtrapolatorToLine2Order(), HelixForwardPlaneCrossing::HelixForwardPlaneCrossing(), HelixBarrelPlaneCrossingByCircle::init(), PhiInterval::inside(), IterativeHelixExtrapolatorToLine::IterativeHelixExtrapolatorToLine(), Basic3DVector< long double >::mag2(), Basic3DVector< align::Scalar >::mag2(), ConformalMappingFit::MappedPoint< T >::MappedPoint(), ThirdHitPredictionFromInvLine::MappedPoint< T >::MappedPoint(), reco::PFDisplacedVertexSeed::mergeWith(), TkRotation< align::Scalar >::multiplyInverse(), HelixArbitraryPlaneCrossing::notAtSurface(), PathToPlane2Order::operator()(), operator*(), operator+(), Basic3DVector< long double >::operator+=(), Basic3DVector< align::Scalar >::operator+=(), Basic3DVector< long double >::operator-(), Basic3DVector< align::Scalar >::operator-(), operator-(), Basic3DVector< align::Scalar >::operator-=(), Basic3DVector< long double >::operator==(), Basic3DVector< align::Scalar >::operator==(), HelixBarrelPlaneCrossingByCircle::pathLength(), HelixExtrapolatorToLine2Order::pathLength(), Basic3DVector< long double >::perp2(), Basic3DVector< align::Scalar >::perp2(), geometryXMLparser.Alignable::pos(), HelixBarrelPlaneCrossingByCircle::position(), HelixArbitraryPlaneCrossing::position(), HelixArbitraryPlaneCrossing2Order::position(), HelixExtrapolatorToLine2Order::positionInDouble(), TrackKinematicStatePropagator::propagateToTheTransversePCACharged(), ntupleDataFormat._HitObject::r(), ntupleDataFormat._HitObject::r3D(), CartesianStateAdaptor::rkstate(), TkRotation< align::Scalar >::rotate(), TkRotation< align::Scalar >::rotateAxes(), TkRotation< align::Scalar >::rotateBack(), VertexDistanceXY::signedDistance(), VertexDistance3D::signedDistance(), theta(), reco::trackingParametersAtClosestApproachToBeamSpot(), ConformalMappingFit::MappedPoint< T >::unmap(), ThirdHitPredictionFromInvLine::MappedPoint< T >::unmap(), reco::PFDisplacedVertexSeed::updateSeedPoint(), and PV3DBase< long double, PointTag, GlobalTag >::x().

94 { return v[0]; }
template<typename T>
T Basic3DVector< T >::x ( ) const
inline
template<typename T>
Basic2DVector<T> Basic3DVector< T >::xy ( ) const
inline

Definition at line 102 of file sseBasic3DVector.h.

Referenced by geometryXMLparser.Alignable::covariance().

102 { return v.xy(); }
template<typename T>
Basic2DVector<T> Basic3DVector< T >::xy ( ) const
inline

Definition at line 104 of file extBasic3DVector.h.

Referenced by geometryXMLparser.Alignable::covariance(), and LinkByRecHit::testECALAndPSByRecHit().

104 { return ::xy(v); }
Basic2DVector< T > xy() const
template<typename T>
Basic2DVector<T> Basic3DVector< T >::xy ( ) const
inline
template<typename T>
T Basic3DVector< T >::y ( ) const
inline

Cartesian y coordinate.

Definition at line 95 of file sseBasic3DVector.h.

Referenced by svgfig.Ellipse::__repr__(), geometryXMLparser.Alignable::pos(), ntupleDataFormat._HitObject::r(), and ntupleDataFormat._HitObject::r3D().

95 { return v.o.theY; }
template<typename T>
T Basic3DVector< T >::y ( ) const
inline

Cartesian y coordinate.

Definition at line 97 of file extBasic3DVector.h.

Referenced by svgfig.Ellipse::__repr__(), AlignmentParameterStore::acquireRelativeParameters(), Basic3DVector< long double >::barePhi(), Basic3DVector< align::Scalar >::barePhi(), Basic3DVector< align::Scalar >::Basic3DVector(), PFAlgo::checkCleaning(), HelixBarrelPlaneCrossingByCircle::chooseSolution(), TSCPBuilderNoMaterial::createFTSatTransverseImpactPointCharged(), Basic3DVector< align::Scalar >::cross(), HelixBarrelPlaneCrossingByCircle::direction(), HelixArbitraryPlaneCrossing::direction(), HelixArbitraryPlaneCrossing2Order::direction(), HelixExtrapolatorToLine2Order::directionInDouble(), Basic3DVector< long double >::dot(), Basic3DVector< align::Scalar >::dot(), Basic3DVector< long double >::eta(), Basic3DVector< align::Scalar >::eta(), IterativeHelixExtrapolatorToLine::genericPathLength(), HelixArbitraryPlaneCrossing::HelixArbitraryPlaneCrossing(), HelixArbitraryPlaneCrossing2Order::HelixArbitraryPlaneCrossing2Order(), HelixExtrapolatorToLine2Order::HelixExtrapolatorToLine2Order(), HelixForwardPlaneCrossing::HelixForwardPlaneCrossing(), HelixBarrelPlaneCrossingByCircle::init(), PhiInterval::inside(), IterativeHelixExtrapolatorToLine::IterativeHelixExtrapolatorToLine(), Basic3DVector< long double >::mag2(), Basic3DVector< align::Scalar >::mag2(), ConformalMappingFit::MappedPoint< T >::MappedPoint(), ThirdHitPredictionFromInvLine::MappedPoint< T >::MappedPoint(), reco::PFDisplacedVertexSeed::mergeWith(), TkRotation< align::Scalar >::multiplyInverse(), HelixArbitraryPlaneCrossing::notAtSurface(), PathToPlane2Order::operator()(), operator*(), operator+(), Basic3DVector< long double >::operator-(), Basic3DVector< align::Scalar >::operator-(), operator-(), Basic3DVector< align::Scalar >::operator-=(), Basic3DVector< long double >::operator==(), Basic3DVector< align::Scalar >::operator==(), HelixBarrelPlaneCrossingByCircle::pathLength(), HelixExtrapolatorToLine2Order::pathLength(), Basic3DVector< long double >::perp2(), Basic3DVector< align::Scalar >::perp2(), geometryXMLparser.Alignable::pos(), HelixBarrelPlaneCrossingByCircle::position(), HelixArbitraryPlaneCrossing::position(), HelixArbitraryPlaneCrossing2Order::position(), HelixExtrapolatorToLine2Order::positionInDouble(), TrackKinematicStatePropagator::propagateToTheTransversePCACharged(), ntupleDataFormat._HitObject::r(), ntupleDataFormat._HitObject::r3D(), CartesianStateAdaptor::rkstate(), TkRotation< align::Scalar >::rotate(), TkRotation< align::Scalar >::rotateAxes(), TkRotation< align::Scalar >::rotateBack(), VertexDistanceXY::signedDistance(), VertexDistance3D::signedDistance(), theta(), reco::trackingParametersAtClosestApproachToBeamSpot(), ConformalMappingFit::MappedPoint< T >::unmap(), ThirdHitPredictionFromInvLine::MappedPoint< T >::unmap(), reco::PFDisplacedVertexSeed::updateSeedPoint(), and PV3DBase< long double, PointTag, GlobalTag >::y().

97 { return v[1]; }
template<typename T>
T Basic3DVector< T >::y ( ) const
inline
template<typename T>
T Basic3DVector< T >::z ( ) const
inline

Cartesian z coordinate.

Definition at line 98 of file sseBasic3DVector.h.

Referenced by geometryXMLparser.Alignable::pos(), and ntupleDataFormat._HitObject::r3D().

98 { return v.o.theZ; }
template<typename T>
T Basic3DVector< T >::z ( ) const
inline

Cartesian z coordinate.

Definition at line 100 of file extBasic3DVector.h.

Referenced by Basic3DVector< long double >::bareTheta(), Basic3DVector< align::Scalar >::bareTheta(), Basic3DVector< align::Scalar >::Basic3DVector(), PFAlgo::checkCleaning(), TSCPBuilderNoMaterial::createFTSatTransverseImpactPointCharged(), Basic3DVector< align::Scalar >::cross(), HelixBarrelPlaneCrossingByCircle::direction(), HelixArbitraryPlaneCrossing::direction(), HelixArbitraryPlaneCrossing2Order::direction(), HelixExtrapolatorToLine2Order::directionInDouble(), Basic3DVector< long double >::dot(), Basic3DVector< align::Scalar >::dot(), Basic3DVector< long double >::eta(), Basic3DVector< align::Scalar >::eta(), IterativeHelixExtrapolatorToLine::genericPathLength(), HelixArbitraryPlaneCrossing::HelixArbitraryPlaneCrossing(), HelixArbitraryPlaneCrossing2Order::HelixArbitraryPlaneCrossing2Order(), HelixExtrapolatorToLine2Order::HelixExtrapolatorToLine2Order(), HelixForwardPlaneCrossing::HelixForwardPlaneCrossing(), HelixBarrelPlaneCrossingByCircle::init(), EtaInterval::inside(), IterativeHelixExtrapolatorToLine::IterativeHelixExtrapolatorToLine(), Basic3DVector< long double >::mag2(), Basic3DVector< align::Scalar >::mag2(), reco::PFDisplacedVertexSeed::mergeWith(), TkRotation< align::Scalar >::multiplyInverse(), HelixArbitraryPlaneCrossing::notAtSurface(), RK4PreciseStep::operator()(), PathToPlane2Order::operator()(), operator*(), operator+(), Basic3DVector< long double >::operator-(), Basic3DVector< align::Scalar >::operator-(), operator-(), Basic3DVector< long double >::operator==(), Basic3DVector< align::Scalar >::operator==(), HelixForwardPlaneCrossing::pathLength(), geometryXMLparser.Alignable::pos(), HelixBarrelPlaneCrossingByCircle::position(), HelixArbitraryPlaneCrossing::position(), HelixArbitraryPlaneCrossing2Order::position(), HelixExtrapolatorToLine2Order::positionInDouble(), RKPropagatorInS::propagateParametersOnCylinder(), TrackKinematicStatePropagator::propagateToTheTransversePCACharged(), ntupleDataFormat._HitObject::r3D(), CartesianStateAdaptor::rkstate(), TkRotation< align::Scalar >::rotate(), TkRotation< align::Scalar >::rotateAxes(), TkRotation< align::Scalar >::rotateBack(), VertexDistance3D::signedDistance(), Basic3DVector< align::Scalar >::theta(), theta(), reco::trackingParametersAtClosestApproachToBeamSpot(), l1t::HGCalClusterT< l1t::HGCalCluster >::updateP4AndPosition(), reco::PFDisplacedVertexSeed::updateSeedPoint(), PV3DBase< long double, PointTag, GlobalTag >::z(), and z().

100 { return v[2]; }
template<typename T>
T Basic3DVector< T >::z ( ) const
inline

Cartesian z coordinate.

Definition at line 120 of file oldBasic3DVector.h.

Referenced by geometryXMLparser.Alignable::pos(), and ntupleDataFormat._HitObject::r3D().

120 { return theZ;}

Member Data Documentation

template<typename T>
T Basic3DVector< T >::theW
private
template<typename T>
T Basic3DVector< T >::theX
private
template<typename T>
T Basic3DVector< T >::theY
private
template<typename T>
T Basic3DVector< T >::theZ
private
template<typename T>
mathSSE::Vec4<T> Basic3DVector< T >::v

Definition at line 212 of file sseBasic3DVector.h.

template<typename T>
Vec4<T> Basic3DVector< T >::v