Class Reference for E1039 Core & Analysis Software
PHField3DCartesian Class Reference

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

Detailed Description

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.

Constructor & Destructor Documentation

◆ PHField3DCartesian()

PHField3DCartesian::PHField3DCartesian ( const std::string &  fname,
const float  magfield_rescale = 1.0 
)

◆ ~PHField3DCartesian()

PHField3DCartesian::~PHField3DCartesian ( )
virtual

Definition at line 174 of file PHField3DCartesian.cc.

Member Function Documentation

◆ GetFieldValue()

void PHField3DCartesian::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 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.

◆ GetZMax()

double PHField3DCartesian::GetZMax ( ) const
inline

Definition at line 26 of file PHField3DCartesian.h.

References zmax.

◆ GetZMin()

double PHField3DCartesian::GetZMin ( ) const
inline

return the min and max in z

Definition at line 25 of file PHField3DCartesian.h.

References zmin.

Member Data Documentation

◆ bf

double PHField3DCartesian::bf[2][2][2][3]
mutableprotected

Definition at line 46 of file PHField3DCartesian.h.

Referenced by GetFieldValue(), and PHField3DCartesian().

◆ cache_hits

int PHField3DCartesian::cache_hits
mutableprotected

Definition at line 50 of file PHField3DCartesian.h.

Referenced by GetFieldValue().

◆ cache_misses

int PHField3DCartesian::cache_misses
mutableprotected

Definition at line 51 of file PHField3DCartesian.h.

Referenced by GetFieldValue().

◆ fieldmap

std::map<boost::tuple<double, double, double>, boost::tuple<double, double, double> > PHField3DCartesian::fieldmap
protected

Definition at line 33 of file PHField3DCartesian.h.

Referenced by GetFieldValue(), and PHField3DCartesian().

◆ filename

std::string PHField3DCartesian::filename
protected

Definition at line 29 of file PHField3DCartesian.h.

Referenced by PHField3DCartesian().

◆ xkey_save

double PHField3DCartesian::xkey_save
mutableprotected

Definition at line 47 of file PHField3DCartesian.h.

Referenced by GetFieldValue().

◆ xmax

double PHField3DCartesian::xmax
protected

Definition at line 35 of file PHField3DCartesian.h.

Referenced by GetFieldValue(), and PHField3DCartesian().

◆ xmin

double PHField3DCartesian::xmin
protected

Definition at line 34 of file PHField3DCartesian.h.

Referenced by GetFieldValue(), and PHField3DCartesian().

◆ xstepsize

double PHField3DCartesian::xstepsize
protected

Definition at line 40 of file PHField3DCartesian.h.

Referenced by GetFieldValue(), and PHField3DCartesian().

◆ xvals

std::set<double> PHField3DCartesian::xvals
protected

Definition at line 30 of file PHField3DCartesian.h.

Referenced by GetFieldValue(), and PHField3DCartesian().

◆ xyz

double PHField3DCartesian::xyz[2][2][2][3]
mutableprotected

Definition at line 45 of file PHField3DCartesian.h.

Referenced by GetFieldValue(), and PHField3DCartesian().

◆ ykey_save

double PHField3DCartesian::ykey_save
mutableprotected

Definition at line 48 of file PHField3DCartesian.h.

Referenced by GetFieldValue().

◆ ymax

double PHField3DCartesian::ymax
protected

Definition at line 37 of file PHField3DCartesian.h.

Referenced by GetFieldValue(), and PHField3DCartesian().

◆ ymin

double PHField3DCartesian::ymin
protected

Definition at line 36 of file PHField3DCartesian.h.

Referenced by GetFieldValue(), and PHField3DCartesian().

◆ ystepsize

double PHField3DCartesian::ystepsize
protected

Definition at line 41 of file PHField3DCartesian.h.

Referenced by GetFieldValue(), and PHField3DCartesian().

◆ yvals

std::set<double> PHField3DCartesian::yvals
protected

Definition at line 31 of file PHField3DCartesian.h.

Referenced by GetFieldValue(), and PHField3DCartesian().

◆ zkey_save

double PHField3DCartesian::zkey_save
mutableprotected

Definition at line 49 of file PHField3DCartesian.h.

Referenced by GetFieldValue().

◆ zmax

double PHField3DCartesian::zmax
protected

Definition at line 39 of file PHField3DCartesian.h.

Referenced by GetFieldValue(), GetZMax(), and PHField3DCartesian().

◆ zmin

double PHField3DCartesian::zmin
protected

Definition at line 38 of file PHField3DCartesian.h.

Referenced by GetFieldValue(), GetZMin(), and PHField3DCartesian().

◆ zstepsize

double PHField3DCartesian::zstepsize
protected

Definition at line 42 of file PHField3DCartesian.h.

Referenced by GetFieldValue(), and PHField3DCartesian().

◆ zvals

std::set<double> PHField3DCartesian::zvals
protected

Definition at line 32 of file PHField3DCartesian.h.

Referenced by GetFieldValue(), and PHField3DCartesian().


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