Geant4  10.02.p03
G4QGSPNeutronBuilder Class Reference

#include <G4QGSPNeutronBuilder.hh>

Inheritance diagram for G4QGSPNeutronBuilder:
Collaboration diagram for G4QGSPNeutronBuilder:

Public Member Functions

 G4QGSPNeutronBuilder (G4bool quasiElastic=false)
 
virtual ~G4QGSPNeutronBuilder ()
 
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
 
G4GeneratorPrecompoundInterfacetheCascade
 
G4QGSModel< G4QGSParticipants > * theStringModel
 
G4ExcitedStringDecaytheStringDecay
 
G4QuasiElasticChanneltheQuasiElastic
 
G4QGSMFragmentationtheQGSM
 
G4double theMin
 

Detailed Description

Definition at line 58 of file G4QGSPNeutronBuilder.hh.

Constructor & Destructor Documentation

◆ G4QGSPNeutronBuilder()

G4QGSPNeutronBuilder::G4QGSPNeutronBuilder ( G4bool  quasiElastic = false)

Definition at line 50 of file G4QGSPNeutronBuilder.cc.

51 {
52  theMin = 12*GeV;
53  theModel = new G4TheoFSGenerator("QGSP");
54 
58 
60 
63  if (quasiElastic)
64  {
67  } else
68  { theQuasiElastic=0;}
69 }
void SetQuasiElasticChannel(G4QuasiElasticChannel *const value)
void SetFragmentationModel(G4VStringFragmentation *aModel)
G4QGSMFragmentation * theQGSM
G4QuasiElasticChannel * theQuasiElastic
G4TheoFSGenerator * theModel
void SetHighEnergyGenerator(G4VHighEnergyGenerator *const value)
G4QGSModel< G4QGSParticipants > * theStringModel
static const double GeV
Definition: G4SIunits.hh:214
void SetTransport(G4VIntraNuclearTransportModel *const value)
G4GeneratorPrecompoundInterface * theCascade
G4ExcitedStringDecay * theStringDecay
Here is the call graph for this function:

◆ ~G4QGSPNeutronBuilder()

G4QGSPNeutronBuilder::~G4QGSPNeutronBuilder ( )
virtual

Definition at line 71 of file G4QGSPNeutronBuilder.cc.

72 {
73  delete theStringDecay;
74  if ( theQuasiElastic ) delete theQuasiElastic;
75  delete theQGSM;
76 }
G4QGSMFragmentation * theQGSM
G4QuasiElasticChannel * theQuasiElastic
G4ExcitedStringDecay * theStringDecay
Here is the call graph for this function:

Member Function Documentation

◆ Build() [1/4]

void G4QGSPNeutronBuilder::Build ( G4HadronElasticProcess aP)
virtual

Implements G4VNeutronBuilder.

Definition at line 79 of file G4QGSPNeutronBuilder.cc.

80 {
81 }
Here is the caller graph for this function:

◆ Build() [2/4]

void G4QGSPNeutronBuilder::Build ( G4HadronFissionProcess aP)
virtual

Implements G4VNeutronBuilder.

Definition at line 84 of file G4QGSPNeutronBuilder.cc.

85 {
86 }
Here is the call graph for this function:

◆ Build() [3/4]

void G4QGSPNeutronBuilder::Build ( G4HadronCaptureProcess aP)
virtual

Implements G4VNeutronBuilder.

Definition at line 89 of file G4QGSPNeutronBuilder.cc.

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

◆ Build() [4/4]

void G4QGSPNeutronBuilder::Build ( G4NeutronInelasticProcess aP)
virtual

Implements G4VNeutronBuilder.

Definition at line 94 of file G4QGSPNeutronBuilder.cc.

95 {
98  aP->RegisterMe(theModel);
100 }
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)
static const double TeV
Definition: G4SIunits.hh:215
Here is the call graph for this function:

◆ SetMinEnergy()

void G4QGSPNeutronBuilder::SetMinEnergy ( G4double  aM)
inline

Definition at line 70 of file G4QGSPNeutronBuilder.hh.

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

Member Data Documentation

◆ theCascade

G4GeneratorPrecompoundInterface* G4QGSPNeutronBuilder::theCascade
private

Definition at line 74 of file G4QGSPNeutronBuilder.hh.

◆ theMin

G4double G4QGSPNeutronBuilder::theMin
private

Definition at line 81 of file G4QGSPNeutronBuilder.hh.

◆ theModel

G4TheoFSGenerator* G4QGSPNeutronBuilder::theModel
private

Definition at line 73 of file G4QGSPNeutronBuilder.hh.

◆ theQGSM

G4QGSMFragmentation* G4QGSPNeutronBuilder::theQGSM
private

Definition at line 79 of file G4QGSPNeutronBuilder.hh.

◆ theQuasiElastic

G4QuasiElasticChannel* G4QGSPNeutronBuilder::theQuasiElastic
private

Definition at line 77 of file G4QGSPNeutronBuilder.hh.

◆ theStringDecay

G4ExcitedStringDecay* G4QGSPNeutronBuilder::theStringDecay
private

Definition at line 76 of file G4QGSPNeutronBuilder.hh.

◆ theStringModel

G4QGSModel< G4QGSParticipants >* G4QGSPNeutronBuilder::theStringModel
private

Definition at line 75 of file G4QGSPNeutronBuilder.hh.


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