Geant4  10.02.p03
G4FTFPNeutronBuilder Class Reference

#include <G4FTFPNeutronBuilder.hh>

Inheritance diagram for G4FTFPNeutronBuilder:
Collaboration diagram for G4FTFPNeutronBuilder:

Public Member Functions

 G4FTFPNeutronBuilder (G4bool quasiElastic=false)
 
virtual ~G4FTFPNeutronBuilder ()
 
virtual void Build (G4HadronElasticProcess *aP)
 
virtual void Build (G4HadronFissionProcess *aP)
 
virtual void Build (G4HadronCaptureProcess *aP)
 
virtual void Build (G4NeutronInelasticProcess *aP)
 
void SetMinEnergy (G4double aM)
 
void SetMaxEnergy (G4double aM)
 
- Public Member Functions inherited from G4VNeutronBuilder
 G4VNeutronBuilder ()
 
virtual ~G4VNeutronBuilder ()
 

Private Attributes

G4TheoFSGeneratortheModel
 
G4GeneratorPrecompoundInterfacetheCascade
 
G4FTFModeltheStringModel
 
G4ExcitedStringDecaytheStringDecay
 
G4QuasiElasticChanneltheQuasiElastic
 
G4LundStringFragmentationtheLund
 
G4double theMin
 
G4double theMax
 

Detailed Description

Definition at line 57 of file G4FTFPNeutronBuilder.hh.

Constructor & Destructor Documentation

◆ G4FTFPNeutronBuilder()

G4FTFPNeutronBuilder::G4FTFPNeutronBuilder ( G4bool  quasiElastic = false)

Definition at line 49 of file G4FTFPNeutronBuilder.cc.

50 {
51  theMin = 4*GeV;
52  theMax = 100*TeV;
53  theModel = new G4TheoFSGenerator("FTFP");
54 
58 
60 
62 
64  if (quasiElastic)
65  {
68  } else
69  { theQuasiElastic=0;}
70 
73 }
void SetQuasiElasticChannel(G4QuasiElasticChannel *const value)
void SetFragmentationModel(G4VStringFragmentation *aModel)
G4QuasiElasticChannel * theQuasiElastic
G4TheoFSGenerator * theModel
void SetHighEnergyGenerator(G4VHighEnergyGenerator *const value)
void SetMinEnergy(G4double anEnergy)
static const double GeV
Definition: G4SIunits.hh:214
G4ExcitedStringDecay * theStringDecay
G4GeneratorPrecompoundInterface * theCascade
void SetMaxEnergy(const G4double anEnergy)
void SetTransport(G4VIntraNuclearTransportModel *const value)
G4LundStringFragmentation * theLund
static const double TeV
Definition: G4SIunits.hh:215
Here is the call graph for this function:

◆ ~G4FTFPNeutronBuilder()

G4FTFPNeutronBuilder::~G4FTFPNeutronBuilder ( )
virtual

Definition at line 76 of file G4FTFPNeutronBuilder.cc.

77 {
78  delete theStringDecay;
79  delete theStringModel;
80  if ( theQuasiElastic ) delete theQuasiElastic;
81  delete theLund;
82 }
G4QuasiElasticChannel * theQuasiElastic
G4ExcitedStringDecay * theStringDecay
G4LundStringFragmentation * theLund
Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ Build() [1/4]

void G4FTFPNeutronBuilder::Build ( G4HadronElasticProcess aP)
virtual

Implements G4VNeutronBuilder.

Definition at line 85 of file G4FTFPNeutronBuilder.cc.

86 {
87 }
Here is the caller graph for this function:

◆ Build() [2/4]

void G4FTFPNeutronBuilder::Build ( G4HadronFissionProcess aP)
virtual

Implements G4VNeutronBuilder.

Definition at line 90 of file G4FTFPNeutronBuilder.cc.

91 {
92 }
Here is the call graph for this function:

◆ Build() [3/4]

void G4FTFPNeutronBuilder::Build ( G4HadronCaptureProcess aP)
virtual

Implements G4VNeutronBuilder.

Definition at line 95 of file G4FTFPNeutronBuilder.cc.

96 {
97 }
Here is the call graph for this function:

◆ Build() [4/4]

void G4FTFPNeutronBuilder::Build ( G4NeutronInelasticProcess aP)
virtual

Implements G4VNeutronBuilder.

Definition at line 100 of file G4FTFPNeutronBuilder.cc.

101 {
104  aP->RegisterMe(theModel);
106 
107 }
G4TheoFSGenerator * theModel
void RegisterMe(G4HadronicInteraction *a)
void SetMinEnergy(G4double anEnergy)
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
static G4Neutron * Neutron()
Definition: G4Neutron.cc:104
void SetMaxEnergy(const G4double anEnergy)
Here is the call graph for this function:

◆ SetMaxEnergy()

void G4FTFPNeutronBuilder::SetMaxEnergy ( G4double  aM)
inline

Definition at line 70 of file G4FTFPNeutronBuilder.hh.

70 {theMax = aM;}
Here is the caller graph for this function:

◆ SetMinEnergy()

void G4FTFPNeutronBuilder::SetMinEnergy ( G4double  aM)
inline

Definition at line 69 of file G4FTFPNeutronBuilder.hh.

69 {theMin = aM;}
Here is the caller graph for this function:

Member Data Documentation

◆ theCascade

G4GeneratorPrecompoundInterface* G4FTFPNeutronBuilder::theCascade
private

Definition at line 74 of file G4FTFPNeutronBuilder.hh.

◆ theLund

G4LundStringFragmentation* G4FTFPNeutronBuilder::theLund
private

Definition at line 78 of file G4FTFPNeutronBuilder.hh.

◆ theMax

G4double G4FTFPNeutronBuilder::theMax
private

Definition at line 81 of file G4FTFPNeutronBuilder.hh.

◆ theMin

G4double G4FTFPNeutronBuilder::theMin
private

Definition at line 80 of file G4FTFPNeutronBuilder.hh.

◆ theModel

G4TheoFSGenerator* G4FTFPNeutronBuilder::theModel
private

Definition at line 73 of file G4FTFPNeutronBuilder.hh.

◆ theQuasiElastic

G4QuasiElasticChannel* G4FTFPNeutronBuilder::theQuasiElastic
private

Definition at line 77 of file G4FTFPNeutronBuilder.hh.

◆ theStringDecay

G4ExcitedStringDecay* G4FTFPNeutronBuilder::theStringDecay
private

Definition at line 76 of file G4FTFPNeutronBuilder.hh.

◆ theStringModel

G4FTFModel* G4FTFPNeutronBuilder::theStringModel
private

Definition at line 75 of file G4FTFPNeutronBuilder.hh.


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