#include <TVector2.h>
Inheritance diagram for TVector2:
Definition at line 18 of file TVector2.h.
TVector2::TVector2 | ( | ) |
Referenced by RootCsg::TVector2::Absolute(), Rotate(), RootCsg::TVector2::Scaled(), and Unit().
TVector2::TVector2 | ( | Double_t * | s | ) |
TVector2::~TVector2 | ( | ) | [virtual] |
Definition at line 47 of file TVector2.cxx.
TVector2::TVector2 | ( | ) |
TVector2::TVector2 | ( | Double_t * | s | ) |
virtual TVector2::~TVector2 | ( | ) | [virtual] |
void TVector2::Set | ( | const TVector2 & | v | ) | [inline] |
void TVector2::Set | ( | float | x0, | |
float | y0 | |||
) | [inline] |
Double_t TVector2::Mod2 | ( | ) | const [inline] |
Double_t TVector2::Mod | ( | ) | const |
Double_t TVector2::Px | ( | ) | const [inline] |
Double_t TVector2::Py | ( | ) | const [inline] |
Double_t TVector2::X | ( | ) | const [inline] |
Double_t TVector2::Y | ( | ) | const [inline] |
Double_t TVector2::Phi | ( | ) | const |
Definition at line 66 of file TVector2.cxx.
References TMath::ATan2(), fX, fY, and TMath::Pi().
Referenced by DeltaPhi(), and Print().
Definition at line 104 of file TVector2.cxx.
References TMath::Abs(), TMath::Cos(), fX, fY, and TMath::Sin().
TVector2 TVector2::Unit | ( | ) | const |
Definition at line 59 of file TVector2.cxx.
References Mod(), Mod2(), and TVector2().
Referenced by Ort().
TVector2 TVector2::Ort | ( | ) | const [inline] |
Definition at line 97 of file TVector2.cxx.
References TMath::Cos(), fX, fY, TMath::Sin(), and TVector2().
Definition at line 73 of file TVector2.cxx.
References TObject::Error(), gROOT, TMath::IsNaN(), and kTWOPI.
Referenced by G__G__Physics_111_0_27(), and G__setup_memfuncTVector2().
Definition at line 85 of file TVector2.cxx.
References TObject::Error(), gROOT, TMath::IsNaN(), kPI, and kTWOPI.
Referenced by TLorentzVector::DeltaPhi(), DeltaPhi(), TVector3::DeltaPhi(), TLorentzVector::DeltaR(), TVector3::DeltaR(), G__G__Physics_111_0_28(), and G__setup_memfuncTVector2().
void TVector2::Print | ( | Option_t * | option = "" |
) | const [virtual] |
Reimplemented from TObject.
Definition at line 135 of file TVector2.cxx.
References TObject::GetName(), TObject::GetTitle(), Mod(), Phi(), Printf(), TMath::RadToDeg(), X(), and Y().
void TVector2::Set | ( | const TVector2 & | v | ) |
void TVector2::Set | ( | float | x0, | |
float | y0 | |||
) |
Double_t TVector2::Mod2 | ( | ) | const [inline] |
Double_t TVector2::Mod | ( | ) | const |
Double_t TVector2::Px | ( | ) | const [inline] |
Double_t TVector2::Py | ( | ) | const [inline] |
Double_t TVector2::X | ( | ) | const [inline] |
Double_t TVector2::Y | ( | ) | const [inline] |
Double_t TVector2::Phi | ( | ) | const |
TVector2 TVector2::Unit | ( | ) | const |
TVector2 TVector2::Ort | ( | ) | const |
Definition at line 122 of file TVector2.h.
Definition at line 126 of file TVector2.h.
Definition at line 130 of file TVector2.h.
Definition at line 134 of file TVector2.h.
Definition at line 138 of file TVector2.h.
Definition at line 150 of file TVector2.h.
Definition at line 142 of file TVector2.h.
Definition at line 146 of file TVector2.h.
Definition at line 154 of file TVector2.h.
Definition at line 158 of file TVector2.h.
Definition at line 122 of file TVector2.h.
Definition at line 126 of file TVector2.h.
Definition at line 130 of file TVector2.h.
Definition at line 134 of file TVector2.h.
Definition at line 138 of file TVector2.h.
Definition at line 150 of file TVector2.h.
Definition at line 142 of file TVector2.h.
Definition at line 146 of file TVector2.h.
Definition at line 154 of file TVector2.h.
Definition at line 158 of file TVector2.h.
Double_t TVector2::fX [protected] |
Definition at line 24 of file TVector2.h.
Referenced by Mod(), Mod2(), operator *=(), operator+=(), operator-=(), operator/=(), operator=(), Phi(), Px(), Rotate(), Set(), SetMagPhi(), TVector2(), and X().
Double_t TVector2::fY [protected] |
Definition at line 25 of file TVector2.h.
Referenced by Mod(), Mod2(), operator *=(), operator+=(), operator-=(), operator/=(), operator=(), Phi(), Py(), Rotate(), Set(), SetMagPhi(), TVector2(), and Y().