Geant4  10.02.p03
G4QGSBinaryNeutronBuilder Class Reference

#include <G4QGSBinaryNeutronBuilder.hh>

Inheritance diagram for G4QGSBinaryNeutronBuilder:
Collaboration diagram for G4QGSBinaryNeutronBuilder:

Public Member Functions

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

Private Attributes

G4TheoFSGeneratortheModel
 
G4BinaryCascadetheCascade
 
G4QGSModel< G4QGSParticipants > * theStringModel
 
G4ExcitedStringDecaytheStringDecay
 
G4QuasiElasticChanneltheQuasiElastic
 
G4double theMin
 

Detailed Description

Definition at line 58 of file G4QGSBinaryNeutronBuilder.hh.

Constructor & Destructor Documentation

◆ G4QGSBinaryNeutronBuilder()

G4QGSBinaryNeutronBuilder::G4QGSBinaryNeutronBuilder ( G4bool  quasiElastic = false)

Definition at line 47 of file G4QGSBinaryNeutronBuilder.cc.

48 {
49  theMin = 12*GeV;
50  theModel = new G4TheoFSGenerator("QGSB");
51 
55 
57 
60  if (quasiElastic)
61  {
64  } else
65  { theQuasiElastic=0;}
66 }
void SetQuasiElasticChannel(G4QuasiElasticChannel *const value)
void SetFragmentationModel(G4VStringFragmentation *aModel)
G4QGSModel< G4QGSParticipants > * theStringModel
void SetHighEnergyGenerator(G4VHighEnergyGenerator *const value)
static const double GeV
Definition: G4SIunits.hh:214
G4QuasiElasticChannel * theQuasiElastic
void SetTransport(G4VIntraNuclearTransportModel *const value)
G4ExcitedStringDecay * theStringDecay
Here is the call graph for this function:

◆ ~G4QGSBinaryNeutronBuilder()

G4QGSBinaryNeutronBuilder::~G4QGSBinaryNeutronBuilder ( )
virtual

Definition at line 69 of file G4QGSBinaryNeutronBuilder.cc.

70 {
71  delete theStringDecay;
72  delete theStringModel;
73  if ( theQuasiElastic ) delete theQuasiElastic;
74 }
G4QGSModel< G4QGSParticipants > * theStringModel
G4QuasiElasticChannel * theQuasiElastic
G4ExcitedStringDecay * theStringDecay
Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ Build() [1/4]

void G4QGSBinaryNeutronBuilder::Build ( G4HadronElasticProcess aP)
virtual

Implements G4VNeutronBuilder.

Definition at line 77 of file G4QGSBinaryNeutronBuilder.cc.

78 {
79 }
Here is the caller graph for this function:

◆ Build() [2/4]

void G4QGSBinaryNeutronBuilder::Build ( G4HadronFissionProcess aP)
virtual

Implements G4VNeutronBuilder.

Definition at line 82 of file G4QGSBinaryNeutronBuilder.cc.

83 {
84 }
Here is the call graph for this function:

◆ Build() [3/4]

void G4QGSBinaryNeutronBuilder::Build ( G4HadronCaptureProcess aP)
virtual

Implements G4VNeutronBuilder.

Definition at line 87 of file G4QGSBinaryNeutronBuilder.cc.

88 {
89 }
Here is the call graph for this function:

◆ Build() [4/4]

void G4QGSBinaryNeutronBuilder::Build ( G4NeutronInelasticProcess aP)
virtual

Implements G4VNeutronBuilder.

Definition at line 92 of file G4QGSBinaryNeutronBuilder.cc.

93 {
96  aP->RegisterMe(theModel);
98 }
void RegisterMe(G4HadronicInteraction *a)
void SetMinEnergy(G4double anEnergy)
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
static G4Neutron * Neutron()
Definition: G4Neutron.cc:104
void SetMaxEnergy(const G4double anEnergy)
static const double TeV
Definition: G4SIunits.hh:215
Here is the call graph for this function:

◆ SetMinEnergy()

void G4QGSBinaryNeutronBuilder::SetMinEnergy ( G4double  aM)
inline

Definition at line 70 of file G4QGSBinaryNeutronBuilder.hh.

Member Data Documentation

◆ theCascade

G4BinaryCascade* G4QGSBinaryNeutronBuilder::theCascade
private

Definition at line 74 of file G4QGSBinaryNeutronBuilder.hh.

◆ theMin

G4double G4QGSBinaryNeutronBuilder::theMin
private

Definition at line 79 of file G4QGSBinaryNeutronBuilder.hh.

◆ theModel

G4TheoFSGenerator* G4QGSBinaryNeutronBuilder::theModel
private

Definition at line 73 of file G4QGSBinaryNeutronBuilder.hh.

◆ theQuasiElastic

G4QuasiElasticChannel* G4QGSBinaryNeutronBuilder::theQuasiElastic
private

Definition at line 77 of file G4QGSBinaryNeutronBuilder.hh.

◆ theStringDecay

G4ExcitedStringDecay* G4QGSBinaryNeutronBuilder::theStringDecay
private

Definition at line 76 of file G4QGSBinaryNeutronBuilder.hh.

◆ theStringModel

G4QGSModel< G4QGSParticipants >* G4QGSBinaryNeutronBuilder::theStringModel
private

Definition at line 75 of file G4QGSBinaryNeutronBuilder.hh.


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