Geant4  10.02.p03
G4QGSBinaryKaonBuilder Class Reference

#include <G4QGSBinaryKaonBuilder.hh>

Inheritance diagram for G4QGSBinaryKaonBuilder:
Collaboration diagram for G4QGSBinaryKaonBuilder:

Public Member Functions

 G4QGSBinaryKaonBuilder (G4bool quasiElastic=false)
 
virtual ~G4QGSBinaryKaonBuilder ()
 
virtual void Build (G4HadronElasticProcess *aP)
 
virtual void Build (G4KaonPlusInelasticProcess *aP)
 
virtual void Build (G4KaonMinusInelasticProcess *aP)
 
virtual void Build (G4KaonZeroLInelasticProcess *aP)
 
virtual void Build (G4KaonZeroSInelasticProcess *aP)
 
void SetMinEnergy (G4double aM)
 
- Public Member Functions inherited from G4VKaonBuilder
 G4VKaonBuilder ()
 
virtual ~G4VKaonBuilder ()
 

Private Attributes

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

Detailed Description

Definition at line 57 of file G4QGSBinaryKaonBuilder.hh.

Constructor & Destructor Documentation

◆ G4QGSBinaryKaonBuilder()

G4QGSBinaryKaonBuilder::G4QGSBinaryKaonBuilder ( G4bool  quasiElastic = false)

Definition at line 46 of file G4QGSBinaryKaonBuilder.cc.

47 {
48  theMin = 12*GeV;
49  theModel = new G4TheoFSGenerator("QGSB");
50 
54 
56 
58  if (quasiElastic)
59  {
62  } else
63  { theQuasiElastic=0;}
65 }
G4ExcitedStringDecay * theStringDecay
G4TheoFSGenerator * theModel
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)
Here is the call graph for this function:

◆ ~G4QGSBinaryKaonBuilder()

G4QGSBinaryKaonBuilder::~G4QGSBinaryKaonBuilder ( )
virtual

Definition at line 68 of file G4QGSBinaryKaonBuilder.cc.

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

Member Function Documentation

◆ Build() [1/5]

void G4QGSBinaryKaonBuilder::Build ( G4HadronElasticProcess aP)
virtual

Implements G4VKaonBuilder.

Definition at line 76 of file G4QGSBinaryKaonBuilder.cc.

76 {}
Here is the caller graph for this function:

◆ Build() [2/5]

void G4QGSBinaryKaonBuilder::Build ( G4KaonPlusInelasticProcess aP)
virtual

Implements G4VKaonBuilder.

Definition at line 79 of file G4QGSBinaryKaonBuilder.cc.

80 {
83  aP->RegisterMe(theModel);
85 }
G4TheoFSGenerator * theModel
void RegisterMe(G4HadronicInteraction *a)
void SetMinEnergy(G4double anEnergy)
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
static G4CrossSectionDataSetRegistry * Instance()
void SetMaxEnergy(const G4double anEnergy)
static const double TeV
Definition: G4SIunits.hh:215
Here is the call graph for this function:

◆ Build() [3/5]

void G4QGSBinaryKaonBuilder::Build ( G4KaonMinusInelasticProcess aP)
virtual

Implements G4VKaonBuilder.

Definition at line 88 of file G4QGSBinaryKaonBuilder.cc.

89 {
92  aP->RegisterMe(theModel);
94 }
G4TheoFSGenerator * theModel
void RegisterMe(G4HadronicInteraction *a)
void SetMinEnergy(G4double anEnergy)
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
static G4CrossSectionDataSetRegistry * Instance()
void SetMaxEnergy(const G4double anEnergy)
static const double TeV
Definition: G4SIunits.hh:215
Here is the call graph for this function:

◆ Build() [4/5]

void G4QGSBinaryKaonBuilder::Build ( G4KaonZeroLInelasticProcess aP)
virtual

Implements G4VKaonBuilder.

Definition at line 97 of file G4QGSBinaryKaonBuilder.cc.

98 {
100  theModel->SetMaxEnergy(100*TeV);
101  aP->RegisterMe(theModel);
103 }
G4TheoFSGenerator * theModel
void RegisterMe(G4HadronicInteraction *a)
void SetMinEnergy(G4double anEnergy)
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
static G4CrossSectionDataSetRegistry * Instance()
void SetMaxEnergy(const G4double anEnergy)
static const double TeV
Definition: G4SIunits.hh:215
Here is the call graph for this function:

◆ Build() [5/5]

void G4QGSBinaryKaonBuilder::Build ( G4KaonZeroSInelasticProcess aP)
virtual

Implements G4VKaonBuilder.

Definition at line 106 of file G4QGSBinaryKaonBuilder.cc.

107 {
109  theModel->SetMaxEnergy(100*TeV);
110  aP->RegisterMe(theModel);
111 }
G4TheoFSGenerator * theModel
void RegisterMe(G4HadronicInteraction *a)
void SetMinEnergy(G4double anEnergy)
void SetMaxEnergy(const G4double anEnergy)
static const double TeV
Definition: G4SIunits.hh:215
Here is the call graph for this function:

◆ SetMinEnergy()

void G4QGSBinaryKaonBuilder::SetMinEnergy ( G4double  aM)
inline

Definition at line 70 of file G4QGSBinaryKaonBuilder.hh.

Member Data Documentation

◆ theCascade

G4BinaryCascade* G4QGSBinaryKaonBuilder::theCascade
private

Definition at line 74 of file G4QGSBinaryKaonBuilder.hh.

◆ theMin

G4double G4QGSBinaryKaonBuilder::theMin
private

Definition at line 78 of file G4QGSBinaryKaonBuilder.hh.

◆ theModel

G4TheoFSGenerator* G4QGSBinaryKaonBuilder::theModel
private

Definition at line 73 of file G4QGSBinaryKaonBuilder.hh.

◆ theQuasiElastic

G4QuasiElasticChannel* G4QGSBinaryKaonBuilder::theQuasiElastic
private

Definition at line 77 of file G4QGSBinaryKaonBuilder.hh.

◆ theStringDecay

G4ExcitedStringDecay* G4QGSBinaryKaonBuilder::theStringDecay
private

Definition at line 76 of file G4QGSBinaryKaonBuilder.hh.

◆ theStringModel

G4QGSModel< G4QGSParticipants >* G4QGSBinaryKaonBuilder::theStringModel
private

Definition at line 75 of file G4QGSBinaryKaonBuilder.hh.


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