#include <G4QGSPPionBuilder.hh>
Definition at line 61 of file G4QGSPPionBuilder.hh.
◆ G4QGSPPionBuilder()
G4QGSPPionBuilder::G4QGSPPionBuilder |
( |
G4bool |
quasiElastic = false , |
|
|
G4bool |
projectileDiffraction = false |
|
) |
| |
Definition at line 50 of file G4QGSPPionBuilder.cc.
52{
54 theMin = 12*GeV;
56
60
61
65
67 if (quasiElastic)
68 {
71 } else
72 { theQuasiElastic=0;}
73 if ( projectileDiffraction )
74 {
77 } else
78 { theProjectileDiffraction=0;}
79
81}
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)
◆ ~G4QGSPPionBuilder()
G4QGSPPionBuilder::~G4QGSPPionBuilder |
( |
| ) |
|
|
virtual |
Definition at line 83 of file G4QGSPPionBuilder.cc.
85{
86 delete theCascade;
87 delete thePreEquilib;
88 if ( theQuasiElastic ) delete theQuasiElastic;
89 if ( theProjectileDiffraction ) delete theProjectileDiffraction;
90 delete theStringDecay;
91 delete theStringModel;
92 delete theModel;
93 delete theQGSM;
94
95}
◆ Build() [1/3]
◆ Build() [2/3]
Implements G4VPionBuilder.
Definition at line 109 of file G4QGSPPionBuilder.cc.
111{
116}
void SetMinEnergy(G4double anEnergy)
void SetMaxEnergy(const G4double anEnergy)
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
void RegisterMe(G4HadronicInteraction *a)
◆ Build() [3/3]
◆ SetMinEnergy()
void G4QGSPPionBuilder::SetMinEnergy |
( |
G4double |
aM | ) |
|
|
inline |
The documentation for this class was generated from the following files: