#include <HadronPhysicsQGSP_FTFP_BERT.hh>
◆ HadronPhysicsQGSP_FTFP_BERT() [1/2]
HadronPhysicsQGSP_FTFP_BERT::HadronPhysicsQGSP_FTFP_BERT |
( |
G4int |
verbose = 1 | ) |
|
Definition at line 59 of file HadronPhysicsQGSP_FTFP_BERT.cc.
61 , theNeutrons(0)
62 , theFTFPNeutron(0)
63 , theQGSPNeutron(0)
64 , theBertiniNeutron(0)
65 , theLEPNeutron(0)
66 , thePiK(0)
67 , theFTFPPiK(0)
68 , theQGSPPiK(0)
69 , theBertiniPiK(0)
70 , thePro(0)
71 , theFTFPPro(0)
72 , theQGSPPro(0)
73 , theBertiniPro(0)
74 , theHyperon(0)
75 , theAntiBaryon(0)
76 , theFTFPAntiBaryon(0)
77 , QuasiElastic(true)
78 , ProjectileDiffraction(false)
79{
80}
◆ HadronPhysicsQGSP_FTFP_BERT() [2/2]
HadronPhysicsQGSP_FTFP_BERT::HadronPhysicsQGSP_FTFP_BERT |
( |
const G4String & |
name, |
|
|
G4bool |
quasiElastic = true |
|
) |
| |
Definition at line 82 of file HadronPhysicsQGSP_FTFP_BERT.cc.
85 , theNeutrons(0)
86 , theFTFPNeutron(0)
87 , theQGSPNeutron(0)
88 , theBertiniNeutron(0)
89 , theLEPNeutron(0)
90 , thePiK(0)
91 , theFTFPPiK(0)
92 , theQGSPPiK(0)
93 , theBertiniPiK(0)
94 , thePro(0)
95 , theFTFPPro(0)
96 , theQGSPPro(0)
97 , theBertiniPro(0)
98 , theHyperon(0)
99 , theAntiBaryon(0)
100 , theFTFPAntiBaryon(0)
101 , QuasiElastic(quasiElastic)
102 , ProjectileDiffraction(false)
103{
104}
◆ ~HadronPhysicsQGSP_FTFP_BERT()
HadronPhysicsQGSP_FTFP_BERT::~HadronPhysicsQGSP_FTFP_BERT |
( |
| ) |
|
|
virtual |
Definition at line 169 of file HadronPhysicsQGSP_FTFP_BERT.cc.
170{
171 delete theQGSPNeutron;
172 delete theFTFPNeutron;
173 delete theBertiniNeutron;
174 delete theNeutrons;
175
176 delete theQGSPPro;
177 delete theFTFPPro;
178 delete thePro;
179 delete theBertiniPro;
180
181 delete theQGSPPiK;
182 delete theFTFPPiK;
183 delete theBertiniPiK;
184 delete thePiK;
185
186 delete theHyperon;
187 delete theAntiBaryon;
188 delete theFTFPAntiBaryon;
189}
◆ ConstructParticle()
void HadronPhysicsQGSP_FTFP_BERT::ConstructParticle |
( |
| ) |
|
|
virtual |
◆ ConstructProcess()
void HadronPhysicsQGSP_FTFP_BERT::ConstructProcess |
( |
| ) |
|
|
virtual |
◆ SetProjectileDiffraction()
void HadronPhysicsQGSP_FTFP_BERT::SetProjectileDiffraction |
( |
G4bool |
value | ) |
|
|
inline |
◆ SetQuasiElastic()
void HadronPhysicsQGSP_FTFP_BERT::SetQuasiElastic |
( |
G4bool |
value | ) |
|
|
inline |
The documentation for this class was generated from the following files: