Import Geant4 11.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2024-12-06 11:11:40 +01:00
parent e58e650b32
commit 32390e802b
1984 changed files with 98713 additions and 83996 deletions
@@ -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;