Minimal, templated four-vector.
No TObject inheritance and virtual functions. Also used in VSD.
Definition at line 242 of file TEveVector.h.
Public Member Functions | |
| TEveVector4T () | |
| TEveVector4T (const Double_t *v) | |
| TEveVector4T (const Float_t *v) | |
| template<typename OO> | |
| TEveVector4T (const TEveVector4T< OO > &v) | |
| template<typename OO> | |
| TEveVector4T (const TEveVectorT< OO > &v) | |
| template<typename OO> | |
| TEveVector4T (const TEveVectorT< OO > &v, Float_t t) | |
| TEveVector4T (TT x, TT y, TT z, TT t=0) | |
| TT * | Arr () |
| const TT * | Arr () const |
| 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; t)\n". | |
| TT | Eta () const |
| Calculate eta of the point, pretending it's a momentum vector. | |
| TClass * | IsA () const |
| Bool_t | IsZero () const |
| TT | Mag () const |
| TT | Mag2 () const |
| TEveVectorT & | Mult (const TEveVectorT &a, TT af) |
| void | NegateXYZ () |
| TT | Normalize (TT length=1) |
| Normalize the vector to length if current length is non-zero. | |
| operator const TT * () const | |
| operator TT * () | |
| TEveVector4T & | operator*= (TT s) |
| TEveVector4T & | operator+= (const TEveVector4T &v) |
| TEveVectorT & | operator+= (const TEveVectorT &v) |
| TEveVector4T & | operator-= (const TEveVector4T &v) |
| TEveVectorT & | operator-= (const TEveVectorT &v) |
| TT & | operator[] (Int_t idx) |
| TT | operator[] (Int_t idx) const |
| TEveVectorT | Orthogonal () const |
| Returns an orthogonal vector (not normalized). | |
| void | OrthoNormBase (TEveVectorT &a, TEveVectorT &b) const |
| Set vectors a and b to be normal to this and among themselves, both of length 1. | |
| TT | Perp () const |
| TT | Perp2 () const |
| TT | Phi () const |
| TT | R () const |
| void | Set (const Double_t *v) |
| void | Set (const Float_t *v) |
| template<typename OO> | |
| void | Set (const TEveVectorT< OO > &v) |
| void | Set (const TVector3 &v) |
| Set from TVector3. | |
| void | Set (TT x, TT y, TT z) |
| TT | SquareDistance (const TEveVectorT &v) const |
| void | Streamer (TBuffer &) |
| void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
| TEveVectorT & | Sub (const TEveVectorT &a, const TEveVectorT &b) |
| TT | Theta () const |
Static Public Member Functions | |
| static TClass * | Class () |
| static const char * | Class_Name () |
| static constexpr Version_t | Class_Version () |
| static const char * | DeclFileName () |
Public Attributes | |
| TT | fT |
| TT | fX |
| TT | fY |
| TT | fZ |
Private Types | |
| typedef TEveVectorT< TT > | TP |
#include <TEveVector.h>
|
private |
Definition at line 244 of file TEveVector.h.
|
inline |
Definition at line 249 of file TEveVector.h.
|
inline |
Definition at line 251 of file TEveVector.h.
|
inline |
Definition at line 253 of file TEveVector.h.
|
inline |
Definition at line 255 of file TEveVector.h.
|
inline |
Definition at line 256 of file TEveVector.h.
|
inline |
Definition at line 257 of file TEveVector.h.
|
inline |
Definition at line 258 of file TEveVector.h.
|
inlineinherited |
Definition at line 64 of file TEveVector.h.
|
inlineinherited |
Definition at line 58 of file TEveVector.h.
|
static |
|
static |
|
inlinestaticconstexpr |
Definition at line 269 of file TEveVector.h.
|
inlineinherited |
Definition at line 143 of file TEveVector.h.
|
inlineinherited |
Definition at line 175 of file TEveVector.h.
|
inlinestatic |
Definition at line 269 of file TEveVector.h.
|
inlineinherited |
Definition at line 150 of file TEveVector.h.
|
inlineinherited |
Definition at line 168 of file TEveVector.h.
| void TEveVector4T< TT >::Dump | ( | ) | const |
Dump to stdout as "(x, y, z; t)\n".
Definition at line 108 of file TEveVector.cxx.
|
inherited |
Calculate eta of the point, pretending it's a momentum vector.
Definition at line 42 of file TEveVector.cxx.
|
inline |
Definition at line 269 of file TEveVector.h.
|
inlineinherited |
Definition at line 118 of file TEveVector.h.
|
inlineinherited |
Definition at line 99 of file TEveVector.h.
|
inlineinherited |
Definition at line 98 of file TEveVector.h.
|
inlineinherited |
Definition at line 196 of file TEveVector.h.
|
inlineinherited |
Definition at line 90 of file TEveVector.h.
|
inherited |
Normalize the vector to length if current length is non-zero.
Returns the old magnitude.
Definition at line 54 of file TEveVector.cxx.
|
inlineinherited |
Definition at line 72 of file TEveVector.h.
|
inlineinherited |
Definition at line 73 of file TEveVector.h.
|
inline |
Definition at line 262 of file TEveVector.h.
|
inline |
Definition at line 263 of file TEveVector.h.
|
inlineinherited |
Definition at line 79 of file TEveVector.h.
|
inline |
Definition at line 264 of file TEveVector.h.
|
inlineinherited |
Definition at line 80 of file TEveVector.h.
|
inlineinherited |
Definition at line 76 of file TEveVector.h.
|
inlineinherited |
Definition at line 75 of file TEveVector.h.
|
inherited |
Returns an orthogonal vector (not normalized).
Definition at line 68 of file TEveVector.cxx.
|
inherited |
Set vectors a and b to be normal to this and among themselves, both of length 1.
Definition at line 84 of file TEveVector.cxx.
|
inlineinherited |
Definition at line 102 of file TEveVector.h.
|
inlineinherited |
Definition at line 101 of file TEveVector.h.
|
inlineinherited |
Definition at line 129 of file TEveVector.h.
|
inlineinherited |
Definition at line 103 of file TEveVector.h.
|
inlineinherited |
Definition at line 83 of file TEveVector.h.
|
inlineinherited |
Definition at line 82 of file TEveVector.h.
|
inlineinherited |
Definition at line 88 of file TEveVector.h.
|
inherited |
Set from TVector3.
Definition at line 34 of file TEveVector.cxx.
|
inlineinherited |
Definition at line 84 of file TEveVector.h.
|
inlineinherited |
Definition at line 159 of file TEveVector.h.
| void TEveVector4T< TT >::Streamer | ( | TBuffer & | ) |
|
inline |
Definition at line 269 of file TEveVector.h.
|
inlineinherited |
Definition at line 186 of file TEveVector.h.
|
inlineinherited |
Definition at line 136 of file TEveVector.h.
| TT TEveVector4T< TT >::fT |
Definition at line 247 of file TEveVector.h.
|
inherited |
Definition at line 30 of file TEveVector.h.
|
inherited |
Definition at line 30 of file TEveVector.h.
|
inherited |
Definition at line 30 of file TEveVector.h.