39 #ifndef EDEPSIMARBELECFIELD_H 40 #define EDEPSIMARBELECFIELD_H 51 #include "G4ElectricField.hh" 52 #include "G4SystemOfUnits.hh" 57 namespace EDepSim {
class ArbElecField; }
72 std::vector<std::vector<std::vector<double>>>
m_field_x;
73 std::vector<std::vector<std::vector<double>>>
m_field_y;
74 std::vector<std::vector<std::vector<double>>>
m_field_z;
std::array< double, 3 > m_delta
std::vector< std::vector< std::vector< double > > > m_field_z
std::vector< std::vector< std::vector< double > > > m_field_y
Construct a module from components.
virtual void GetFieldValue(const G4double pos[4], G4double *field) const
std::array< double, 3 > m_offset
bool ReadFile(const std::string &fname)
std::vector< std::vector< std::vector< double > > > m_field_x