Class Reference for E1039 Core & Analysis Software
PHField2D Class Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/packages/PHField/PHField2D.h>

+ Inheritance diagram for PHField2D:
+ Collaboration diagram for PHField2D:

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
 
- 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 PHObjectclone () 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
 
- Protected Attributes inherited from PHField
unsigned verb_
 

Detailed Description

Definition at line 14 of file PHField2D.h.

Constructor & Destructor Documentation

◆ PHField2D()

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_.

◆ ~PHField2D()

virtual PHField2D::~PHField2D ( )
inlinevirtual

Definition at line 20 of file PHField2D.h.

Member Function Documentation

◆ GetFieldCyl()

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().

+ Here is the caller graph for this function:

◆ GetFieldValue()

void PHField2D::GetFieldValue ( const double  Point[4],
double *  Bfield 
) const
virtual

access field value Follow the convention of G4ElectroMagneticField

Parameters
[in]Pointspace time coordinate. x, y, z, t in Geant4/CLHEP units
[out]Bfieldfield 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_.

+ Here is the call graph for this function:

Member Data Documentation

◆ BFieldPHI_

std::vector<std::vector<float> > PHField2D::BFieldPHI_
protected

Definition at line 33 of file PHField2D.h.

◆ BFieldR_

std::vector<std::vector<float> > PHField2D::BFieldR_
protected

Definition at line 32 of file PHField2D.h.

Referenced by GetFieldCyl(), and PHField2D().

◆ BFieldZ_

std::vector<std::vector<float> > PHField2D::BFieldZ_
protected

Definition at line 31 of file PHField2D.h.

Referenced by GetFieldCyl(), and PHField2D().

◆ magfield_unit

double PHField2D::magfield_unit
protected

Definition at line 41 of file PHField2D.h.

Referenced by PHField2D().

◆ maxz_

float PHField2D::maxz_
protected

Definition at line 40 of file PHField2D.h.

Referenced by GetFieldValue(), and PHField2D().

◆ minz_

float PHField2D::minz_
protected

Definition at line 40 of file PHField2D.h.

Referenced by GetFieldValue(), and PHField2D().

◆ phi_map_

std::vector<float> PHField2D::phi_map_
protected

Definition at line 38 of file PHField2D.h.

◆ r_map_

std::vector<float> PHField2D::r_map_
protected

Definition at line 37 of file PHField2D.h.

Referenced by GetFieldCyl(), and PHField2D().

◆ z_map_

std::vector<float> PHField2D::z_map_
protected

Definition at line 36 of file PHField2D.h.

Referenced by GetFieldCyl(), and PHField2D().


The documentation for this class was generated from the following files: