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

#include <G4NeutronHPAInelasticFS.hh>

+ Inheritance diagram for G4NeutronHPAInelasticFS:

Public Member Functions

 G4NeutronHPAInelasticFS ()
 
 ~G4NeutronHPAInelasticFS ()
 
void Init (G4double A, G4double Z, G4int M, G4String &dirName, G4String &aFSType)
 
G4HadFinalStateApplyYourself (const G4HadProjectile &theTrack)
 
G4NeutronHPFinalStateNew ()
 
- Public Member Functions inherited from G4NeutronHPInelasticCompFS
 G4NeutronHPInelasticCompFS ()
 
virtual ~G4NeutronHPInelasticCompFS ()
 
void Init (G4double A, G4double Z, G4int M, G4String &dirName, G4String &aSFType)
 
void InitGammas (G4double AR, G4double ZR)
 
virtual G4HadFinalStateApplyYourself (const G4HadProjectile &theTrack)=0
 
virtual G4NeutronHPFinalStateNew ()=0
 
virtual G4double GetXsec (G4double anEnergy)
 
virtual G4NeutronHPVectorGetXsec ()
 
G4int SelectExitChannel (G4double eKinetic)
 
void CompositeApply (const G4HadProjectile &theTrack, G4ParticleDefinition *aHadron)
 
void InitDistributionInitialState (G4ReactionProduct &aNeutron, G4ReactionProduct &aTarget, G4int it)
 
- 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 G4NeutronHPInelasticCompFS
G4NeutronHPVectortheXsection [51]
 
G4NeutronHPEnergyDistributiontheEnergyDistribution [51]
 
G4NeutronHPAngulartheAngularDistribution [51]
 
G4NeutronHPEnAngCorrelationtheEnergyAngData [51]
 
G4NeutronHPPhotonDisttheFinalStatePhotons [51]
 
G4NeutronHPDeExGammas theGammas
 
G4String gammaPath
 
G4double theCurrentA
 
G4double theCurrentZ
 
std::vector< G4doubleQI
 
std::vector< G4intLR
 
- 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 G4NeutronHPAInelasticFS.hh.

Constructor & Destructor Documentation

◆ G4NeutronHPAInelasticFS()

G4NeutronHPAInelasticFS::G4NeutronHPAInelasticFS ( )
inline

Definition at line 45 of file G4NeutronHPAInelasticFS.hh.

45{}

Referenced by New().

◆ ~G4NeutronHPAInelasticFS()

G4NeutronHPAInelasticFS::~G4NeutronHPAInelasticFS ( )
inline

Definition at line 46 of file G4NeutronHPAInelasticFS.hh.

46{}

Member Function Documentation

◆ ApplyYourself()

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

Implements G4NeutronHPInelasticCompFS.

Definition at line 42 of file G4NeutronHPAInelasticFS.cc.

43{
44
45// do the final state
47
48// return the result
49 return &theResult;
50}
static G4Alpha * Alpha()
Definition: G4Alpha.cc:89
void CompositeApply(const G4HadProjectile &theTrack, G4ParticleDefinition *aHadron)

◆ Init()

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

Implements G4NeutronHPFinalState.

Definition at line 34 of file G4NeutronHPAInelasticFS.cc.

35{
36 G4NeutronHPInelasticCompFS::Init(A, Z, M, dirName, aFSType);
37 G4double ResidualA = A-3;
38 G4double ResidualZ = Z-2;
39 G4NeutronHPInelasticCompFS::InitGammas(ResidualA, ResidualZ);
40}
double G4double
Definition: G4Types.hh:64
void Init(G4double A, G4double Z, G4int M, G4String &dirName, G4String &aSFType)
void InitGammas(G4double AR, G4double ZR)

◆ New()

G4NeutronHPFinalState * G4NeutronHPAInelasticFS::New ( )
inlinevirtual

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