Import Geant4 11.0.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2021-06-25 16:12:29 +02:00
parent c968e26a39
commit 6399a014b6
4200 changed files with 207479 additions and 237366 deletions
+3 -3
View File
@@ -42,12 +42,12 @@ class B5MagneticField : public G4MagneticField
public:
B5MagneticField();
virtual ~B5MagneticField();
virtual void GetFieldValue(const G4double point[4],double* bField ) const;
void SetField(G4double val) { fBy = val; }
G4double GetField() const { return fBy; }
private:
void DefineCommands();