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