|
Class Reference for E1039 Core & Analysis Software
|
untested code - I don't know if this is being used, drop me a line (with the field) and I test this - Chris P. More...
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/packages/PHField/PHField3DCartesian.h>
Inheritance diagram for PHField3DCartesian:
Collaboration diagram for PHField3DCartesian:Public Member Functions | |
| PHField3DCartesian (const std::string &fname, const float magfield_rescale=1.0) | |
| virtual | ~PHField3DCartesian () |
| void | GetFieldValue (const double Point[4], double *Bfield) const |
| double | GetZMin () const |
| return the min and max in z More... | |
| double | GetZMax () const |
Public Member Functions inherited from PHField | |
| PHField (const int verb=0) | |
| constructor More... | |
| virtual | ~PHField () |
| virtual void | identify (std::ostream &os=std::cout) const |
| void | Verbosity (const int i) |
Public Member Functions inherited from PHObject | |
| 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 | |
| std::string | filename |
| std::set< double > | xvals |
| std::set< double > | yvals |
| std::set< double > | zvals |
| std::map< boost::tuple< double, double, double >, boost::tuple< double, double, double > > | fieldmap |
| double | xmin |
| double | xmax |
| double | ymin |
| double | ymax |
| double | zmin |
| double | zmax |
| double | xstepsize |
| double | ystepsize |
| double | zstepsize |
| double | xyz [2][2][2][3] |
| double | bf [2][2][2][3] |
| double | xkey_save |
| double | ykey_save |
| double | zkey_save |
| int | cache_hits |
| int | cache_misses |
Protected Attributes inherited from PHField | |
| unsigned | verb_ |
untested code - I don't know if this is being used, drop me a line (with the field) and I test this - Chris P.
Definition at line 12 of file PHField3DCartesian.h.
| PHField3DCartesian::PHField3DCartesian | ( | const std::string & | fname, |
| const float | magfield_rescale = 1.0 |
||
| ) |
|
virtual |
Definition at line 174 of file PHField3DCartesian.cc.
|
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 181 of file PHField3DCartesian.cc.
References bf, cache_hits, cache_misses, fieldmap, UNIT_LENGTH, xkey_save, xmax, xmin, xstepsize, xvals, xyz, ykey_save, ymax, ymin, ystepsize, yvals, zkey_save, zmax, zmin, zstepsize, and zvals.
|
inline |
Definition at line 26 of file PHField3DCartesian.h.
References zmax.
|
inline |
|
mutableprotected |
Definition at line 46 of file PHField3DCartesian.h.
Referenced by GetFieldValue(), and PHField3DCartesian().
|
mutableprotected |
Definition at line 50 of file PHField3DCartesian.h.
Referenced by GetFieldValue().
|
mutableprotected |
Definition at line 51 of file PHField3DCartesian.h.
Referenced by GetFieldValue().
|
protected |
Definition at line 33 of file PHField3DCartesian.h.
Referenced by GetFieldValue(), and PHField3DCartesian().
|
protected |
Definition at line 29 of file PHField3DCartesian.h.
Referenced by PHField3DCartesian().
|
mutableprotected |
Definition at line 47 of file PHField3DCartesian.h.
Referenced by GetFieldValue().
|
protected |
Definition at line 35 of file PHField3DCartesian.h.
Referenced by GetFieldValue(), and PHField3DCartesian().
|
protected |
Definition at line 34 of file PHField3DCartesian.h.
Referenced by GetFieldValue(), and PHField3DCartesian().
|
protected |
Definition at line 40 of file PHField3DCartesian.h.
Referenced by GetFieldValue(), and PHField3DCartesian().
|
protected |
Definition at line 30 of file PHField3DCartesian.h.
Referenced by GetFieldValue(), and PHField3DCartesian().
|
mutableprotected |
Definition at line 45 of file PHField3DCartesian.h.
Referenced by GetFieldValue(), and PHField3DCartesian().
|
mutableprotected |
Definition at line 48 of file PHField3DCartesian.h.
Referenced by GetFieldValue().
|
protected |
Definition at line 37 of file PHField3DCartesian.h.
Referenced by GetFieldValue(), and PHField3DCartesian().
|
protected |
Definition at line 36 of file PHField3DCartesian.h.
Referenced by GetFieldValue(), and PHField3DCartesian().
|
protected |
Definition at line 41 of file PHField3DCartesian.h.
Referenced by GetFieldValue(), and PHField3DCartesian().
|
protected |
Definition at line 31 of file PHField3DCartesian.h.
Referenced by GetFieldValue(), and PHField3DCartesian().
|
mutableprotected |
Definition at line 49 of file PHField3DCartesian.h.
Referenced by GetFieldValue().
|
protected |
Definition at line 39 of file PHField3DCartesian.h.
Referenced by GetFieldValue(), GetZMax(), and PHField3DCartesian().
|
protected |
Definition at line 38 of file PHField3DCartesian.h.
Referenced by GetFieldValue(), GetZMin(), and PHField3DCartesian().
|
protected |
Definition at line 42 of file PHField3DCartesian.h.
Referenced by GetFieldValue(), and PHField3DCartesian().
|
protected |
Definition at line 32 of file PHField3DCartesian.h.
Referenced by GetFieldValue(), and PHField3DCartesian().