Geant4  10.02.p03
G4FTFPAntiBarionBuilder Class Reference

#include <G4FTFPAntiBarionBuilder.hh>

Inheritance diagram for G4FTFPAntiBarionBuilder:
Collaboration diagram for G4FTFPAntiBarionBuilder:

Public Member Functions

 G4FTFPAntiBarionBuilder (G4bool quasiElastic=false)
 
virtual ~G4FTFPAntiBarionBuilder ()
 
virtual void Build (G4HadronElasticProcess *aP)
 
virtual void Build (G4AntiProtonInelasticProcess *aP)
 
virtual void Build (G4AntiNeutronInelasticProcess *aP)
 
virtual void Build (G4AntiDeuteronInelasticProcess *aP)
 
virtual void Build (G4AntiTritonInelasticProcess *aP)
 
virtual void Build (G4AntiHe3InelasticProcess *aP)
 
virtual void Build (G4AntiAlphaInelasticProcess *aP)
 
void SetMinEnergy (G4double val)
 
void SetMaxEnergy (G4double val)
 
- Public Member Functions inherited from G4VAntiBarionBuilder
 G4VAntiBarionBuilder ()
 
virtual ~G4VAntiBarionBuilder ()
 

Private Attributes

G4TheoFSGeneratortheModel
 
G4GeneratorPrecompoundInterfacetheCascade
 
G4FTFModeltheStringModel
 
G4ExcitedStringDecaytheStringDecay
 
G4QuasiElasticChanneltheQuasiElastic
 
G4LundStringFragmentationtheLund
 
G4VCrossSectionDataSettheAntiNucleonData
 
G4VComponentCrossSectiontheAntiNucleonXS
 
G4double theMin
 
G4double theMax
 

Detailed Description

Definition at line 59 of file G4FTFPAntiBarionBuilder.hh.

Constructor & Destructor Documentation

◆ G4FTFPAntiBarionBuilder()

G4FTFPAntiBarionBuilder::G4FTFPAntiBarionBuilder ( G4bool  quasiElastic = false)

Definition at line 50 of file G4FTFPAntiBarionBuilder.cc.

51 {
54 
55  theMin = 0.0*GeV;
56  theMax = 100.0*TeV;
57  theModel = new G4TheoFSGenerator("FTFP");
58 
62 
64 
66  if (quasiElastic)
67  {
70  } else
71  { theQuasiElastic=0;}
72 
76 }
G4VCrossSectionDataSet * theAntiNucleonData
void SetQuasiElasticChannel(G4QuasiElasticChannel *const value)
void SetFragmentationModel(G4VStringFragmentation *aModel)
G4LundStringFragmentation * theLund
G4GeneratorPrecompoundInterface * theCascade
G4ExcitedStringDecay * theStringDecay
void SetHighEnergyGenerator(G4VHighEnergyGenerator *const value)
G4QuasiElasticChannel * theQuasiElastic
void SetMinEnergy(G4double anEnergy)
static const double GeV
Definition: G4SIunits.hh:214
G4VComponentCrossSection * theAntiNucleonXS
void SetMaxEnergy(const G4double anEnergy)
void SetTransport(G4VIntraNuclearTransportModel *const value)
static const double TeV
Definition: G4SIunits.hh:215
Here is the call graph for this function:

◆ ~G4FTFPAntiBarionBuilder()

G4FTFPAntiBarionBuilder::~G4FTFPAntiBarionBuilder ( )
virtual

Definition at line 78 of file G4FTFPAntiBarionBuilder.cc.

79 {
80  delete theStringDecay;
81  delete theStringModel;
82  //delete theModel;
83  if ( theQuasiElastic ) delete theQuasiElastic;
84  delete theLund;
85  delete theAntiNucleonXS;
86  //delete theAntiNucleonData;
87 }
G4LundStringFragmentation * theLund
G4ExcitedStringDecay * theStringDecay
G4QuasiElasticChannel * theQuasiElastic
G4VComponentCrossSection * theAntiNucleonXS
Here is the call graph for this function:

Member Function Documentation

◆ Build() [1/7]

void G4FTFPAntiBarionBuilder::Build ( G4HadronElasticProcess aP)
virtual

Implements G4VAntiBarionBuilder.

Definition at line 90 of file G4FTFPAntiBarionBuilder.cc.

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

◆ Build() [2/7]

void G4FTFPAntiBarionBuilder::Build ( G4AntiProtonInelasticProcess aP)
virtual

Implements G4VAntiBarionBuilder.

Definition at line 93 of file G4FTFPAntiBarionBuilder.cc.

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

◆ Build() [3/7]

void G4FTFPAntiBarionBuilder::Build ( G4AntiNeutronInelasticProcess aP)
virtual

Implements G4VAntiBarionBuilder.

Definition at line 102 of file G4FTFPAntiBarionBuilder.cc.

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

◆ Build() [4/7]

void G4FTFPAntiBarionBuilder::Build ( G4AntiDeuteronInelasticProcess aP)
virtual

Implements G4VAntiBarionBuilder.

Definition at line 111 of file G4FTFPAntiBarionBuilder.cc.

112 {
116  aP->RegisterMe(theModel);
117 }
G4VCrossSectionDataSet * theAntiNucleonData
void RegisterMe(G4HadronicInteraction *a)
void SetMinEnergy(G4double anEnergy)
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
void SetMaxEnergy(const G4double anEnergy)
Here is the call graph for this function:

◆ Build() [5/7]

void G4FTFPAntiBarionBuilder::Build ( G4AntiTritonInelasticProcess aP)
virtual

Implements G4VAntiBarionBuilder.

Definition at line 120 of file G4FTFPAntiBarionBuilder.cc.

121 {
125  aP->RegisterMe(theModel);
126 }
G4VCrossSectionDataSet * theAntiNucleonData
void RegisterMe(G4HadronicInteraction *a)
void SetMinEnergy(G4double anEnergy)
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
void SetMaxEnergy(const G4double anEnergy)
Here is the call graph for this function:

◆ Build() [6/7]

void G4FTFPAntiBarionBuilder::Build ( G4AntiHe3InelasticProcess aP)
virtual

Implements G4VAntiBarionBuilder.

Definition at line 129 of file G4FTFPAntiBarionBuilder.cc.

130 {
134  aP->RegisterMe(theModel);
135 }
G4VCrossSectionDataSet * theAntiNucleonData
void RegisterMe(G4HadronicInteraction *a)
void SetMinEnergy(G4double anEnergy)
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
void SetMaxEnergy(const G4double anEnergy)
Here is the call graph for this function:

◆ Build() [7/7]

void G4FTFPAntiBarionBuilder::Build ( G4AntiAlphaInelasticProcess aP)
virtual

Implements G4VAntiBarionBuilder.

Definition at line 138 of file G4FTFPAntiBarionBuilder.cc.

139 {
143  aP->RegisterMe(theModel);
144 }
G4VCrossSectionDataSet * theAntiNucleonData
void RegisterMe(G4HadronicInteraction *a)
void SetMinEnergy(G4double anEnergy)
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
void SetMaxEnergy(const G4double anEnergy)
Here is the call graph for this function:

◆ SetMaxEnergy()

void G4FTFPAntiBarionBuilder::SetMaxEnergy ( G4double  val)
inline

Definition at line 75 of file G4FTFPAntiBarionBuilder.hh.

◆ SetMinEnergy()

void G4FTFPAntiBarionBuilder::SetMinEnergy ( G4double  val)
inline

Definition at line 74 of file G4FTFPAntiBarionBuilder.hh.

Member Data Documentation

◆ theAntiNucleonData

G4VCrossSectionDataSet* G4FTFPAntiBarionBuilder::theAntiNucleonData
private

Definition at line 85 of file G4FTFPAntiBarionBuilder.hh.

◆ theAntiNucleonXS

G4VComponentCrossSection* G4FTFPAntiBarionBuilder::theAntiNucleonXS
private

Definition at line 86 of file G4FTFPAntiBarionBuilder.hh.

◆ theCascade

G4GeneratorPrecompoundInterface* G4FTFPAntiBarionBuilder::theCascade
private

Definition at line 79 of file G4FTFPAntiBarionBuilder.hh.

◆ theLund

G4LundStringFragmentation* G4FTFPAntiBarionBuilder::theLund
private

Definition at line 83 of file G4FTFPAntiBarionBuilder.hh.

◆ theMax

G4double G4FTFPAntiBarionBuilder::theMax
private

Definition at line 88 of file G4FTFPAntiBarionBuilder.hh.

◆ theMin

G4double G4FTFPAntiBarionBuilder::theMin
private

Definition at line 87 of file G4FTFPAntiBarionBuilder.hh.

◆ theModel

G4TheoFSGenerator* G4FTFPAntiBarionBuilder::theModel
private

Definition at line 78 of file G4FTFPAntiBarionBuilder.hh.

◆ theQuasiElastic

G4QuasiElasticChannel* G4FTFPAntiBarionBuilder::theQuasiElastic
private

Definition at line 82 of file G4FTFPAntiBarionBuilder.hh.

◆ theStringDecay

G4ExcitedStringDecay* G4FTFPAntiBarionBuilder::theStringDecay
private

Definition at line 81 of file G4FTFPAntiBarionBuilder.hh.

◆ theStringModel

G4FTFModel* G4FTFPAntiBarionBuilder::theStringModel
private

Definition at line 80 of file G4FTFPAntiBarionBuilder.hh.


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