~TEveVectorT<float>() | |
const float* | Arr() const |
float* | Arr() |
static TClass* | Class() |
float | CosTheta() const |
TEveVectorT<float> | Cross(const TEveVectorT<float>& a) const |
float | Distance(const TEveVectorT<float>& v) const |
float | Dot(const TEveVectorT<float>& a) const |
void | Dump() const |
float | Eta() const |
TClass* | IsA() const |
Bool_t | IsZero() const |
float | Mag() const |
float | Mag2() const |
TEveVectorT<float>& | Mult(const TEveVectorT<float>& a, float af) |
void | NegateXYZ() |
float | Normalize(float length = 1) |
const float* | operator const float *() const |
float* | operator float *() |
TEveVectorT<float>& | operator*=(float s) |
TEveVectorT<float>& | operator+=(const TEveVectorT<float>& v) |
TEveVectorT<float>& | operator-=(const TEveVectorT<float>& v) |
TEveVectorT<float>& | operator=(const TEveVectorT<float>&) |
TEveVectorT<float>& | operator=(TEveVectorT<float>&&) |
float | operator[](Int_t idx) const |
float& | operator[](Int_t idx) |
TEveVectorT<float> | Orthogonal() const |
void | OrthoNormBase(TEveVectorT<float>& a, TEveVectorT<float>& b) const |
float | Perp() const |
float | Perp2() const |
float | Phi() const |
float | R() const |
void | Set(const Float_t* v) |
void | Set(const Double_t* v) |
void | Set(const TVector3& v) |
void | Set(float x, float y, float z) |
void | ShowMembers(TMemberInspector& insp) const |
float | SquareDistance(const TEveVectorT<float>& v) const |
void | Streamer(TBuffer&) |
void | StreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b) |
TEveVectorT<float>& | Sub(const TEveVectorT<float>& a, const TEveVectorT<float>& b) |
TEveVectorT<float>() | |
TEveVectorT<float>(const TEveVectorT<float>& v) | |
TEveVectorT<float>(const Float_t* v) | |
TEveVectorT<float>(const Double_t* v) | |
TEveVectorT<float>(const TEveVectorT<float>&) | |
TEveVectorT<float>(TEveVectorT<float>&&) | |
TEveVectorT<float>(float x, float y, float z) | |
float | Theta() const |
Calculate eta of the point, pretending it's a momentum vector.
Normalize the vector to length if current length is non-zero. Returns the old magnitude.
Returns an orthogonal vector (not normalized).
Set vectors a and b to be normal to this and among themselves, both of length 1.