CbmRoot
|
#include <HalCbmField.h>
Public Member Functions | |
HalCbmField (FairField *f=nullptr) | |
TVector3 | GetField (Double_t x, Double_t y, Double_t z) const |
virtual | ~HalCbmField () |
HalCbmField (const HalCbmField &other) | |
Private Attributes | |
FairField * | fField = {nullptr} |
Definition at line 11 of file HalCbmField.h.
HalCbmField::HalCbmField | ( | FairField * | f = nullptr | ) |
Definition at line 10 of file HalCbmField.cxx.
|
virtual |
Definition at line 8 of file HalCbmField.cxx.
References fField.
HalCbmField::HalCbmField | ( | const HalCbmField & | other | ) |
Definition at line 17 of file HalCbmField.cxx.
References fField.
TVector3 HalCbmField::GetField | ( | Double_t | x, |
Double_t | y, | ||
Double_t | z ) const |
Definition at line 12 of file HalCbmField.cxx.
|
private |
Definition at line 12 of file HalCbmField.h.
Referenced by GetField(), HalCbmField(), and ~HalCbmField().