Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4NeutronHPNPAInelasticFS Class Reference

#include <G4NeutronHPNPAInelasticFS.hh>

+ Inheritance diagram for G4NeutronHPNPAInelasticFS:

Public Member Functions

 G4NeutronHPNPAInelasticFS ()
 
 ~G4NeutronHPNPAInelasticFS ()
 
void Init (G4double A, G4double Z, G4int M, G4String &dirName, G4String &aFSType)
 
G4HadFinalStateApplyYourself (const G4HadProjectile &theTrack)
 
G4NeutronHPFinalStateNew ()
 
- Public Member Functions inherited from G4NeutronHPInelasticBaseFS
 G4NeutronHPInelasticBaseFS ()
 
virtual ~G4NeutronHPInelasticBaseFS ()
 
void Init (G4double A, G4double Z, G4int M, G4String &dirName, G4String &bit)
 
void BaseApply (const G4HadProjectile &theTrack, G4ParticleDefinition **theDefs, G4int nDef)
 
void InitGammas (G4double AR, G4double ZR)
 
virtual G4HadFinalStateApplyYourself (const G4HadProjectile &theTrack)=0
 
virtual G4NeutronHPFinalStateNew ()=0
 
virtual G4double GetXsec (G4double anEnergy)
 
virtual G4NeutronHPVectorGetXsec ()
 
- Public Member Functions inherited from G4NeutronHPFinalState
 G4NeutronHPFinalState ()
 
virtual ~G4NeutronHPFinalState ()
 
void Init (G4double A, G4double Z, G4String &dirName, G4String &aFSType)
 
virtual void Init (G4double A, G4double Z, G4int M, G4String &dirName, G4String &aFSType)=0
 
virtual G4HadFinalStateApplyYourself (const G4HadProjectile &)
 
virtual G4NeutronHPFinalStateNew ()=0
 
G4bool HasXsec ()
 
G4bool HasFSData ()
 
G4bool HasAnyData ()
 
virtual G4double GetXsec (G4double)
 
virtual G4NeutronHPVectorGetXsec ()
 
void SetA_Z (G4double anA, G4double aZ, G4int aM=0)
 
G4double GetZ ()
 
G4double GetN ()
 
G4int GetM ()
 

Additional Inherited Members

- Protected Member Functions inherited from G4NeutronHPFinalState
void SetAZMs (G4double anA, G4double aZ, G4int aM, G4NeutronHPDataUsed used)
 
void adjust_final_state (G4LorentzVector)
 
- Protected Attributes inherited from G4NeutronHPInelasticBaseFS
G4NeutronHPVectortheXsection
 
G4NeutronHPEnergyDistributiontheEnergyDistribution
 
G4NeutronHPAngulartheAngularDistribution
 
G4NeutronHPEnAngCorrelationtheEnergyAngData
 
G4NeutronHPPhotonDisttheFinalStatePhotons
 
G4double theNuclearMassDifference
 
G4NeutronHPDeExGammas theGammas
 
G4String gammaPath
 
- Protected Attributes inherited from G4NeutronHPFinalState
G4bool hasXsec
 
G4bool hasFSData
 
G4bool hasAnyData
 
G4NeutronHPNames theNames
 
G4HadFinalState theResult
 
G4double theBaseA
 
G4double theBaseZ
 
G4int theBaseM
 
G4int theNDLDataZ
 
G4int theNDLDataA
 
G4int theNDLDataM
 

Detailed Description

Definition at line 41 of file G4NeutronHPNPAInelasticFS.hh.

Constructor & Destructor Documentation

◆ G4NeutronHPNPAInelasticFS()

G4NeutronHPNPAInelasticFS::G4NeutronHPNPAInelasticFS ( )
inline

Definition at line 45 of file G4NeutronHPNPAInelasticFS.hh.

45{}

Referenced by New().

◆ ~G4NeutronHPNPAInelasticFS()

G4NeutronHPNPAInelasticFS::~G4NeutronHPNPAInelasticFS ( )
inline

Definition at line 46 of file G4NeutronHPNPAInelasticFS.hh.

46{}

Member Function Documentation

◆ ApplyYourself()

G4HadFinalState * G4NeutronHPNPAInelasticFS::ApplyYourself ( const G4HadProjectile theTrack)
virtual

Implements G4NeutronHPInelasticBaseFS.

Definition at line 35 of file G4NeutronHPNPAInelasticFS.cc.

36{
37// these are the particle types in the final state
38
39 G4ParticleDefinition * theDefs[3];
40 theDefs[0] = G4Neutron::Neutron();
41 theDefs[1] = G4Proton::Proton();
42 theDefs[2] = G4Alpha::Alpha();
43
44// fill the final state
45 G4NeutronHPInelasticBaseFS::BaseApply(theTrack, theDefs, 3);
46
47// return the result
48 return &theResult;
49}
static G4Alpha * Alpha()
Definition: G4Alpha.cc:89
void BaseApply(const G4HadProjectile &theTrack, G4ParticleDefinition **theDefs, G4int nDef)
static G4Neutron * Neutron()
Definition: G4Neutron.cc:104
static G4Proton * Proton()
Definition: G4Proton.cc:93

◆ Init()

void G4NeutronHPNPAInelasticFS::Init ( G4double  A,
G4double  Z,
G4int  M,
G4String dirName,
G4String aFSType 
)
virtual

Reimplemented from G4NeutronHPInelasticBaseFS.

Definition at line 51 of file G4NeutronHPNPAInelasticFS.cc.

53{
54 G4NeutronHPInelasticBaseFS::Init(A, Z, M, dirName, aFSType);
55 G4double ResidualA = A-5;
56 G4double ResidualZ = Z-3;
57 G4NeutronHPInelasticBaseFS::InitGammas(ResidualA, ResidualZ);
58}
double G4double
Definition: G4Types.hh:64
void InitGammas(G4double AR, G4double ZR)
void Init(G4double A, G4double Z, G4int M, G4String &dirName, G4String &bit)

◆ New()

G4NeutronHPFinalState * G4NeutronHPNPAInelasticFS::New ( )
inlinevirtual

The documentation for this class was generated from the following files: