#include <ZReflectedMFGrid.h>
Public Member Functions | |
virtual Dimensions | dimensions () const |
virtual LocalPoint | fromGridFrame (double a, double b, double c) const |
find grid coordinates for point. For debugging and validation only. More... | |
virtual LocalPoint | nodePosition (int i, int j, int k) const |
Position of node in local frame. More... | |
virtual LocalVector | nodeValue (int i, int j, int k) const |
Field value at node. More... | |
virtual void | toGridFrame (const LocalPoint &p, double &a, double &b, double &c) const |
find grid coordinates for point. For debugging and validation only. More... | |
virtual LocalVector | valueInTesla (const LocalPoint &p) const |
Interpolated field value at given point. More... | |
ZReflectedMFGrid (const GloballyPositioned< float > &vol, MFGrid *sectorGrid) | |
~ZReflectedMFGrid () | |
Public Member Functions inherited from MFGrid | |
virtual void | dump () const |
const GloballyPositioned< float > & | frame () const |
Local reference frame. More... | |
virtual Indexes | index (const LocalPoint &p) const |
MFGrid (const GloballyPositioned< float > &vol) | |
virtual | ~MFGrid () |
Public Member Functions inherited from MagneticFieldProvider< float > | |
virtual LocalVectorType | derivativeInTeslaPerMeter (const LocalPointType &p, int N) const |
virtual int | hasDerivatives () const |
virtual LocalVectorType | valueInTesla (const LocalPointType &p) const =0 |
virtual | ~MagneticFieldProvider () |
Private Member Functions | |
void | throwUp (const char *message) const |
Private Attributes | |
double | theDelta |
double | thePhiMax |
double | thePhiMin |
MFGrid * | theSectorGrid |
Additional Inherited Members | |
Public Types inherited from MFGrid | |
typedef GloballyPositioned < float >::GlobalPoint | GlobalPoint |
typedef GloballyPositioned < float >::GlobalVector | GlobalVector |
typedef GloballyPositioned < float >::LocalPoint | LocalPoint |
typedef GloballyPositioned < float >::LocalVector | LocalVector |
Public Types inherited from MagneticFieldProvider< float > | |
typedef Point3DBase< float, GlobalTag > | GlobalPointType |
typedef Vector3DBase< float, GlobalTag > | GlobalVectorType |
typedef Point3DBase< float, LocalTag > | LocalPointType |
typedef Vector3DBase< float, LocalTag > | LocalVectorType |
Definition at line 7 of file ZReflectedMFGrid.h.
ZReflectedMFGrid::ZReflectedMFGrid | ( | const GloballyPositioned< float > & | vol, |
MFGrid * | sectorGrid | ||
) |
Definition at line 8 of file ZReflectedMFGrid.cc.
ZReflectedMFGrid::~ZReflectedMFGrid | ( | ) |
|
virtual |
Implements MFGrid.
Definition at line 43 of file ZReflectedMFGrid.cc.
References MFGrid::dimensions(), and theSectorGrid.
|
virtual |
find grid coordinates for point. For debugging and validation only.
Implements MFGrid.
Definition at line 37 of file ZReflectedMFGrid.cc.
References throwUp().
|
virtual |
Position of node in local frame.
Implements MFGrid.
Definition at line 45 of file ZReflectedMFGrid.cc.
References throwUp().
|
virtual |
Field value at node.
Implements MFGrid.
Definition at line 51 of file ZReflectedMFGrid.cc.
References throwUp().
|
private |
Definition at line 27 of file ZReflectedMFGrid.cc.
References gather_cfg::cout.
Referenced by fromGridFrame(), nodePosition(), nodeValue(), and toGridFrame().
|
virtual |
find grid coordinates for point. For debugging and validation only.
Implements MFGrid.
Definition at line 32 of file ZReflectedMFGrid.cc.
References throwUp().
|
virtual |
Interpolated field value at given point.
Implements MFGrid.
Definition at line 19 of file ZReflectedMFGrid.cc.
References theSectorGrid, and MFGrid::valueInTesla().
|
private |
Definition at line 33 of file ZReflectedMFGrid.h.
|
private |
Definition at line 31 of file ZReflectedMFGrid.h.
|
private |
Definition at line 30 of file ZReflectedMFGrid.h.
|
private |
Definition at line 32 of file ZReflectedMFGrid.h.
Referenced by dimensions(), valueInTesla(), and ~ZReflectedMFGrid().