#include <G4QGSPPiKBuilder.hh>
Definition at line 62 of file G4QGSPPiKBuilder.hh.
◆ G4QGSPPiKBuilder()
G4QGSPPiKBuilder::G4QGSPPiKBuilder |
( |
G4bool |
quasiElastic = false , |
|
|
G4bool |
projectileDiffraction = false |
|
) |
| |
Definition at line 53 of file G4QGSPPiKBuilder.cc.
55{
57
58 theMin = 12*GeV;
60
64
65
69
71 if (quasiElastic)
72 {
75 } else
76 { theQuasiElastic=0;}
77 if ( projectileDiffraction )
78 {
81 } else
82 { theProjectileDiffraction=0;}
83
85}
void SetTransport(G4VIntraNuclearTransportModel *const value)
void SetQuasiElasticChannel(G4QuasiElasticChannel *const value)
void SetHighEnergyGenerator(G4VHighEnergyGenerator *const value)
void SetProjectileDiffraction(G4ProjectileDiffractiveChannel *const value)
void SetDeExcitation(G4VPreCompoundModel *ptr)
void SetFragmentationModel(G4VStringFragmentation *aModel)
◆ ~G4QGSPPiKBuilder()
G4QGSPPiKBuilder::~G4QGSPPiKBuilder |
( |
| ) |
|
|
virtual |
Definition at line 87 of file G4QGSPPiKBuilder.cc.
89{
90 delete theCascade;
91 delete thePreEquilib;
92 if ( theQuasiElastic ) delete theQuasiElastic;
93 if ( theProjectileDiffraction ) delete theProjectileDiffraction;
94 delete theStringDecay;
95 delete theStringModel;
96 delete theModel;
97 delete theQGSM;
98
99}
◆ Build() [1/7]
◆ Build() [2/7]
Implements G4VPiKBuilder.
Definition at line 131 of file G4QGSPPiKBuilder.cc.
133{
138}
static const char * Default_Name()
static G4CrossSectionDataSetRegistry * Instance()
void SetMinEnergy(G4double anEnergy)
void SetMaxEnergy(const G4double anEnergy)
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
void RegisterMe(G4HadronicInteraction *a)
◆ Build() [3/7]
◆ Build() [4/7]
◆ Build() [5/7]
◆ Build() [6/7]
◆ Build() [7/7]
◆ SetMinEnergy()
void G4QGSPPiKBuilder::SetMinEnergy |
( |
G4double |
aM | ) |
|
|
inline |
The documentation for this class was generated from the following files: