#include <HadronPhysicsQGSP_BERT.hh>
Definition at line 67 of file HadronPhysicsQGSP_BERT.hh.
◆ HadronPhysicsQGSP_BERT() [1/2]
HadronPhysicsQGSP_BERT::HadronPhysicsQGSP_BERT |
( |
G4int |
verbose = 1 | ) |
|
Definition at line 64 of file HadronPhysicsQGSP_BERT.cc.
66 , theNeutrons(0)
67 , theLEPNeutron(0)
68 , theQGSPNeutron(0)
69 , theBertiniNeutron(0)
70 , thePiK(0)
71 , theLEPPiK(0)
72 , theQGSPPiK(0)
73 , theBertiniPiK(0)
74 , thePro(0)
75 , theLEPPro(0)
76 , theQGSPPro(0)
77 , theBertiniPro(0)
78 , theMisc(0)
79 , QuasiElastic(true)
80 , ProjectileDiffraction(false)
81{
82}
◆ HadronPhysicsQGSP_BERT() [2/2]
HadronPhysicsQGSP_BERT::HadronPhysicsQGSP_BERT |
( |
const G4String & |
name, |
|
|
G4bool |
quasiElastic = true |
|
) |
| |
Definition at line 84 of file HadronPhysicsQGSP_BERT.cc.
86 , theNeutrons(0)
87 , theLEPNeutron(0)
88 , theQGSPNeutron(0)
89 , theBertiniNeutron(0)
90 , thePiK(0)
91 , theLEPPiK(0)
92 , theQGSPPiK(0)
93 , theBertiniPiK(0)
94 , thePro(0)
95 , theLEPPro(0)
96 , theQGSPPro(0)
97 , theBertiniPro(0)
98 , theMisc(0)
99 , QuasiElastic(quasiElastic)
100 , ProjectileDiffraction(false)
101{
102}
◆ ~HadronPhysicsQGSP_BERT()
HadronPhysicsQGSP_BERT::~HadronPhysicsQGSP_BERT |
( |
| ) |
|
|
virtual |
Definition at line 137 of file HadronPhysicsQGSP_BERT.cc.
138{
139 delete theMisc;
140 delete theQGSPNeutron;
141 delete theLEPNeutron;
142 delete theNeutrons;
143 delete theBertiniNeutron;
144 delete theQGSPPro;
145 delete theLEPPro;
146 delete thePro;
147 delete theBertiniPro;
148 delete theQGSPPiK;
149 delete theLEPPiK;
150 delete theBertiniPiK;
151 delete thePiK;
152}
◆ ConstructParticle()
void HadronPhysicsQGSP_BERT::ConstructParticle |
( |
| ) |
|
|
virtual |
◆ ConstructProcess()
void HadronPhysicsQGSP_BERT::ConstructProcess |
( |
| ) |
|
|
virtual |
◆ SetProjectileDiffraction()
void HadronPhysicsQGSP_BERT::SetProjectileDiffraction |
( |
G4bool |
value | ) |
|
|
inline |
◆ SetQuasiElastic()
void HadronPhysicsQGSP_BERT::SetQuasiElastic |
( |
G4bool |
value | ) |
|
|
inline |
The documentation for this class was generated from the following files: