Geant4  10.00.p02
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
 
G4PreCompoundModelthePreEquilib
 
G4BinaryCascadetheCascade
 
G4QGSModel< G4QGSParticipants > * theStringModel
 
G4ExcitedStringDecaytheStringDecay
 
G4QuasiElasticChanneltheQuasiElastic
 
G4double theMin
 

Detailed Description

Definition at line 62 of file G4QGSBinaryPiKBuilder.hh.

Constructor & Destructor Documentation

G4QGSBinaryPiKBuilder::G4QGSBinaryPiKBuilder ( G4bool  quasiElastic = false)
G4QGSBinaryPiKBuilder::~G4QGSBinaryPiKBuilder ( )
virtual

Member Function Documentation

void G4QGSBinaryPiKBuilder::Build ( G4HadronElasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 90 of file G4QGSBinaryPiKBuilder.cc.

void G4QGSBinaryPiKBuilder::Build ( G4PionPlusInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 93 of file G4QGSBinaryPiKBuilder.cc.

References G4HadronicProcess::AddDataSet(), G4HadronicProcess::RegisterMe(), G4HadronicInteraction::SetMaxEnergy(), G4HadronicInteraction::SetMinEnergy(), TeV, theMin, theModel, and thePiData.

+ Here is the call graph for this function:

void G4QGSBinaryPiKBuilder::Build ( G4PionMinusInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 102 of file G4QGSBinaryPiKBuilder.cc.

References G4HadronicProcess::AddDataSet(), G4HadronicProcess::RegisterMe(), G4HadronicInteraction::SetMaxEnergy(), G4HadronicInteraction::SetMinEnergy(), TeV, theMin, theModel, and thePiData.

+ Here is the call graph for this function:

void G4QGSBinaryPiKBuilder::Build ( G4KaonPlusInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 111 of file G4QGSBinaryPiKBuilder.cc.

References G4HadronicProcess::AddDataSet(), G4ChipsKaonPlusInelasticXS::Default_Name(), G4CrossSectionDataSetRegistry::Instance(), G4HadronicProcess::RegisterMe(), G4HadronicInteraction::SetMaxEnergy(), G4HadronicInteraction::SetMinEnergy(), TeV, theMin, and theModel.

+ Here is the call graph for this function:

void G4QGSBinaryPiKBuilder::Build ( G4KaonMinusInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 120 of file G4QGSBinaryPiKBuilder.cc.

References G4HadronicProcess::AddDataSet(), G4ChipsKaonMinusInelasticXS::Default_Name(), G4CrossSectionDataSetRegistry::Instance(), G4HadronicProcess::RegisterMe(), G4HadronicInteraction::SetMaxEnergy(), G4HadronicInteraction::SetMinEnergy(), TeV, theMin, and theModel.

+ Here is the call graph for this function:

void G4QGSBinaryPiKBuilder::Build ( G4KaonZeroLInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 129 of file G4QGSBinaryPiKBuilder.cc.

References G4HadronicProcess::AddDataSet(), G4ChipsKaonZeroInelasticXS::Default_Name(), G4CrossSectionDataSetRegistry::Instance(), G4HadronicProcess::RegisterMe(), G4HadronicInteraction::SetMaxEnergy(), G4HadronicInteraction::SetMinEnergy(), TeV, theMin, and theModel.

+ Here is the call graph for this function:

void G4QGSBinaryPiKBuilder::Build ( G4KaonZeroSInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 138 of file G4QGSBinaryPiKBuilder.cc.

References G4HadronicProcess::RegisterMe(), G4HadronicInteraction::SetMaxEnergy(), G4HadronicInteraction::SetMinEnergy(), TeV, theMin, and theModel.

+ Here is the call graph for this function:

void G4QGSBinaryPiKBuilder::SetMinEnergy ( G4double  aM)
inline

Definition at line 77 of file G4QGSBinaryPiKBuilder.hh.

References theMin.

Member Data Documentation

G4BinaryCascade* G4QGSBinaryPiKBuilder::theCascade
private

Definition at line 83 of file G4QGSBinaryPiKBuilder.hh.

Referenced by G4QGSBinaryPiKBuilder(), and ~G4QGSBinaryPiKBuilder().

G4double G4QGSBinaryPiKBuilder::theMin
private

Definition at line 87 of file G4QGSBinaryPiKBuilder.hh.

Referenced by Build(), G4QGSBinaryPiKBuilder(), and SetMinEnergy().

G4TheoFSGenerator* G4QGSBinaryPiKBuilder::theModel
private

Definition at line 81 of file G4QGSBinaryPiKBuilder.hh.

Referenced by Build(), G4QGSBinaryPiKBuilder(), and ~G4QGSBinaryPiKBuilder().

G4VCrossSectionDataSet* G4QGSBinaryPiKBuilder::thePiData
private

Definition at line 80 of file G4QGSBinaryPiKBuilder.hh.

Referenced by Build(), and G4QGSBinaryPiKBuilder().

G4PreCompoundModel* G4QGSBinaryPiKBuilder::thePreEquilib
private

Definition at line 82 of file G4QGSBinaryPiKBuilder.hh.

Referenced by G4QGSBinaryPiKBuilder(), and ~G4QGSBinaryPiKBuilder().

G4QuasiElasticChannel* G4QGSBinaryPiKBuilder::theQuasiElastic
private

Definition at line 86 of file G4QGSBinaryPiKBuilder.hh.

Referenced by G4QGSBinaryPiKBuilder(), and ~G4QGSBinaryPiKBuilder().

G4ExcitedStringDecay* G4QGSBinaryPiKBuilder::theStringDecay
private

Definition at line 85 of file G4QGSBinaryPiKBuilder.hh.

Referenced by G4QGSBinaryPiKBuilder(), and ~G4QGSBinaryPiKBuilder().

G4QGSModel< G4QGSParticipants >* G4QGSBinaryPiKBuilder::theStringModel
private

Definition at line 84 of file G4QGSBinaryPiKBuilder.hh.

Referenced by G4QGSBinaryPiKBuilder(), and ~G4QGSBinaryPiKBuilder().


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