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

#include <G4NeutronHPTCFissionFS.hh>

+ Inheritance diagram for G4NeutronHPTCFissionFS:

Public Member Functions

 G4NeutronHPTCFissionFS ()
 
 ~G4NeutronHPTCFissionFS ()
 
void Init (G4double A, G4double Z, G4int M, G4String &dirName, G4String &aFSType)
 
G4DynamicParticleVectorApplyYourself (G4int NNeutrons)
 
G4NeutronHPFinalStateNew ()
 
- Public Member Functions inherited from G4NeutronHPFissionBaseFS
 G4NeutronHPFissionBaseFS ()
 
virtual ~G4NeutronHPFissionBaseFS ()
 
void Init (G4double A, G4double Z, G4int M, G4String &dirName, G4String &bit)
 
G4DynamicParticleVectorApplyYourself (G4int Prompt)
 
virtual G4double GetXsec (G4double anEnergy)
 
virtual G4NeutronHPVectorGetXsec ()
 
void SetNeutron (const G4ReactionProduct &aNeutron)
 
void SetTarget (const G4ReactionProduct &aTarget)
 
- 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 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 37 of file G4NeutronHPTCFissionFS.hh.

Constructor & Destructor Documentation

◆ G4NeutronHPTCFissionFS()

G4NeutronHPTCFissionFS::G4NeutronHPTCFissionFS ( )
inline

Definition at line 41 of file G4NeutronHPTCFissionFS.hh.

41{ hasXsec = false; }

Referenced by New().

◆ ~G4NeutronHPTCFissionFS()

G4NeutronHPTCFissionFS::~G4NeutronHPTCFissionFS ( )
inline

Definition at line 42 of file G4NeutronHPTCFissionFS.hh.

42{}

Member Function Documentation

◆ ApplyYourself()

G4DynamicParticleVector * G4NeutronHPTCFissionFS::ApplyYourself ( G4int  NNeutrons)

Definition at line 37 of file G4NeutronHPTCFissionFS.cc.

38 {
40// G4cout <<"G4NeutronHPTCFissionFS::ApplyYourself +"<<G4endl;
41 aResult = G4NeutronHPFissionBaseFS::ApplyYourself(NNeutrons);
42 return aResult;
43 }
std::vector< G4DynamicParticle * > G4DynamicParticleVector
G4DynamicParticleVector * ApplyYourself(G4int Prompt)

Referenced by G4NeutronHPFissionFS::ApplyYourself().

◆ Init()

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

Reimplemented from G4NeutronHPFissionBaseFS.

Definition at line 31 of file G4NeutronHPTCFissionFS.cc.

32 {
33 G4String aString = "/TC/";
34 G4NeutronHPFissionBaseFS::Init(A, Z, M, dirName, aString);
35 }
void Init(G4double A, G4double Z, G4int M, G4String &dirName, G4String &bit)

Referenced by G4NeutronHPFissionFS::Init().

◆ New()

G4NeutronHPFinalState * G4NeutronHPTCFissionFS::New ( )
inlinevirtual

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