#include <G4QGSPProtonBuilder.hh>
Definition at line 62 of file G4QGSPProtonBuilder.hh.
◆ G4QGSPProtonBuilder()
G4QGSPProtonBuilder::G4QGSPProtonBuilder |
( |
G4bool |
quasiElastic = false , |
|
|
G4bool |
projectileDiffraction = false |
|
) |
| |
Definition at line 49 of file G4QGSPProtonBuilder.cc.
51 {
52 theMin = 12*GeV;
54
58
62
65 if (quasiElastic)
66 {
69 } else
70 { theQuasiElastic=0;}
71 if ( projectileDiffraction )
72 {
75 } else
76 { theProjectileDiffraction=0;}
77 }
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)
◆ ~G4QGSPProtonBuilder()
G4QGSPProtonBuilder::~G4QGSPProtonBuilder |
( |
| ) |
|
|
virtual |
Definition at line 93 of file G4QGSPProtonBuilder.cc.
94 {
95 delete thePreEquilib;
96 delete theCascade;
97 if ( theQuasiElastic ) delete theQuasiElastic;
98 if ( theProjectileDiffraction ) delete theProjectileDiffraction;
99 delete theStringDecay;
100 delete theStringModel;
101 delete theModel;
102 delete theQGSM;
103
104 }
◆ Build() [1/2]
◆ Build() [2/2]
Implements G4VProtonBuilder.
Definition at line 79 of file G4QGSPProtonBuilder.cc.
81 {
86 }
void SetMinEnergy(G4double anEnergy)
void SetMaxEnergy(const G4double anEnergy)
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
void RegisterMe(G4HadronicInteraction *a)
static G4Proton * Proton()
◆ SetMinEnergy()
void G4QGSPProtonBuilder::SetMinEnergy |
( |
G4double |
aM | ) |
|
|
inline |
The documentation for this class was generated from the following files: