Import Geant4 11.3.0 source tree
This commit is contained in:
@@ -43,11 +43,12 @@
|
||||
class G4NeutronHPCaptureFS : public G4ParticleHPFinalState
|
||||
{
|
||||
public:
|
||||
|
||||
G4NeutronHPCaptureFS();
|
||||
~G4NeutronHPCaptureFS() override = default;
|
||||
|
||||
void Init(G4double A, G4double Z, G4int M, G4String& dirName,
|
||||
G4String& aFSType, G4ParticleDefinition*) override;
|
||||
void Init(G4double A, G4double Z, G4int M, const G4String& dirName,
|
||||
const G4String& aFSType, G4ParticleDefinition*) override;
|
||||
G4HadFinalState* ApplyYourself(const G4HadProjectile& theTrack) override;
|
||||
G4ParticleHPFinalState* New() override
|
||||
{
|
||||
@@ -56,10 +57,10 @@ class G4NeutronHPCaptureFS : public G4ParticleHPFinalState
|
||||
}
|
||||
|
||||
G4NeutronHPCaptureFS(G4NeutronHPCaptureFS&) = delete;
|
||||
G4NeutronHPCaptureFS& operator=
|
||||
(const G4NeutronHPCaptureFS &right) = delete;
|
||||
G4NeutronHPCaptureFS& operator=(const G4NeutronHPCaptureFS &right) = delete;
|
||||
|
||||
private:
|
||||
|
||||
G4double targetMass;
|
||||
G4bool hasExactMF6;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user