Geant4_10
|
#include <G4VNuclearField.hh>
Public Member Functions | |
G4VNuclearField (G4V3DNucleus *aNucleus=0) | |
virtual | ~G4VNuclearField () |
void | SetNucleus (G4V3DNucleus *aNucleus) |
virtual G4double | GetField (const G4ThreeVector &aPosition)=0 |
virtual G4double | GetBarrier ()=0 |
virtual G4double | GetCoeff () |
Protected Attributes | |
G4V3DNucleus * | theNucleus |
const G4double | radius |
Definition at line 35 of file G4VNuclearField.hh.
G4VNuclearField::G4VNuclearField | ( | G4V3DNucleus * | aNucleus = 0 | ) |
Definition at line 42 of file G4VNuclearField.cc.
|
virtual |
Definition at line 52 of file G4VNuclearField.cc.
|
pure virtual |
|
inlinevirtual |
Reimplemented in G4PionMinusField, G4AntiProtonField, G4KaonMinusField, G4KaonPlusField, G4PionPlusField, G4PionZeroField, G4KaonZeroField, G4SigmaMinusField, G4SigmaZeroField, and G4SigmaPlusField.
Definition at line 44 of file G4VNuclearField.hh.
|
pure virtual |
Implemented in G4NeutronField, G4ProtonField, G4PionMinusField, G4AntiProtonField, G4KaonMinusField, G4KaonPlusField, G4PionPlusField, G4PionZeroField, G4KaonZeroField, G4SigmaMinusField, G4SigmaZeroField, and G4SigmaPlusField.
|
inline |
Definition at line 61 of file G4VNuclearField.hh.
|
protected |
Definition at line 48 of file G4VNuclearField.hh.
|
protected |
Definition at line 47 of file G4VNuclearField.hh.