Geant4  10.02.p03
G4FTFPPiKBuilder Class Reference

#include <G4FTFPPiKBuilder.hh>

Inheritance diagram for G4FTFPPiKBuilder:
Collaboration diagram for G4FTFPPiKBuilder:

Public Member Functions

 G4FTFPPiKBuilder (G4bool quasiElastic=false)
 
virtual ~G4FTFPPiKBuilder ()
 
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)
 
void SetMaxEnergy (G4double aM)
 
- Public Member Functions inherited from G4VPiKBuilder
 G4VPiKBuilder ()
 
virtual ~G4VPiKBuilder ()
 

Private Attributes

G4TheoFSGeneratortheModel
 
G4GeneratorPrecompoundInterfacetheCascade
 
G4FTFModeltheStringModel
 
G4ExcitedStringDecaytheStringDecay
 
G4QuasiElasticChanneltheQuasiElastic
 
G4LundStringFragmentationtheLund
 
G4VCrossSectionDataSetthePiData
 
G4double theMin
 
G4double theMax
 

Detailed Description

Definition at line 59 of file G4FTFPPiKBuilder.hh.

Constructor & Destructor Documentation

◆ G4FTFPPiKBuilder()

G4FTFPPiKBuilder::G4FTFPPiKBuilder ( G4bool  quasiElastic = false)

Definition at line 51 of file G4FTFPPiKBuilder.cc.

52 {
54  theMin = 4*GeV;
55  theMax = 100*TeV;
56  theModel = new G4TheoFSGenerator("FTFP");
57 
61 
63 
65  if (quasiElastic)
66  {
69  } else
70  { theQuasiElastic=0;}
71 
75 }
void SetQuasiElasticChannel(G4QuasiElasticChannel *const value)
void SetFragmentationModel(G4VStringFragmentation *aModel)
static const char * Default_Name()
void SetHighEnergyGenerator(G4VHighEnergyGenerator *const value)
G4LundStringFragmentation * theLund
void SetMinEnergy(G4double anEnergy)
G4TheoFSGenerator * theModel
G4FTFModel * theStringModel
static G4CrossSectionDataSetRegistry * Instance()
static const double GeV
Definition: G4SIunits.hh:214
G4QuasiElasticChannel * theQuasiElastic
G4VCrossSectionDataSet * thePiData
void SetMaxEnergy(const G4double anEnergy)
void SetTransport(G4VIntraNuclearTransportModel *const value)
static const double TeV
Definition: G4SIunits.hh:215
G4ExcitedStringDecay * theStringDecay
G4GeneratorPrecompoundInterface * theCascade
Here is the call graph for this function:

◆ ~G4FTFPPiKBuilder()

G4FTFPPiKBuilder::~G4FTFPPiKBuilder ( )
virtual

Definition at line 77 of file G4FTFPPiKBuilder.cc.

78 {
79  delete theStringDecay;
80  delete theStringModel;
81  if ( theQuasiElastic ) delete theQuasiElastic;
82  delete theLund;
83 }
G4LundStringFragmentation * theLund
G4FTFModel * theStringModel
G4QuasiElasticChannel * theQuasiElastic
G4ExcitedStringDecay * theStringDecay
Here is the call graph for this function:

Member Function Documentation

◆ Build() [1/7]

void G4FTFPPiKBuilder::Build ( G4HadronElasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 86 of file G4FTFPPiKBuilder.cc.

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

◆ Build() [2/7]

void G4FTFPPiKBuilder::Build ( G4PionPlusInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 89 of file G4FTFPPiKBuilder.cc.

90 {
93  aP->AddDataSet(thePiData);
94  aP->RegisterMe(theModel);
95 }
void RegisterMe(G4HadronicInteraction *a)
void SetMinEnergy(G4double anEnergy)
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
G4TheoFSGenerator * theModel
G4VCrossSectionDataSet * thePiData
void SetMaxEnergy(const G4double anEnergy)
Here is the call graph for this function:

◆ Build() [3/7]

void G4FTFPPiKBuilder::Build ( G4PionMinusInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 98 of file G4FTFPPiKBuilder.cc.

99 {
102  aP->AddDataSet(thePiData);
103  aP->RegisterMe(theModel);
104 }
void RegisterMe(G4HadronicInteraction *a)
void SetMinEnergy(G4double anEnergy)
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
G4TheoFSGenerator * theModel
G4VCrossSectionDataSet * thePiData
void SetMaxEnergy(const G4double anEnergy)
Here is the call graph for this function:

◆ Build() [4/7]

void G4FTFPPiKBuilder::Build ( G4KaonPlusInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 107 of file G4FTFPPiKBuilder.cc.

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

◆ Build() [5/7]

void G4FTFPPiKBuilder::Build ( G4KaonMinusInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 115 of file G4FTFPPiKBuilder.cc.

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

◆ Build() [6/7]

void G4FTFPPiKBuilder::Build ( G4KaonZeroLInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 123 of file G4FTFPPiKBuilder.cc.

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

◆ Build() [7/7]

void G4FTFPPiKBuilder::Build ( G4KaonZeroSInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 131 of file G4FTFPPiKBuilder.cc.

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

◆ SetMaxEnergy()

void G4FTFPPiKBuilder::SetMaxEnergy ( G4double  aM)
inline

Definition at line 75 of file G4FTFPPiKBuilder.hh.

75 {theMax = aM;}
Here is the caller graph for this function:

◆ SetMinEnergy()

void G4FTFPPiKBuilder::SetMinEnergy ( G4double  aM)
inline

Definition at line 74 of file G4FTFPPiKBuilder.hh.

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

Member Data Documentation

◆ theCascade

G4GeneratorPrecompoundInterface* G4FTFPPiKBuilder::theCascade
private

Definition at line 79 of file G4FTFPPiKBuilder.hh.

◆ theLund

G4LundStringFragmentation* G4FTFPPiKBuilder::theLund
private

Definition at line 83 of file G4FTFPPiKBuilder.hh.

◆ theMax

G4double G4FTFPPiKBuilder::theMax
private

Definition at line 87 of file G4FTFPPiKBuilder.hh.

◆ theMin

G4double G4FTFPPiKBuilder::theMin
private

Definition at line 86 of file G4FTFPPiKBuilder.hh.

◆ theModel

G4TheoFSGenerator* G4FTFPPiKBuilder::theModel
private

Definition at line 78 of file G4FTFPPiKBuilder.hh.

◆ thePiData

G4VCrossSectionDataSet* G4FTFPPiKBuilder::thePiData
private

Definition at line 85 of file G4FTFPPiKBuilder.hh.

◆ theQuasiElastic

G4QuasiElasticChannel* G4FTFPPiKBuilder::theQuasiElastic
private

Definition at line 82 of file G4FTFPPiKBuilder.hh.

◆ theStringDecay

G4ExcitedStringDecay* G4FTFPPiKBuilder::theStringDecay
private

Definition at line 81 of file G4FTFPPiKBuilder.hh.

◆ theStringModel

G4FTFModel* G4FTFPPiKBuilder::theStringModel
private

Definition at line 80 of file G4FTFPPiKBuilder.hh.


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