Perform various Lorentz transformations. More...
#include "NcBoost.h"
Perform various Lorentz transformations.
Public Member Functions | |
| NcBoost () | |
| NcBoost (const NcBoost &b) | |
| virtual | ~NcBoost () |
| Nc4Vector | Boost (Nc4Vector &v) |
| void | Data (TString f="car") |
| Double_t | GetBeta () |
| Nc3Vector | GetBetaVector () const |
| Double_t | GetGamma () |
| Double_t | GetResultError () const |
| Nc4Vector | Inverse (Nc4Vector &v) |
| void | Set4Momentum (Nc4Vector &p) |
| void | SetBeta (Nc3Vector &b) |
Protected Attributes | |
| Nc3Vector | fBeta |
| Double32_t | fDgamma |
| Double32_t | fDresult |
| ! Error on scalar result | |
| Double32_t | fGamma |
| NcBoost::NcBoost | ( | ) |
Definition at line 86 of file NcBoost.cxx.
|
virtual |
Definition at line 103 of file NcBoost.cxx.
| NcBoost::NcBoost | ( | const NcBoost & | b | ) |
Definition at line 112 of file NcBoost.cxx.
Definition at line 253 of file NcBoost.cxx.
| void NcBoost::Data | ( | TString | f = "car" | ) |
Definition at line 237 of file NcBoost.cxx.
| Double_t NcBoost::GetBeta | ( | ) |
Definition at line 198 of file NcBoost.cxx.
| Nc3Vector NcBoost::GetBetaVector | ( | ) | const |
Definition at line 187 of file NcBoost.cxx.
| Double_t NcBoost::GetGamma | ( | ) |
Definition at line 212 of file NcBoost.cxx.
| Double_t NcBoost::GetResultError | ( | ) | const |
Definition at line 225 of file NcBoost.cxx.
Definition at line 325 of file NcBoost.cxx.
| void NcBoost::Set4Momentum | ( | Nc4Vector & | p | ) |
Definition at line 154 of file NcBoost.cxx.
| void NcBoost::SetBeta | ( | Nc3Vector & | b | ) |
Definition at line 126 of file NcBoost.cxx.
|
protected |