#include <HadronPhysicsQGSP_INCLXX.hh>
Build hadronic physics using INCL++ and QGSP models.
- See also
- G4INCLXXProtonBuilder
-
G4INCLXXNeutronBuilder
-
G4INCLXXPiKBuilder
Definition at line 74 of file HadronPhysicsQGSP_INCLXX.hh.
◆ HadronPhysicsQGSP_INCLXX() [1/2]
HadronPhysicsQGSP_INCLXX::HadronPhysicsQGSP_INCLXX |
( |
G4int |
verbose = 1 | ) |
|
Definition at line 60 of file HadronPhysicsQGSP_INCLXX.cc.
62 , theNeutrons(0)
63 , theLEPNeutron(0)
64 , theQGSPNeutron(0)
65 , theBertiniNeutron(0)
66 , theInclAblaNeutron(0)
67 , thePiK(0)
68 , theLEPPiK(0)
69 , theQGSPPiK(0)
70 , theBertiniPiK(0)
71 , theInclAblaPiK(0)
72 , thePro(0)
73 , theLEPPro(0)
74 , theQGSPPro(0)
75 , theBertiniPro(0)
76 , theInclAblaPro(0)
77 , theMisc(0)
78 , QuasiElastic(true)
79 , ProjectileDiffraction(false)
80{
81}
◆ HadronPhysicsQGSP_INCLXX() [2/2]
HadronPhysicsQGSP_INCLXX::HadronPhysicsQGSP_INCLXX |
( |
const G4String & |
name, |
|
|
G4bool |
quasiElastic = true |
|
) |
| |
Definition at line 83 of file HadronPhysicsQGSP_INCLXX.cc.
85 , theNeutrons(0)
86 , theLEPNeutron(0)
87 , theQGSPNeutron(0)
88 , theBertiniNeutron(0)
89 , theInclAblaNeutron(0)
90 , thePiK(0)
91 , theLEPPiK(0)
92 , theQGSPPiK(0)
93 , theBertiniPiK(0)
94 , theInclAblaPiK(0)
95 , thePro(0)
96 , theLEPPro(0)
97 , theQGSPPro(0)
98 , theBertiniPro(0)
99 , theInclAblaPro(0)
100 , theMisc(0)
101 , QuasiElastic(quasiElastic)
102 , ProjectileDiffraction(false)
103{
104}
◆ ~HadronPhysicsQGSP_INCLXX()
HadronPhysicsQGSP_INCLXX::~HadronPhysicsQGSP_INCLXX |
( |
| ) |
|
|
virtual |
Definition at line 153 of file HadronPhysicsQGSP_INCLXX.cc.
154{
155 delete theMisc;
156 delete theQGSPNeutron;
157 delete theLEPNeutron;
158 delete theBertiniNeutron;
159 delete theInclAblaNeutron;
160 delete theQGSPPro;
161 delete theLEPPro;
162 delete thePro;
163 delete theBertiniPro;
164 delete theInclAblaPro;
165 delete theQGSPPiK;
166 delete theLEPPiK;
167 delete theInclAblaPiK;
168 delete theBertiniPiK;
169 delete thePiK;
170}
◆ ConstructParticle()
void HadronPhysicsQGSP_INCLXX::ConstructParticle |
( |
| ) |
|
|
virtual |
◆ ConstructProcess()
void HadronPhysicsQGSP_INCLXX::ConstructProcess |
( |
| ) |
|
|
virtual |
◆ SetProjectileDiffraction()
void HadronPhysicsQGSP_INCLXX::SetProjectileDiffraction |
( |
G4bool |
value | ) |
|
|
inline |
◆ SetQuasiElastic()
void HadronPhysicsQGSP_INCLXX::SetQuasiElastic |
( |
G4bool |
value | ) |
|
|
inline |
The documentation for this class was generated from the following files: