#include <G4FTFPKaonBuilder.hh>
Definition at line 57 of file G4FTFPKaonBuilder.hh.
◆ G4FTFPKaonBuilder()
G4FTFPKaonBuilder::G4FTFPKaonBuilder |
( |
G4bool | quasiElastic = false | ) |
|
Definition at line 42 of file G4FTFPKaonBuilder.cc.
44{
47 theModel = new G4TheoFSGenerator("FTFP");
48
49 G4FTFModel* theStringModel = new G4FTFModel();
51
52 G4GeneratorPrecompoundInterface* theCascade =
53 new G4GeneratorPrecompoundInterface();
54
55 theModel->SetHighEnergyGenerator(theStringModel);
56 if (quasiElastic) {
57 theModel->SetQuasiElasticChannel(new G4QuasiElasticChannel());
58 }
59
60 theModel->SetTransport(theCascade);
61 theModel->SetMinEnergy(theMin);
62 theModel->SetMaxEnergy(theMax);
63}
static G4HadronicParameters * Instance()
G4double GetMinEnergyTransitionFTF_Cascade() const
G4double GetMaxEnergy() const
void SetFragmentationModel(G4VStringFragmentation *aModel)
◆ ~G4FTFPKaonBuilder()
G4FTFPKaonBuilder::~G4FTFPKaonBuilder |
( |
| ) |
|
|
virtual |
◆ Build() [1/2]
|
inlinefinaloverridevirtual |
◆ Build() [2/2]
Implements G4VKaonBuilder.
Definition at line 69 of file G4FTFPKaonBuilder.cc.
71{
72 theModel->SetMinEnergy(theMin);
73 theModel->SetMaxEnergy(theMax);
75}
void RegisterMe(G4HadronicInteraction *a)
◆ SetMaxEnergy()
virtual void G4FTFPKaonBuilder::SetMaxEnergy |
( |
G4double | aM | ) |
|
|
inlinefinaloverridevirtual |
◆ SetMinEnergy()
virtual void G4FTFPKaonBuilder::SetMinEnergy |
( |
G4double | aM | ) |
|
|
inlinefinaloverridevirtual |
The documentation for this class was generated from the following files: