#include <HadronPhysicsQGSP_BERT_NOLEP.hh>
◆ HadronPhysicsQGSP_BERT_NOLEP() [1/2]
HadronPhysicsQGSP_BERT_NOLEP::HadronPhysicsQGSP_BERT_NOLEP |
( |
G4int |
verbose = 1 | ) |
|
Definition at line 59 of file HadronPhysicsQGSP_BERT_NOLEP.cc.
61 , theNeutrons(0)
62 , theLEPNeutron(0)
63 , theQGSPNeutron(0)
64 , theBertiniNeutron(0)
65 , thePiK(0)
66 , theQGSPPiK(0)
67 , theBertiniPiK(0)
68 , thePro(0)
69 , theQGSPPro(0)
70 , theBertiniPro(0)
71 , theMisc(0)
72 , QuasiElastic(true)
73 , ProjectileDiffraction(false)
74{
75}
◆ HadronPhysicsQGSP_BERT_NOLEP() [2/2]
HadronPhysicsQGSP_BERT_NOLEP::HadronPhysicsQGSP_BERT_NOLEP |
( |
const G4String & |
name, |
|
|
G4bool |
quasiElastic = true |
|
) |
| |
Definition at line 77 of file HadronPhysicsQGSP_BERT_NOLEP.cc.
79 , theNeutrons(0)
80 , theLEPNeutron(0)
81 , theQGSPNeutron(0)
82 , theBertiniNeutron(0)
83 , thePiK(0)
84 , theQGSPPiK(0)
85 , theBertiniPiK(0)
86 , thePro(0)
87 , theQGSPPro(0)
88 , theBertiniPro(0)
89 , theMisc(0)
90 , QuasiElastic(quasiElastic)
91 , ProjectileDiffraction(false)
92{
93}
◆ ~HadronPhysicsQGSP_BERT_NOLEP()
HadronPhysicsQGSP_BERT_NOLEP::~HadronPhysicsQGSP_BERT_NOLEP |
( |
| ) |
|
|
virtual |
Definition at line 126 of file HadronPhysicsQGSP_BERT_NOLEP.cc.
127{
128 delete theMisc;
129 delete theQGSPNeutron;
130 delete theLEPNeutron;
131 delete theBertiniNeutron;
132 delete theQGSPPro;
133 delete thePro;
134 delete theBertiniPro;
135 delete theQGSPPiK;
136 delete theBertiniPiK;
137 delete thePiK;
138}
◆ ConstructParticle()
void HadronPhysicsQGSP_BERT_NOLEP::ConstructParticle |
( |
| ) |
|
|
virtual |
◆ ConstructProcess()
void HadronPhysicsQGSP_BERT_NOLEP::ConstructProcess |
( |
| ) |
|
|
virtual |
◆ SetProjectileDiffraction()
void HadronPhysicsQGSP_BERT_NOLEP::SetProjectileDiffraction |
( |
G4bool |
value | ) |
|
|
inline |
◆ SetQuasiElastic()
void HadronPhysicsQGSP_BERT_NOLEP::SetQuasiElastic |
( |
G4bool |
value | ) |
|
|
inline |
The documentation for this class was generated from the following files: