Import Geant4 11.2.0.beta source tree
This commit is contained in:
@@ -41,14 +41,14 @@
|
||||
|
||||
class G4LineCurrentMagField : public G4MagneticField
|
||||
{
|
||||
public: // with description
|
||||
public:
|
||||
|
||||
G4LineCurrentMagField(G4double pFieldConstant);
|
||||
~G4LineCurrentMagField();
|
||||
~G4LineCurrentMagField() override;
|
||||
|
||||
void GetFieldValue(const G4double yTrack[],
|
||||
G4double B[] ) const;
|
||||
G4Field* Clone() const;
|
||||
G4double B[] ) const override;
|
||||
G4Field* Clone() const override;
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user