Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/packages/PHField/PHFieldRegionalConst.h>
Public Member Functions | |
PHFieldRegionalConst (const double field=5.0, const double magfield_rescale=1.0, const int verb=0) | |
virtual | ~PHFieldRegionalConst () |
void | GetFieldValue (const double Point[4], double *Bfield) const |
void | identify (std::ostream &os=std::cout) const |
double | get_field_val () const |
void | set_field_val (double fieldVal) |
double | get_maxr () const |
void | set_maxr (double maxr) |
double | get_maxy () const |
void | set_maxy (double maxy) |
double | get_mean_x () const |
void | set_mean_x (double meanX) |
double | get_mean_y () const |
void | set_mean_y (double meanY) |
double | get_mean_z () const |
void | set_mean_z (double meanZ) |
double | get_minr () const |
void | set_minr (double minr) |
double | get_miny () const |
void | set_miny (double miny) |
![]() | |
PHField (const int verb=0) | |
constructor More... | |
virtual | ~PHField () |
void | Verbosity (const int i) |
![]() | |
PHObject () | |
ctor More... | |
virtual | ~PHObject () |
dtor More... | |
virtual PHObject * | clone () const |
Virtual copy constructor. More... | |
virtual void | Reset () |
Clear Event. More... | |
virtual int | isValid () const |
isValid returns non zero if object contains vailid data More... | |
virtual int | isValid (const float) const |
virtual int | isValid (const double) const |
virtual int | isValid (const int) const |
virtual int | isValid (const unsigned int) const |
virtual int | isImplemented (const float f) const |
virtual int | isImplemented (const double f) const |
virtual int | isImplemented (const int i) const |
virtual int | isImplemented (const unsigned int i) const |
void | SplitLevel (const int i) |
int | SplitLevel () const |
void | BufferSize (const int i) |
int | BufferSize () const |
Protected Attributes | |
double | _mean_x |
double | _mean_y |
double | _mean_z |
double | _maxy |
double | _miny |
double | _maxr |
double | _minr |
double | _field_val |
![]() | |
unsigned | verb_ |
Definition at line 14 of file PHFieldRegionalConst.h.
PHFieldRegionalConst::PHFieldRegionalConst | ( | const double | field = 5.0 , |
const double | magfield_rescale = 1.0 , |
||
const int | verb = 0 |
||
) |
Definition at line 14 of file PHFieldRegionalConst.cc.
References identify().
|
inlinevirtual |
Definition at line 20 of file PHFieldRegionalConst.h.
|
inline |
Definition at line 29 of file PHFieldRegionalConst.h.
References _field_val.
|
inline |
Definition at line 37 of file PHFieldRegionalConst.h.
References _maxr.
|
inline |
Definition at line 45 of file PHFieldRegionalConst.h.
References _maxy.
|
inline |
Definition at line 53 of file PHFieldRegionalConst.h.
References _mean_x.
|
inline |
Definition at line 61 of file PHFieldRegionalConst.h.
References _mean_y.
|
inline |
Definition at line 69 of file PHFieldRegionalConst.h.
References _mean_z.
|
inline |
Definition at line 77 of file PHFieldRegionalConst.h.
References _minr.
|
inline |
Definition at line 85 of file PHFieldRegionalConst.h.
References _miny.
|
virtual |
access field value Follow the convention of G4ElectroMagneticField
[in] | Point | space time coordinate. x, y, z, t in Geant4/CLHEP units |
[out] | Bfield | field value. In the case of magnetic field, the order is Bx, By, Bz in in Geant4/CLHEP units |
Implements PHField.
Definition at line 24 of file PHFieldRegionalConst.cc.
References _field_val, _maxr, _maxy, _mean_x, _mean_y, _mean_z, _minr, and _miny.
Referenced by PHFieldSeaQuest::GetFieldValue().
|
virtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from PHField.
Definition at line 45 of file PHFieldRegionalConst.cc.
References _field_val, _mean_x, _mean_y, and _mean_z.
Referenced by PHFieldRegionalConst().
|
inline |
Definition at line 33 of file PHFieldRegionalConst.h.
References _field_val.
|
inline |
Definition at line 41 of file PHFieldRegionalConst.h.
References _maxr.
|
inline |
Definition at line 49 of file PHFieldRegionalConst.h.
References _maxy.
|
inline |
Definition at line 57 of file PHFieldRegionalConst.h.
References _mean_x.
Referenced by PHFieldSeaQuest::PHFieldSeaQuest().
|
inline |
Definition at line 65 of file PHFieldRegionalConst.h.
References _mean_y.
Referenced by PHFieldSeaQuest::PHFieldSeaQuest().
|
inline |
Definition at line 73 of file PHFieldRegionalConst.h.
References _mean_z.
Referenced by PHFieldSeaQuest::PHFieldSeaQuest().
|
inline |
Definition at line 81 of file PHFieldRegionalConst.h.
References _minr.
|
inline |
Definition at line 89 of file PHFieldRegionalConst.h.
References _miny.
|
protected |
Definition at line 98 of file PHFieldRegionalConst.h.
Referenced by get_field_val(), GetFieldValue(), identify(), and set_field_val().
|
protected |
Definition at line 97 of file PHFieldRegionalConst.h.
Referenced by get_maxr(), GetFieldValue(), and set_maxr().
|
protected |
Definition at line 96 of file PHFieldRegionalConst.h.
Referenced by get_maxy(), GetFieldValue(), and set_maxy().
|
protected |
Definition at line 95 of file PHFieldRegionalConst.h.
Referenced by get_mean_x(), GetFieldValue(), identify(), and set_mean_x().
|
protected |
Definition at line 95 of file PHFieldRegionalConst.h.
Referenced by get_mean_y(), GetFieldValue(), identify(), and set_mean_y().
|
protected |
Definition at line 95 of file PHFieldRegionalConst.h.
Referenced by get_mean_z(), GetFieldValue(), identify(), and set_mean_z().
|
protected |
Definition at line 97 of file PHFieldRegionalConst.h.
Referenced by get_minr(), GetFieldValue(), and set_minr().
|
protected |
Definition at line 96 of file PHFieldRegionalConst.h.
Referenced by get_miny(), GetFieldValue(), and set_miny().