Geant4  10.02.p03
G4QGSPKaonBuilder Class Reference

#include <G4QGSPKaonBuilder.hh>

Inheritance diagram for G4QGSPKaonBuilder:
Collaboration diagram for G4QGSPKaonBuilder:

Public Member Functions

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

Detailed Description

Definition at line 57 of file G4QGSPKaonBuilder.hh.

Constructor & Destructor Documentation

◆ G4QGSPKaonBuilder()

G4QGSPKaonBuilder::G4QGSPKaonBuilder ( G4bool  quasiElastic = false)

Definition at line 45 of file G4QGSPKaonBuilder.cc.

46 {
47  theMin = 12.0*GeV;
48  theMax = 100.0*TeV;
49  theModel = new G4TheoFSGenerator("QGSP");
50 
54 
56 
58  if (quasiElastic)
59  {
62  } else
63  { theQuasiElastic=0;}
65 }
void SetQuasiElasticChannel(G4QuasiElasticChannel *const value)
G4ExcitedStringDecay * theStringDecay
void SetFragmentationModel(G4VStringFragmentation *aModel)
void SetHighEnergyGenerator(G4VHighEnergyGenerator *const value)
G4GeneratorPrecompoundInterface * theCascade
static const double GeV
Definition: G4SIunits.hh:214
G4QGSModel< G4QGSParticipants > * theStringModel
void SetTransport(G4VIntraNuclearTransportModel *const value)
static const double TeV
Definition: G4SIunits.hh:215
G4TheoFSGenerator * theModel
G4QuasiElasticChannel * theQuasiElastic
Here is the call graph for this function:

◆ ~G4QGSPKaonBuilder()

G4QGSPKaonBuilder::~G4QGSPKaonBuilder ( )
virtual

Definition at line 68 of file G4QGSPKaonBuilder.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 G4QGSPKaonBuilder::Build ( G4HadronElasticProcess aP)
virtual

Implements G4VKaonBuilder.

Definition at line 76 of file G4QGSPKaonBuilder.cc.

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

◆ Build() [2/5]

void G4QGSPKaonBuilder::Build ( G4KaonPlusInelasticProcess aP)
virtual

Implements G4VKaonBuilder.

Definition at line 79 of file G4QGSPKaonBuilder.cc.

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

◆ Build() [3/5]

void G4QGSPKaonBuilder::Build ( G4KaonMinusInelasticProcess aP)
virtual

Implements G4VKaonBuilder.

Definition at line 88 of file G4QGSPKaonBuilder.cc.

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

◆ Build() [4/5]

void G4QGSPKaonBuilder::Build ( G4KaonZeroLInelasticProcess aP)
virtual

Implements G4VKaonBuilder.

Definition at line 97 of file G4QGSPKaonBuilder.cc.

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

◆ Build() [5/5]

void G4QGSPKaonBuilder::Build ( G4KaonZeroSInelasticProcess aP)
virtual

Implements G4VKaonBuilder.

Definition at line 106 of file G4QGSPKaonBuilder.cc.

107 {
110  aP->RegisterMe(theModel);
111 }
void RegisterMe(G4HadronicInteraction *a)
void SetMinEnergy(G4double anEnergy)
void SetMaxEnergy(const G4double anEnergy)
G4TheoFSGenerator * theModel
Here is the call graph for this function:

◆ SetMinEnergy()

void G4QGSPKaonBuilder::SetMinEnergy ( G4double  aM)
inline

Definition at line 70 of file G4QGSPKaonBuilder.hh.

70 {theMin = aM;}

Member Data Documentation

◆ theCascade

G4GeneratorPrecompoundInterface* G4QGSPKaonBuilder::theCascade
private

Definition at line 74 of file G4QGSPKaonBuilder.hh.

◆ theMax

G4double G4QGSPKaonBuilder::theMax
private

Definition at line 79 of file G4QGSPKaonBuilder.hh.

◆ theMin

G4double G4QGSPKaonBuilder::theMin
private

Definition at line 78 of file G4QGSPKaonBuilder.hh.

◆ theModel

G4TheoFSGenerator* G4QGSPKaonBuilder::theModel
private

Definition at line 73 of file G4QGSPKaonBuilder.hh.

◆ theQuasiElastic

G4QuasiElasticChannel* G4QGSPKaonBuilder::theQuasiElastic
private

Definition at line 77 of file G4QGSPKaonBuilder.hh.

◆ theStringDecay

G4ExcitedStringDecay* G4QGSPKaonBuilder::theStringDecay
private

Definition at line 76 of file G4QGSPKaonBuilder.hh.

◆ theStringModel

G4QGSModel< G4QGSParticipants >* G4QGSPKaonBuilder::theStringModel
private

Definition at line 75 of file G4QGSPKaonBuilder.hh.


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