6 #include <boost/tuple/tuple.hpp>
7 #include <boost/tuple/tuple_comparison.hpp>
14 using namespace CLHEP;
17 const std::string &fmag_name,
18 const std::string &kmag_name,
19 const double fmag_scale,
20 const double kmag_scale,
21 const double targermag_y):
22 fmag(fmag_name, fmag_scale),
23 kmag(kmag_name, kmag_scale),
24 targetmag(targermag_y)
48 double kmag_point[4] = {point[0], point[1], point[2]-
kmagZOffset, point[3]};
65 double xTemp = Bfield[0];
66 double yTemp = Bfield[1];
67 double zTemp = Bfield[2];
70 Bfield[0] = Bfield[0] + xTemp;
71 Bfield[1] = Bfield[1] + yTemp;
72 Bfield[2] = Bfield[2] + zTemp;
93 os <<
"PHFieldSeaQuest::identify: " <<
"-------" << endl;
94 double point[4] = {0, 0, 0, 0};
95 double bfield[3] = {0, 0, 0};
97 for(point[2] = -500*cm; point[2] < 1500*cm; point[2] += 1*cm) {
99 os << point[2]/cm <<
", " << bfield[1]/tesla << endl;
void set_mean_y(double meanY)
void set_mean_z(double meanZ)
void set_mean_x(double meanX)
void GetFieldValue(const double Point[4], double *Bfield) const
void GetFieldValue(const double Point[4], double *Bfield) const
virtual ~PHFieldSeaQuest()
void identify(std::ostream &os=std::cout) const
PHFieldRegionalConst targetmag
PHFieldSeaQuest(const std::string &fmag_name, const std::string &kmag_name, const double fmag_scale=1.0, const double kmag_scale=1.0, const double targermag_y=5.0)
virtual double get_DoubleFlag(const std::string &name) const
double GetZMin() const
return the min and max in z
void GetFieldValue(const double Point[4], double *Bfield) const
static recoConsts * instance()