Geant4  10.02.p03
G4FTFBinaryPiKBuilder Class Reference

#include <G4FTFBinaryPiKBuilder.hh>

Inheritance diagram for G4FTFBinaryPiKBuilder:
Collaboration diagram for G4FTFBinaryPiKBuilder:

Public Member Functions

 G4FTFBinaryPiKBuilder (G4bool quasiElastic=false)
 
virtual ~G4FTFBinaryPiKBuilder ()
 
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

G4TheoFSGeneratortheModel
 
G4BinaryCascadetheCascade
 
G4FTFModeltheStringModel
 
G4ExcitedStringDecaytheStringDecay
 
G4QuasiElasticChanneltheQuasiElastic
 
G4VCrossSectionDataSetthePiData
 
G4double theMin
 

Detailed Description

Definition at line 58 of file G4FTFBinaryPiKBuilder.hh.

Constructor & Destructor Documentation

◆ G4FTFBinaryPiKBuilder()

G4FTFBinaryPiKBuilder::G4FTFBinaryPiKBuilder ( G4bool  quasiElastic = false)

Definition at line 51 of file G4FTFBinaryPiKBuilder.cc.

52 {
54  theMin = 4*GeV;
55  theModel = new G4TheoFSGenerator("FTFB");
56 
60 
62 
64  if (quasiElastic)
65  {
68  } else
69  { theQuasiElastic=0;}
70 
74 }
void SetQuasiElasticChannel(G4QuasiElasticChannel *const value)
void SetFragmentationModel(G4VStringFragmentation *aModel)
static const char * Default_Name()
void SetHighEnergyGenerator(G4VHighEnergyGenerator *const value)
void SetMinEnergy(G4double anEnergy)
G4ExcitedStringDecay * theStringDecay
G4BinaryCascade * theCascade
static G4CrossSectionDataSetRegistry * Instance()
static const double GeV
Definition: G4SIunits.hh:214
G4VCrossSectionDataSet * thePiData
G4QuasiElasticChannel * theQuasiElastic
void SetMaxEnergy(const G4double anEnergy)
void SetTransport(G4VIntraNuclearTransportModel *const value)
static const double TeV
Definition: G4SIunits.hh:215
G4TheoFSGenerator * theModel
Here is the call graph for this function:

◆ ~G4FTFBinaryPiKBuilder()

G4FTFBinaryPiKBuilder::~G4FTFBinaryPiKBuilder ( )
virtual

Definition at line 76 of file G4FTFBinaryPiKBuilder.cc.

77 {
78  delete theStringDecay;
79  delete theStringModel;
80  //delete theModel;
81  if ( theQuasiElastic ) delete theQuasiElastic;
82 }
G4ExcitedStringDecay * theStringDecay
G4QuasiElasticChannel * theQuasiElastic
Here is the call graph for this function:

Member Function Documentation

◆ Build() [1/7]

void G4FTFBinaryPiKBuilder::Build ( G4HadronElasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 85 of file G4FTFBinaryPiKBuilder.cc.

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

◆ Build() [2/7]

void G4FTFBinaryPiKBuilder::Build ( G4PionPlusInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 88 of file G4FTFBinaryPiKBuilder.cc.

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

◆ Build() [3/7]

void G4FTFBinaryPiKBuilder::Build ( G4PionMinusInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 96 of file G4FTFBinaryPiKBuilder.cc.

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

◆ Build() [4/7]

void G4FTFBinaryPiKBuilder::Build ( G4KaonPlusInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 104 of file G4FTFBinaryPiKBuilder.cc.

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

◆ Build() [5/7]

void G4FTFBinaryPiKBuilder::Build ( G4KaonMinusInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 111 of file G4FTFBinaryPiKBuilder.cc.

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

◆ Build() [6/7]

void G4FTFBinaryPiKBuilder::Build ( G4KaonZeroLInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 118 of file G4FTFBinaryPiKBuilder.cc.

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

◆ Build() [7/7]

void G4FTFBinaryPiKBuilder::Build ( G4KaonZeroSInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 125 of file G4FTFBinaryPiKBuilder.cc.

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

◆ SetMinEnergy()

void G4FTFBinaryPiKBuilder::SetMinEnergy ( G4double  aM)
inline

Definition at line 73 of file G4FTFBinaryPiKBuilder.hh.

Member Data Documentation

◆ theCascade

G4BinaryCascade* G4FTFBinaryPiKBuilder::theCascade
private

Definition at line 77 of file G4FTFBinaryPiKBuilder.hh.

◆ theMin

G4double G4FTFBinaryPiKBuilder::theMin
private

Definition at line 83 of file G4FTFBinaryPiKBuilder.hh.

◆ theModel

G4TheoFSGenerator* G4FTFBinaryPiKBuilder::theModel
private

Definition at line 76 of file G4FTFBinaryPiKBuilder.hh.

◆ thePiData

G4VCrossSectionDataSet* G4FTFBinaryPiKBuilder::thePiData
private

Definition at line 82 of file G4FTFBinaryPiKBuilder.hh.

◆ theQuasiElastic

G4QuasiElasticChannel* G4FTFBinaryPiKBuilder::theQuasiElastic
private

Definition at line 80 of file G4FTFBinaryPiKBuilder.hh.

◆ theStringDecay

G4ExcitedStringDecay* G4FTFBinaryPiKBuilder::theStringDecay
private

Definition at line 79 of file G4FTFBinaryPiKBuilder.hh.

◆ theStringModel

G4FTFModel* G4FTFBinaryPiKBuilder::theStringModel
private

Definition at line 78 of file G4FTFBinaryPiKBuilder.hh.


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