5 #include <Geant4/G4SystemOfUnits.hh>
15 , m_MagFieldScale(magfield_rescale)
25 cout <<
"error reading " << filename << endl;
32 double x = point[0] /
cm;
33 double y = point[1] /
cm;
34 double z = point[2] /
cm;
50 cout <<
"PHFieldBeast::GetFieldValue: bx: " << Bfield[0] / tesla
51 <<
", by: " << Bfield[1] / tesla <<
", bz: " << Bfield[2] / tesla << endl;