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