Geant4-11
Public Member Functions | Private Attributes
G4HyperonFTFPBuilder Class Reference

#include <G4HyperonFTFPBuilder.hh>

Inheritance diagram for G4HyperonFTFPBuilder:
G4VHyperonBuilder G4PhysicsBuilderInterface

Public Member Functions

virtual void Build ()
 
virtual void Build (G4HadronElasticProcess *) final override
 
virtual void Build (G4HadronElasticProcess *aP)=0
 
virtual void Build (G4HadronInelasticProcess *aP) final override
 
virtual void Build (G4HadronInelasticProcess *aP)=0
 
 G4HyperonFTFPBuilder (G4bool quasiElastic=false)
 
virtual void RegisterMe (G4PhysicsBuilderInterface *)
 
virtual void SetMaxEnergy (G4double val) final override
 
virtual void SetMinEnergy (G4double val) final override
 
virtual ~G4HyperonFTFPBuilder ()
 

Private Attributes

G4TheoFSGeneratortheAntiHyperonFTFP
 
G4CascadeInterfacetheBertini
 
G4TheoFSGeneratortheHyperonFTFP
 
G4VCrossSectionDataSettheInelasticCrossSection
 
G4double theMax
 
G4double theMin
 

Detailed Description

Definition at line 50 of file G4HyperonFTFPBuilder.hh.

Constructor & Destructor Documentation

◆ G4HyperonFTFPBuilder()

G4HyperonFTFPBuilder::G4HyperonFTFPBuilder ( G4bool  quasiElastic = false)

Definition at line 55 of file G4HyperonFTFPBuilder.cc.

55 {
56 // The following energy limits refer to FTFP only and only for hyperons
57 // (for antihyperons, the min energy is assumed to be 0.0; the max is the same as for hyperons)
60 // Hyperon : Bertini at low energies, then FTFP
61 theHyperonFTFP = new G4TheoFSGenerator( "FTFP" );
64 G4FTFModel* theStringModel = new G4FTFModel;
65 theStringModel->SetFragmentationModel( new G4ExcitedStringDecay );
67 theHyperonFTFP->SetTransport( theCascade );
68 theHyperonFTFP->SetHighEnergyGenerator( theStringModel );
70
73 theBertini->SetMaxEnergy( G4HadronicParameters::Instance()->GetMaxEnergyTransitionFTF_Cascade() );
74
75 // AntiHyperons: Use FTFP for full energy range, starting at 0.
79 theAntiHyperonFTFP->SetTransport( theCascade );
82
83 // use Glauber-Gribov cross sections
85}
void SetMinEnergy(G4double anEnergy)
void SetMaxEnergy(const G4double anEnergy)
static G4HadronicParameters * Instance()
G4double GetMinEnergyTransitionFTF_Cascade() const
G4double GetMaxEnergy() const
G4TheoFSGenerator * theHyperonFTFP
G4TheoFSGenerator * theAntiHyperonFTFP
G4CascadeInterface * theBertini
G4VCrossSectionDataSet * theInelasticCrossSection
void SetTransport(G4VIntraNuclearTransportModel *const value)
void SetQuasiElasticChannel(G4QuasiElasticChannel *const value)
void SetHighEnergyGenerator(G4VHighEnergyGenerator *const value)
void SetFragmentationModel(G4VStringFragmentation *aModel)

References G4HadronicParameters::GetMaxEnergy(), G4HadronicParameters::GetMinEnergyTransitionFTF_Cascade(), G4HadronicParameters::Instance(), G4VPartonStringModel::SetFragmentationModel(), G4TheoFSGenerator::SetHighEnergyGenerator(), G4HadronicInteraction::SetMaxEnergy(), G4HadronicInteraction::SetMinEnergy(), G4TheoFSGenerator::SetQuasiElasticChannel(), G4TheoFSGenerator::SetTransport(), theAntiHyperonFTFP, theBertini, theHyperonFTFP, theInelasticCrossSection, theMax, and theMin.

◆ ~G4HyperonFTFPBuilder()

G4HyperonFTFPBuilder::~G4HyperonFTFPBuilder ( )
virtual

Definition at line 88 of file G4HyperonFTFPBuilder.cc.

88{}

Member Function Documentation

◆ Build() [1/5]

virtual void G4PhysicsBuilderInterface::Build ( )
inlinevirtualinherited

Reimplemented from G4PhysicsBuilderInterface.

Definition at line 46 of file G4PhysicsBuilderInterface.hh.

47 {
48 G4Exception("G4PhysicsBuilderInterface::Build", "PHYSBLD001",
50 "Called based class method. Should be implemented in"
51 " inherited class");
52 }
@ FatalException
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
Definition: G4Exception.cc:35

◆ Build() [2/5]

virtual void G4HyperonFTFPBuilder::Build ( G4HadronElasticProcess )
inlinefinaloverridevirtual

Implements G4VHyperonBuilder.

Definition at line 55 of file G4HyperonFTFPBuilder.hh.

55{}

◆ Build() [3/5]

virtual void G4VHyperonBuilder::Build ( G4HadronElasticProcess aP)
virtual

Implements G4VHyperonBuilder.

◆ Build() [4/5]

void G4HyperonFTFPBuilder::Build ( G4HadronInelasticProcess aP)
finaloverridevirtual

◆ Build() [5/5]

virtual void G4VHyperonBuilder::Build ( G4HadronInelasticProcess aP)
virtual

Implements G4VHyperonBuilder.

◆ RegisterMe()

virtual void G4PhysicsBuilderInterface::RegisterMe ( G4PhysicsBuilderInterface )
inlinevirtualinherited

◆ SetMaxEnergy()

virtual void G4HyperonFTFPBuilder::SetMaxEnergy ( G4double  val)
inlinefinaloverridevirtual

Reimplemented from G4PhysicsBuilderInterface.

Definition at line 62 of file G4HyperonFTFPBuilder.hh.

62{ theMax = val; }

References theMax.

◆ SetMinEnergy()

virtual void G4HyperonFTFPBuilder::SetMinEnergy ( G4double  val)
inlinefinaloverridevirtual

Reimplemented from G4PhysicsBuilderInterface.

Definition at line 61 of file G4HyperonFTFPBuilder.hh.

61{ theMin = val; }

References theMin.

Field Documentation

◆ theAntiHyperonFTFP

G4TheoFSGenerator* G4HyperonFTFPBuilder::theAntiHyperonFTFP
private

Definition at line 68 of file G4HyperonFTFPBuilder.hh.

Referenced by Build(), and G4HyperonFTFPBuilder().

◆ theBertini

G4CascadeInterface* G4HyperonFTFPBuilder::theBertini
private

Definition at line 69 of file G4HyperonFTFPBuilder.hh.

Referenced by Build(), and G4HyperonFTFPBuilder().

◆ theHyperonFTFP

G4TheoFSGenerator* G4HyperonFTFPBuilder::theHyperonFTFP
private

Definition at line 67 of file G4HyperonFTFPBuilder.hh.

Referenced by Build(), and G4HyperonFTFPBuilder().

◆ theInelasticCrossSection

G4VCrossSectionDataSet* G4HyperonFTFPBuilder::theInelasticCrossSection
private

Definition at line 70 of file G4HyperonFTFPBuilder.hh.

Referenced by Build(), and G4HyperonFTFPBuilder().

◆ theMax

G4double G4HyperonFTFPBuilder::theMax
private

Definition at line 72 of file G4HyperonFTFPBuilder.hh.

Referenced by Build(), G4HyperonFTFPBuilder(), and SetMaxEnergy().

◆ theMin

G4double G4HyperonFTFPBuilder::theMin
private

Definition at line 71 of file G4HyperonFTFPBuilder.hh.

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


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