Logo ROOT   6.08/07
Reference Guide
List of all members | Public Member Functions | Public Attributes | List of all members
TEveVectorT< TT > Class Template Reference

template<typename TT>
class TEveVectorT< TT >

Minimal, templated three-vector.

No TObject inheritance and virtual functions. Also used in VSD.

Definition at line 25 of file TEveVector.h.

Public Member Functions

 TEveVectorT ()
 
template<typename OO >
 TEveVectorT (const TEveVectorT< OO > &v)
 
 TEveVectorT (const Float_t *v)
 
 TEveVectorT (const Double_t *v)
 
 TEveVectorT (TT x, TT y, TT z)
 
const TT * Arr () const
 
TT * Arr ()
 
 ClassDefNV (TEveVectorT, 2)
 
TT CosTheta () const
 
TEveVectorT Cross (const TEveVectorT &a) const
 
TT Distance (const TEveVectorT &v) const
 
TT Dot (const TEveVectorT &a) const
 
void Dump () const
 Dump to stdout as "(x, y, z)\n". More...
 
TT Eta () const
 Calculate eta of the point, pretending it's a momentum vector. More...
 
Bool_t IsZero () const
 
TT Mag () const
 
TT Mag2 () const
 
TEveVectorTMult (const TEveVectorT &a, TT af)
 
void NegateXYZ ()
 
TT Normalize (TT length=1)
 Normalize the vector to length if current length is non-zero. More...
 
 operator const TT * () const
 
 operator TT * ()
 
TEveVectorToperator*= (TT s)
 
TEveVectorToperator+= (const TEveVectorT &v)
 
TEveVectorToperator-= (const TEveVectorT &v)
 
TT operator[] (Int_t idx) const
 
TT & operator[] (Int_t idx)
 
TEveVectorT Orthogonal () const
 Returns an orthogonal vector (not normalized). More...
 
void OrthoNormBase (TEveVectorT &a, TEveVectorT &b) const
 Set vectors a and b to be normal to this and among themselves, both of length 1. More...
 
TT Perp () const
 
TT Perp2 () const
 
TT Phi () const
 
TT R () const
 
void Set (const Float_t *v)
 
void Set (const Double_t *v)
 
void Set (TT x, TT y, TT z)
 
void Set (const TVector3 &v)
 Set from TVector3. More...
 
template<typename OO >
void Set (const TEveVectorT< OO > &v)
 
TT SquareDistance (const TEveVectorT &v) const
 
TEveVectorTSub (const TEveVectorT &a, const TEveVectorT &b)
 
TT Theta () const
 

Public Attributes

TT fX
 
TT fY
 
TT fZ
 

#include <TEveVector.h>

Inheritance diagram for TEveVectorT< TT >:
[legend]

Constructor & Destructor Documentation

◆ TEveVectorT() [1/5]

template<typename TT>
TEveVectorT< TT >::TEveVectorT ( )
inline

Definition at line 30 of file TEveVector.h.

◆ TEveVectorT() [2/5]

template<typename TT>
template<typename OO >
TEveVectorT< TT >::TEveVectorT ( const TEveVectorT< OO > &  v)
inline

Definition at line 32 of file TEveVector.h.

◆ TEveVectorT() [3/5]

template<typename TT>
TEveVectorT< TT >::TEveVectorT ( const Float_t v)
inline

Definition at line 33 of file TEveVector.h.

◆ TEveVectorT() [4/5]

template<typename TT>
TEveVectorT< TT >::TEveVectorT ( const Double_t v)
inline

Definition at line 34 of file TEveVector.h.

◆ TEveVectorT() [5/5]

template<typename TT>
TEveVectorT< TT >::TEveVectorT ( TT  x,
TT  y,
TT  z 
)
inline

Definition at line 35 of file TEveVector.h.

Member Function Documentation

◆ Arr() [1/2]

template<typename TT>
const TT* TEveVectorT< TT >::Arr ( ) const
inline

Definition at line 45 of file TEveVector.h.

◆ Arr() [2/2]

template<typename TT>
TT* TEveVectorT< TT >::Arr ( )
inline

Definition at line 46 of file TEveVector.h.

◆ ClassDefNV()

template<typename TT>
TEveVectorT< TT >::ClassDefNV ( TEveVectorT< TT >  ,
 
)

◆ CosTheta()

template<typename TT >
TT TEveVectorT< TT >::CosTheta ( ) const
inline

Definition at line 113 of file TEveVector.h.

◆ Cross()

template<typename TT >
TEveVectorT< TT > TEveVectorT< TT >::Cross ( const TEveVectorT< TT > &  a) const
inline

Definition at line 145 of file TEveVector.h.

◆ Distance()

template<typename TT >
TT TEveVectorT< TT >::Distance ( const TEveVectorT< TT > &  v) const
inline

Definition at line 120 of file TEveVector.h.

◆ Dot()

template<typename TT >
TT TEveVectorT< TT >::Dot ( const TEveVectorT< TT > &  a) const
inline

Definition at line 138 of file TEveVector.h.

◆ Dump()

template<typename TT >
void TEveVectorT< TT >::Dump ( ) const

Dump to stdout as "(x, y, z)\n".

Definition at line 28 of file TEveVector.cxx.

◆ Eta()

template<typename TT >
TT TEveVectorT< TT >::Eta ( ) const

Calculate eta of the point, pretending it's a momentum vector.

Definition at line 44 of file TEveVector.cxx.

◆ IsZero()

template<typename TT>
Bool_t TEveVectorT< TT >::IsZero ( ) const
inline

Definition at line 88 of file TEveVector.h.

◆ Mag()

template<typename TT>
TT TEveVectorT< TT >::Mag ( ) const
inline

Definition at line 69 of file TEveVector.h.

◆ Mag2()

template<typename TT>
TT TEveVectorT< TT >::Mag2 ( ) const
inline

Definition at line 68 of file TEveVector.h.

◆ Mult()

template<typename TT>
TEveVectorT< TT > & TEveVectorT< TT >::Mult ( const TEveVectorT< TT > &  a,
TT  af 
)
inline

Definition at line 166 of file TEveVector.h.

◆ NegateXYZ()

template<typename TT>
void TEveVectorT< TT >::NegateXYZ ( )
inline

Definition at line 60 of file TEveVector.h.

◆ Normalize()

template<typename TT>
TT TEveVectorT< TT >::Normalize ( TT  length = 1)

Normalize the vector to length if current length is non-zero.

Returns the old magnitude.

Definition at line 56 of file TEveVector.cxx.

◆ operator const TT *()

template<typename TT>
TEveVectorT< TT >::operator const TT * ( ) const
inline

Definition at line 39 of file TEveVector.h.

◆ operator TT *()

template<typename TT>
TEveVectorT< TT >::operator TT * ( )
inline

Definition at line 40 of file TEveVector.h.

◆ operator*=()

template<typename TT>
TEveVectorT& TEveVectorT< TT >::operator*= ( TT  s)
inline

Definition at line 48 of file TEveVector.h.

◆ operator+=()

template<typename TT>
TEveVectorT& TEveVectorT< TT >::operator+= ( const TEveVectorT< TT > &  v)
inline

Definition at line 49 of file TEveVector.h.

◆ operator-=()

template<typename TT>
TEveVectorT& TEveVectorT< TT >::operator-= ( const TEveVectorT< TT > &  v)
inline

Definition at line 50 of file TEveVector.h.

◆ operator[]() [1/2]

template<typename TT>
TT TEveVectorT< TT >::operator[] ( Int_t  idx) const
inline

Definition at line 42 of file TEveVector.h.

◆ operator[]() [2/2]

template<typename TT>
TT& TEveVectorT< TT >::operator[] ( Int_t  idx)
inline

Definition at line 43 of file TEveVector.h.

◆ Orthogonal()

template<typename TT >
TEveVectorT< TT > TEveVectorT< TT >::Orthogonal ( ) const

Returns an orthogonal vector (not normalized).

Definition at line 70 of file TEveVector.cxx.

◆ OrthoNormBase()

template<typename TT >
void TEveVectorT< TT >::OrthoNormBase ( TEveVectorT< TT > &  a,
TEveVectorT< TT > &  b 
) const

Set vectors a and b to be normal to this and among themselves, both of length 1.

Definition at line 86 of file TEveVector.cxx.

◆ Perp()

template<typename TT>
TT TEveVectorT< TT >::Perp ( ) const
inline

Definition at line 72 of file TEveVector.h.

◆ Perp2()

template<typename TT>
TT TEveVectorT< TT >::Perp2 ( ) const
inline

Definition at line 71 of file TEveVector.h.

◆ Phi()

template<typename TT >
TT TEveVectorT< TT >::Phi ( ) const
inline

Definition at line 99 of file TEveVector.h.

◆ R()

template<typename TT>
TT TEveVectorT< TT >::R ( ) const
inline

Definition at line 73 of file TEveVector.h.

◆ Set() [1/5]

template<typename TT>
void TEveVectorT< TT >::Set ( const Float_t v)
inline

Definition at line 52 of file TEveVector.h.

◆ Set() [2/5]

template<typename TT>
void TEveVectorT< TT >::Set ( const Double_t v)
inline

Definition at line 53 of file TEveVector.h.

◆ Set() [3/5]

template<typename TT>
void TEveVectorT< TT >::Set ( TT  x,
TT  y,
TT  z 
)
inline

Definition at line 54 of file TEveVector.h.

◆ Set() [4/5]

template<typename TT>
void TEveVectorT< TT >::Set ( const TVector3 v)

Set from TVector3.

Definition at line 36 of file TEveVector.cxx.

◆ Set() [5/5]

template<typename TT>
template<typename OO >
void TEveVectorT< TT >::Set ( const TEveVectorT< OO > &  v)
inline

Definition at line 58 of file TEveVector.h.

◆ SquareDistance()

template<typename TT >
TT TEveVectorT< TT >::SquareDistance ( const TEveVectorT< TT > &  v) const
inline

Definition at line 129 of file TEveVector.h.

◆ Sub()

template<typename TT >
TEveVectorT< TT > & TEveVectorT< TT >::Sub ( const TEveVectorT< TT > &  a,
const TEveVectorT< TT > &  b 
)
inline

Definition at line 156 of file TEveVector.h.

◆ Theta()

template<typename TT >
TT TEveVectorT< TT >::Theta ( ) const
inline

Definition at line 106 of file TEveVector.h.

Member Data Documentation

◆ fX

template<typename TT>
TT TEveVectorT< TT >::fX

Definition at line 28 of file TEveVector.h.

◆ fY

template<typename TT>
TT TEveVectorT< TT >::fY

Definition at line 28 of file TEveVector.h.

◆ fZ

template<typename TT>
TT TEveVectorT< TT >::fZ

Definition at line 28 of file TEveVector.h.


The documentation for this class was generated from the following files: