#include <G4FTFPPiKBuilder.hh>
Definition at line 56 of file G4FTFPPiKBuilder.hh.
◆ G4FTFPPiKBuilder()
G4FTFPPiKBuilder::G4FTFPPiKBuilder |
( |
G4bool | quasiElastic = false | ) |
|
Definition at line 50 of file G4FTFPPiKBuilder.cc.
52{
55 theModel = new G4TheoFSGenerator("FTFP");
56
57 G4FTFModel* theStringModel = new G4FTFModel();
59
60 G4GeneratorPrecompoundInterface* theCascade =
61 new G4GeneratorPrecompoundInterface();
62
63 theModel->SetHighEnergyGenerator(theStringModel);
64 if (quasiElastic) {
65 theModel->SetQuasiElasticChannel(new G4QuasiElasticChannel());
66 }
67
68 theModel->SetTransport(theCascade);
69 theModel->SetMinEnergy(theMin);
70 theModel->SetMaxEnergy(theMax);
71}
static G4HadronicParameters * Instance()
G4double GetMinEnergyTransitionFTF_Cascade() const
G4double GetMaxEnergy() const
void SetFragmentationModel(G4VStringFragmentation *aModel)
◆ ~G4FTFPPiKBuilder()
G4FTFPPiKBuilder::~G4FTFPPiKBuilder |
( |
| ) |
|
|
virtual |
◆ Build() [1/2]
|
inlinefinaloverridevirtual |
◆ Build() [2/2]
Implements G4VPiKBuilder.
Definition at line 77 of file G4FTFPPiKBuilder.cc.
79{
80 theModel->SetMinEnergy(theMin);
81 theModel->SetMaxEnergy(theMax);
86 }
88}
const G4ParticleDefinition * GetParticleDefinition() const
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
void RegisterMe(G4HadronicInteraction *a)
static G4PionMinus * Definition()
static G4PionPlus * Definition()
◆ SetMaxEnergy()
virtual void G4FTFPPiKBuilder::SetMaxEnergy |
( |
G4double | aM | ) |
|
|
inlinefinaloverridevirtual |
◆ SetMinEnergy()
virtual void G4FTFPPiKBuilder::SetMinEnergy |
( |
G4double | aM | ) |
|
|
inlinefinaloverridevirtual |
The documentation for this class was generated from the following files: