ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/examples/extended/runAndEvent/RE05/include/RE05Field.hh>
Public Member Functions | |
RE05Field () | |
virtual | ~RE05Field () |
virtual void | GetFieldValue (const double Point[3], double *Bfield) const |
Public Member Functions inherited from G4MagneticField | |
G4MagneticField () | |
virtual | ~G4MagneticField () |
G4MagneticField (const G4MagneticField &r) | |
G4MagneticField & | operator= (const G4MagneticField &p) |
G4bool | DoesFieldChangeEnergy () const |
virtual void | GetFieldValue (const G4double Point[4], G4double *Bfield) const =0 |
Public Member Functions inherited from G4Field | |
G4Field (G4bool gravityOn=false) | |
G4Field (const G4Field &) | |
virtual | ~G4Field () |
G4Field & | operator= (const G4Field &p) |
G4bool | IsGravityActive () const |
void | SetGravityActive (G4bool OnOffFlag) |
virtual G4Field * | Clone () const |
Private Attributes | |
G4double | fBz |
G4double | fRmax_sq |
G4double | fZmax |
Additional Inherited Members | |
Static Public Attributes inherited from G4Field | |
static constexpr G4int | MAX_NUMBER_OF_COMPONENTS = 24 |
Definition at line 37 of file RE05Field.hh.
View newest version in sPHENIX GitHub at line 37 of file RE05Field.hh
RE05Field::RE05Field | ( | ) |
Definition at line 36 of file RE05Field.cc.
View newest version in sPHENIX GitHub at line 36 of file RE05Field.cc
References cm, fBz, fRmax_sq, fZmax, sqr(), and tesla.
|
virtual |
Definition at line 46 of file RE05Field.cc.
View newest version in sPHENIX GitHub at line 46 of file RE05Field.cc
|
virtual |
Definition at line 51 of file RE05Field.cc.
View newest version in sPHENIX GitHub at line 51 of file RE05Field.cc
References kdfinder::abs(), fBz, fRmax_sq, fZmax, and sqr().
|
private |
Definition at line 47 of file RE05Field.hh.
View newest version in sPHENIX GitHub at line 47 of file RE05Field.hh
Referenced by GetFieldValue(), and RE05Field().
|
private |
Definition at line 48 of file RE05Field.hh.
View newest version in sPHENIX GitHub at line 48 of file RE05Field.hh
Referenced by GetFieldValue(), and RE05Field().
|
private |
Definition at line 49 of file RE05Field.hh.
View newest version in sPHENIX GitHub at line 49 of file RE05Field.hh
Referenced by GetFieldValue(), and RE05Field().