Geant4  10.02.p03
G4QGSBinaryPiKBuilder Class Reference

#include <G4QGSBinaryPiKBuilder.hh>

Inheritance diagram for G4QGSBinaryPiKBuilder:
Collaboration diagram for G4QGSBinaryPiKBuilder:

Public Member Functions

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

Detailed Description

Definition at line 60 of file G4QGSBinaryPiKBuilder.hh.

Constructor & Destructor Documentation

◆ G4QGSBinaryPiKBuilder()

G4QGSBinaryPiKBuilder::G4QGSBinaryPiKBuilder ( G4bool  quasiElastic = false)

Definition at line 52 of file G4QGSBinaryPiKBuilder.cc.

53 {
55 
56  theMin = 12*GeV;
57  theModel = new G4TheoFSGenerator("QGSB");
58 
62 
63 
65 
67  if (quasiElastic)
68  {
71  } else
72  { theQuasiElastic=0;}
74 }
G4BinaryCascade * theCascade
void SetQuasiElasticChannel(G4QuasiElasticChannel *const value)
void SetFragmentationModel(G4VStringFragmentation *aModel)
G4ExcitedStringDecay * theStringDecay
static const char * Default_Name()
void SetHighEnergyGenerator(G4VHighEnergyGenerator *const value)
G4QuasiElasticChannel * theQuasiElastic
static G4CrossSectionDataSetRegistry * Instance()
static const double GeV
Definition: G4SIunits.hh:214
G4TheoFSGenerator * theModel
void SetTransport(G4VIntraNuclearTransportModel *const value)
G4QGSModel< G4QGSParticipants > * theStringModel
G4VCrossSectionDataSet * thePiData
Here is the call graph for this function:

◆ ~G4QGSBinaryPiKBuilder()

G4QGSBinaryPiKBuilder::~G4QGSBinaryPiKBuilder ( )
virtual

Definition at line 77 of file G4QGSBinaryPiKBuilder.cc.

78 {
79  if ( theQuasiElastic ) delete theQuasiElastic;
80  delete theStringDecay;
81  delete theStringModel;
82 }
G4ExcitedStringDecay * theStringDecay
G4QuasiElasticChannel * theQuasiElastic
G4QGSModel< G4QGSParticipants > * theStringModel
Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ Build() [1/7]

void G4QGSBinaryPiKBuilder::Build ( G4HadronElasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 85 of file G4QGSBinaryPiKBuilder.cc.

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

◆ Build() [2/7]

void G4QGSBinaryPiKBuilder::Build ( G4PionPlusInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 88 of file G4QGSBinaryPiKBuilder.cc.

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

◆ Build() [3/7]

void G4QGSBinaryPiKBuilder::Build ( G4PionMinusInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 97 of file G4QGSBinaryPiKBuilder.cc.

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

◆ Build() [4/7]

void G4QGSBinaryPiKBuilder::Build ( G4KaonPlusInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 106 of file G4QGSBinaryPiKBuilder.cc.

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

◆ Build() [5/7]

void G4QGSBinaryPiKBuilder::Build ( G4KaonMinusInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 115 of file G4QGSBinaryPiKBuilder.cc.

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

◆ Build() [6/7]

void G4QGSBinaryPiKBuilder::Build ( G4KaonZeroLInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 124 of file G4QGSBinaryPiKBuilder.cc.

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

◆ Build() [7/7]

void G4QGSBinaryPiKBuilder::Build ( G4KaonZeroSInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 133 of file G4QGSBinaryPiKBuilder.cc.

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

◆ SetMinEnergy()

void G4QGSBinaryPiKBuilder::SetMinEnergy ( G4double  aM)
inline

Definition at line 75 of file G4QGSBinaryPiKBuilder.hh.

Member Data Documentation

◆ theCascade

G4BinaryCascade* G4QGSBinaryPiKBuilder::theCascade
private

Definition at line 80 of file G4QGSBinaryPiKBuilder.hh.

◆ theMin

G4double G4QGSBinaryPiKBuilder::theMin
private

Definition at line 84 of file G4QGSBinaryPiKBuilder.hh.

◆ theModel

G4TheoFSGenerator* G4QGSBinaryPiKBuilder::theModel
private

Definition at line 79 of file G4QGSBinaryPiKBuilder.hh.

◆ thePiData

G4VCrossSectionDataSet* G4QGSBinaryPiKBuilder::thePiData
private

Definition at line 78 of file G4QGSBinaryPiKBuilder.hh.

◆ theQuasiElastic

G4QuasiElasticChannel* G4QGSBinaryPiKBuilder::theQuasiElastic
private

Definition at line 83 of file G4QGSBinaryPiKBuilder.hh.

◆ theStringDecay

G4ExcitedStringDecay* G4QGSBinaryPiKBuilder::theStringDecay
private

Definition at line 82 of file G4QGSBinaryPiKBuilder.hh.

◆ theStringModel

G4QGSModel< G4QGSParticipants >* G4QGSBinaryPiKBuilder::theStringModel
private

Definition at line 81 of file G4QGSBinaryPiKBuilder.hh.


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