Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/packages/PHField/PHField2D.h>
Public Member Functions | |
PHField2D (const std::string &filename, const int verb=0, const float magfield_rescale=1.0) | |
virtual | ~PHField2D () |
void | GetFieldValue (const double Point[4], double *Bfield) const |
void | GetFieldCyl (const double CylPoint[4], double *Bfield) const |
![]() | |
PHField (const int verb=0) | |
constructor More... | |
virtual | ~PHField () |
virtual void | identify (std::ostream &os=std::cout) const |
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 | |
std::vector< std::vector< float > > | BFieldZ_ |
std::vector< std::vector< float > > | BFieldR_ |
std::vector< std::vector< float > > | BFieldPHI_ |
std::vector< float > | z_map_ |
std::vector< float > | r_map_ |
std::vector< float > | phi_map_ |
float | maxz_ |
float | minz_ |
double | magfield_unit |
![]() | |
unsigned | verb_ |
Definition at line 14 of file PHField2D.h.
PHField2D::PHField2D | ( | const std::string & | filename, |
const int | verb = 0 , |
||
const float | magfield_rescale = 1.0 |
||
) |
Definition at line 15 of file PHField2D.cc.
References BFieldR_, BFieldZ_, magfield_unit, maxz_, minz_, r_map_, PHField::verb_, and z_map_.
|
inlinevirtual |
Definition at line 20 of file PHField2D.h.
void PHField2D::GetFieldCyl | ( | const double | CylPoint[4], |
double * | Bfield | ||
) | const |
Definition at line 260 of file PHField2D.cc.
References BFieldR_, BFieldZ_, r_map_, PHField::verb_, and z_map_.
Referenced by GetFieldValue().
|
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 208 of file PHField2D.cc.
References GetFieldCyl(), maxz_, minz_, and PHField::verb_.
|
protected |
Definition at line 33 of file PHField2D.h.
|
protected |
Definition at line 32 of file PHField2D.h.
Referenced by GetFieldCyl(), and PHField2D().
|
protected |
Definition at line 31 of file PHField2D.h.
Referenced by GetFieldCyl(), and PHField2D().
|
protected |
Definition at line 41 of file PHField2D.h.
Referenced by PHField2D().
|
protected |
Definition at line 40 of file PHField2D.h.
Referenced by GetFieldValue(), and PHField2D().
|
protected |
Definition at line 40 of file PHField2D.h.
Referenced by GetFieldValue(), and PHField2D().
|
protected |
Definition at line 38 of file PHField2D.h.
|
protected |
Definition at line 37 of file PHField2D.h.
Referenced by GetFieldCyl(), and PHField2D().
|
protected |
Definition at line 36 of file PHField2D.h.
Referenced by GetFieldCyl(), and PHField2D().