Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/packages/PHField/PHField3DCylindrical.h>
Public Member Functions | |
PHField3DCylindrical (const std::string &filename, int verb=0, const float magfield_rescale=1.0) | |
virtual | ~PHField3DCylindrical () |
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< std::vector< float > > > | BFieldZ_ |
std::vector< std::vector< std::vector< float > > > | BFieldR_ |
std::vector< 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_ |
![]() | |
unsigned | verb_ |
Definition at line 32 of file PHField3DCylindrical.h.
PHField3DCylindrical::PHField3DCylindrical | ( | const std::string & | filename, |
int | verb = 0 , |
||
const float | magfield_rescale = 1.0 |
||
) |
Definition at line 13 of file PHField3DCylindrical.cc.
References BFieldPHI_, BFieldR_, BFieldZ_, maxz_, minz_, phi_map_, r_map_, PHField::verb_, and z_map_.
|
inlinevirtual |
Definition at line 38 of file PHField3DCylindrical.h.
void PHField3DCylindrical::GetFieldCyl | ( | const double | CylPoint[4], |
double * | Bfield | ||
) | const |
Definition at line 265 of file PHField3DCylindrical.cc.
References BFieldPHI_, BFieldR_, BFieldZ_, phi_map_, 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 PHField3DCylindrical.cc.
References GetFieldCyl(), maxz_, minz_, and PHField::verb_.
|
protected |
Definition at line 46 of file PHField3DCylindrical.h.
Referenced by GetFieldCyl(), and PHField3DCylindrical().
|
protected |
Definition at line 45 of file PHField3DCylindrical.h.
Referenced by GetFieldCyl(), and PHField3DCylindrical().
|
protected |
Definition at line 44 of file PHField3DCylindrical.h.
Referenced by GetFieldCyl(), and PHField3DCylindrical().
|
protected |
Definition at line 53 of file PHField3DCylindrical.h.
Referenced by GetFieldValue(), and PHField3DCylindrical().
|
protected |
Definition at line 53 of file PHField3DCylindrical.h.
Referenced by GetFieldValue(), and PHField3DCylindrical().
|
protected |
Definition at line 51 of file PHField3DCylindrical.h.
Referenced by GetFieldCyl(), and PHField3DCylindrical().
|
protected |
Definition at line 50 of file PHField3DCylindrical.h.
Referenced by GetFieldCyl(), and PHField3DCylindrical().
|
protected |
Definition at line 49 of file PHField3DCylindrical.h.
Referenced by GetFieldCyl(), and PHField3DCylindrical().