Geant4  10.02.p03
G4FTFPPionBuilder Class Reference

#include <G4FTFPPionBuilder.hh>

Inheritance diagram for G4FTFPPionBuilder:
Collaboration diagram for G4FTFPPionBuilder:

Public Member Functions

 G4FTFPPionBuilder (G4bool quasiElastic=false)
 
virtual ~G4FTFPPionBuilder ()
 
virtual void Build (G4HadronElasticProcess *aP)
 
virtual void Build (G4PionPlusInelasticProcess *aP)
 
virtual void Build (G4PionMinusInelasticProcess *aP)
 
void SetMinEnergy (G4double aM)
 
void SetMaxEnergy (G4double aM)
 
- Public Member Functions inherited from G4VPionBuilder
 G4VPionBuilder ()
 
virtual ~G4VPionBuilder ()
 

Private Attributes

G4TheoFSGeneratortheModel
 
G4GeneratorPrecompoundInterfacetheCascade
 
G4FTFModeltheStringModel
 
G4ExcitedStringDecaytheStringDecay
 
G4QuasiElasticChanneltheQuasiElastic
 
G4LundStringFragmentationtheLund
 
G4VCrossSectionDataSetthePiData
 
G4double theMin
 
G4double theMax
 

Detailed Description

Definition at line 57 of file G4FTFPPionBuilder.hh.

Constructor & Destructor Documentation

◆ G4FTFPPionBuilder()

G4FTFPPionBuilder::G4FTFPPionBuilder ( G4bool  quasiElastic = false)

Definition at line 44 of file G4FTFPPionBuilder.cc.

45 {
47  theMin = 4*GeV;
48  theMax = 100*TeV;
49  theModel = new G4TheoFSGenerator("FTFP");
50 
54 
56 
58  if (quasiElastic)
59  {
62  } else
63  { theQuasiElastic=0;}
64 
68 }
void SetQuasiElasticChannel(G4QuasiElasticChannel *const value)
void SetFragmentationModel(G4VStringFragmentation *aModel)
G4GeneratorPrecompoundInterface * theCascade
G4LundStringFragmentation * theLund
G4ExcitedStringDecay * theStringDecay
G4TheoFSGenerator * theModel
static const char * Default_Name()
void SetHighEnergyGenerator(G4VHighEnergyGenerator *const value)
void SetMinEnergy(G4double anEnergy)
G4FTFModel * theStringModel
G4QuasiElasticChannel * theQuasiElastic
static G4CrossSectionDataSetRegistry * Instance()
static const double GeV
Definition: G4SIunits.hh:214
void SetMaxEnergy(const G4double anEnergy)
void SetTransport(G4VIntraNuclearTransportModel *const value)
static const double TeV
Definition: G4SIunits.hh:215
G4VCrossSectionDataSet * thePiData
Here is the call graph for this function:

◆ ~G4FTFPPionBuilder()

G4FTFPPionBuilder::~G4FTFPPionBuilder ( )
virtual

Definition at line 70 of file G4FTFPPionBuilder.cc.

71 {
72  delete theStringDecay;
73  delete theStringModel;
74  if ( theQuasiElastic ) delete theQuasiElastic;
75  delete theLund;
76 }
G4LundStringFragmentation * theLund
G4ExcitedStringDecay * theStringDecay
G4FTFModel * theStringModel
G4QuasiElasticChannel * theQuasiElastic
Here is the call graph for this function:

Member Function Documentation

◆ Build() [1/3]

void G4FTFPPionBuilder::Build ( G4HadronElasticProcess aP)
virtual

Implements G4VPionBuilder.

Definition at line 79 of file G4FTFPPionBuilder.cc.

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

◆ Build() [2/3]

void G4FTFPPionBuilder::Build ( G4PionPlusInelasticProcess aP)
virtual

Implements G4VPionBuilder.

Definition at line 82 of file G4FTFPPionBuilder.cc.

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

◆ Build() [3/3]

void G4FTFPPionBuilder::Build ( G4PionMinusInelasticProcess aP)
virtual

Implements G4VPionBuilder.

Definition at line 91 of file G4FTFPPionBuilder.cc.

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

◆ SetMaxEnergy()

void G4FTFPPionBuilder::SetMaxEnergy ( G4double  aM)
inline

Definition at line 69 of file G4FTFPPionBuilder.hh.

69 {theMax = aM;}

◆ SetMinEnergy()

void G4FTFPPionBuilder::SetMinEnergy ( G4double  aM)
inline

Definition at line 68 of file G4FTFPPionBuilder.hh.

68 {theMin = aM;}

Member Data Documentation

◆ theCascade

G4GeneratorPrecompoundInterface* G4FTFPPionBuilder::theCascade
private

Definition at line 73 of file G4FTFPPionBuilder.hh.

◆ theLund

G4LundStringFragmentation* G4FTFPPionBuilder::theLund
private

Definition at line 77 of file G4FTFPPionBuilder.hh.

◆ theMax

G4double G4FTFPPionBuilder::theMax
private

Definition at line 81 of file G4FTFPPionBuilder.hh.

◆ theMin

G4double G4FTFPPionBuilder::theMin
private

Definition at line 80 of file G4FTFPPionBuilder.hh.

◆ theModel

G4TheoFSGenerator* G4FTFPPionBuilder::theModel
private

Definition at line 72 of file G4FTFPPionBuilder.hh.

◆ thePiData

G4VCrossSectionDataSet* G4FTFPPionBuilder::thePiData
private

Definition at line 79 of file G4FTFPPionBuilder.hh.

◆ theQuasiElastic

G4QuasiElasticChannel* G4FTFPPionBuilder::theQuasiElastic
private

Definition at line 76 of file G4FTFPPionBuilder.hh.

◆ theStringDecay

G4ExcitedStringDecay* G4FTFPPionBuilder::theStringDecay
private

Definition at line 75 of file G4FTFPPionBuilder.hh.

◆ theStringModel

G4FTFModel* G4FTFPPionBuilder::theStringModel
private

Definition at line 74 of file G4FTFPPionBuilder.hh.


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