This commit is contained in:
16
geant4/LEMuSR/include/lem4GaussianField.hh
Normal file
16
geant4/LEMuSR/include/lem4GaussianField.hh
Normal file
@ -0,0 +1,16 @@
|
||||
#include "globals.hh"
|
||||
#include "G4MagneticField.hh"
|
||||
|
||||
class lem4GaussianField
|
||||
#ifndef STANDALONE
|
||||
: public G4MagneticField
|
||||
#endif
|
||||
{
|
||||
private:
|
||||
G4double ffieldValue;
|
||||
G4double fieldMagnitude,RMS;
|
||||
public:
|
||||
lem4GaussianField(double fieldValue, double sigma);
|
||||
void GetFieldValue( const double point[4], double *Bfield ) const;
|
||||
G4double GetFieldSetValue();
|
||||
};
|
Reference in New Issue
Block a user