Geant4  10.02.p03
G4QGSPPiKBuilder Class Reference

#include <G4QGSPPiKBuilder.hh>

Inheritance diagram for G4QGSPPiKBuilder:
Collaboration diagram for G4QGSPPiKBuilder:

Public Member Functions

 G4QGSPPiKBuilder (G4bool quasiElastic=false)
 
virtual ~G4QGSPPiKBuilder ()
 
virtual void Build (G4HadronElasticProcess *aP)
 
virtual void Build (G4PionPlusInelasticProcess *aP)
 
virtual void Build (G4PionMinusInelasticProcess *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 G4VPiKBuilder
 G4VPiKBuilder ()
 
virtual ~G4VPiKBuilder ()
 

Private Attributes

G4VCrossSectionDataSetthePiData
 
G4TheoFSGeneratortheModel
 
G4GeneratorPrecompoundInterfacetheCascade
 
G4QGSModel< G4QGSParticipants > * theStringModel
 
G4ExcitedStringDecaytheStringDecay
 
G4QuasiElasticChanneltheQuasiElastic
 
G4QGSMFragmentationtheQGSM
 
G4double theMin
 

Detailed Description

Definition at line 59 of file G4QGSPPiKBuilder.hh.

Constructor & Destructor Documentation

◆ G4QGSPPiKBuilder()

G4QGSPPiKBuilder::G4QGSPPiKBuilder ( G4bool  quasiElastic = false)

Definition at line 55 of file G4QGSPPiKBuilder.cc.

56 {
58 
59  theMin = 12*GeV;
60  theModel = new G4TheoFSGenerator("QGSP");
61 
65 
66 
68 
70  if (quasiElastic)
71  {
74  } else
75  { theQuasiElastic=0;}
76 
78 }
G4QGSModel< G4QGSParticipants > * theStringModel
void SetQuasiElasticChannel(G4QuasiElasticChannel *const value)
void SetFragmentationModel(G4VStringFragmentation *aModel)
static const char * Default_Name()
void SetHighEnergyGenerator(G4VHighEnergyGenerator *const value)
G4ExcitedStringDecay * theStringDecay
G4QGSMFragmentation * theQGSM
static G4CrossSectionDataSetRegistry * Instance()
G4VCrossSectionDataSet * thePiData
static const double GeV
Definition: G4SIunits.hh:214
G4QuasiElasticChannel * theQuasiElastic
void SetTransport(G4VIntraNuclearTransportModel *const value)
G4TheoFSGenerator * theModel
G4GeneratorPrecompoundInterface * theCascade
Here is the call graph for this function:

◆ ~G4QGSPPiKBuilder()

G4QGSPPiKBuilder::~G4QGSPPiKBuilder ( )
virtual

Definition at line 81 of file G4QGSPPiKBuilder.cc.

82 {
83  if ( theQuasiElastic ) delete theQuasiElastic;
84  delete theStringDecay;
85  delete theStringModel;
86  delete theQGSM;
87 }
G4QGSModel< G4QGSParticipants > * theStringModel
G4ExcitedStringDecay * theStringDecay
G4QGSMFragmentation * theQGSM
G4QuasiElasticChannel * theQuasiElastic
Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ Build() [1/7]

void G4QGSPPiKBuilder::Build ( G4HadronElasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 90 of file G4QGSPPiKBuilder.cc.

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

◆ Build() [2/7]

void G4QGSPPiKBuilder::Build ( G4PionPlusInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 93 of file G4QGSPPiKBuilder.cc.

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

◆ Build() [3/7]

void G4QGSPPiKBuilder::Build ( G4PionMinusInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 102 of file G4QGSPPiKBuilder.cc.

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

◆ Build() [4/7]

void G4QGSPPiKBuilder::Build ( G4KaonPlusInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 111 of file G4QGSPPiKBuilder.cc.

112 {
114  theModel->SetMaxEnergy(100*TeV);
115  aP->RegisterMe(theModel);
117 }
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
G4TheoFSGenerator * theModel
Here is the call graph for this function:

◆ Build() [5/7]

void G4QGSPPiKBuilder::Build ( G4KaonMinusInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 120 of file G4QGSPPiKBuilder.cc.

121 {
123  theModel->SetMaxEnergy(100*TeV);
124  aP->RegisterMe(theModel);
126 }
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
G4TheoFSGenerator * theModel
Here is the call graph for this function:

◆ Build() [6/7]

void G4QGSPPiKBuilder::Build ( G4KaonZeroLInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 129 of file G4QGSPPiKBuilder.cc.

130 {
132  theModel->SetMaxEnergy(100*TeV);
133  aP->RegisterMe(theModel);
135 }
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
G4TheoFSGenerator * theModel
Here is the call graph for this function:

◆ Build() [7/7]

void G4QGSPPiKBuilder::Build ( G4KaonZeroSInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 138 of file G4QGSPPiKBuilder.cc.

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

◆ SetMinEnergy()

void G4QGSPPiKBuilder::SetMinEnergy ( G4double  aM)
inline

Definition at line 74 of file G4QGSPPiKBuilder.hh.

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

Member Data Documentation

◆ theCascade

G4GeneratorPrecompoundInterface* G4QGSPPiKBuilder::theCascade
private

Definition at line 79 of file G4QGSPPiKBuilder.hh.

◆ theMin

G4double G4QGSPPiKBuilder::theMin
private

Definition at line 84 of file G4QGSPPiKBuilder.hh.

◆ theModel

G4TheoFSGenerator* G4QGSPPiKBuilder::theModel
private

Definition at line 78 of file G4QGSPPiKBuilder.hh.

◆ thePiData

G4VCrossSectionDataSet* G4QGSPPiKBuilder::thePiData
private

Definition at line 77 of file G4QGSPPiKBuilder.hh.

◆ theQGSM

G4QGSMFragmentation* G4QGSPPiKBuilder::theQGSM
private

Definition at line 83 of file G4QGSPPiKBuilder.hh.

◆ theQuasiElastic

G4QuasiElasticChannel* G4QGSPPiKBuilder::theQuasiElastic
private

Definition at line 82 of file G4QGSPPiKBuilder.hh.

◆ theStringDecay

G4ExcitedStringDecay* G4QGSPPiKBuilder::theStringDecay
private

Definition at line 81 of file G4QGSPPiKBuilder.hh.

◆ theStringModel

G4QGSModel< G4QGSParticipants >* G4QGSPPiKBuilder::theStringModel
private

Definition at line 80 of file G4QGSPPiKBuilder.hh.


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