1 #ifndef __PHField3DCartesian_H__
2 #define __PHField3DCartesian_H__
6 #include <boost/tuple/tuple.hpp>
22 void GetFieldValue(
const double Point[4],
double *Bfield)
const;
33 std::map<boost::tuple<double, double, double>, boost::tuple<double, double, double> >
fieldmap;
45 mutable double xyz[2][2][2][3];
46 mutable double bf[2][2][2][3];
untested code - I don't know if this is being used, drop me a line (with the field) and I test this -...
std::map< boost::tuple< double, double, double >, boost::tuple< double, double, double > > fieldmap
virtual ~PHField3DCartesian()
double GetZMin() const
return the min and max in z
PHField3DCartesian(const std::string &fname, const float magfield_rescale=1.0)
void GetFieldValue(const double Point[4], double *Bfield) const
transient DST object for field storage and access