#include <HadronPhysicsQGSP.hh>
Definition at line 64 of file HadronPhysicsQGSP.hh.
◆ HadronPhysicsQGSP() [1/2]
HadronPhysicsQGSP::HadronPhysicsQGSP |
( |
G4int |
verbose = 1 | ) |
|
Definition at line 61 of file HadronPhysicsQGSP.cc.
63 , theNeutrons(0)
64 , theLEPNeutron(0)
65 , theQGSPNeutron(0)
66 , thePiK(0)
67 , theLEPPiK(0)
68 , theQGSPPiK(0)
69 , thePro(0)
70 , theLEPPro(0)
71 , theQGSPPro(0)
72 , theMisc(0)
73 , QuasiElastic(true)
74 , ProjectileDiffraction(false)
75{
76}
◆ HadronPhysicsQGSP() [2/2]
Definition at line 78 of file HadronPhysicsQGSP.cc.
80 , theNeutrons(0)
81 , theLEPNeutron(0)
82 , theQGSPNeutron(0)
83 , thePiK(0)
84 , theLEPPiK(0)
85 , theQGSPPiK(0)
86 , thePro(0)
87 , theLEPPro(0)
88 , theQGSPPro(0)
89 , theMisc(0)
90 , QuasiElastic(quasiElastic)
91 , ProjectileDiffraction(false)
92{
93}
◆ ~HadronPhysicsQGSP()
HadronPhysicsQGSP::~HadronPhysicsQGSP |
( |
| ) |
|
|
virtual |
Definition at line 118 of file HadronPhysicsQGSP.cc.
119{
120 delete theMisc;
121 delete theQGSPNeutron;
122 delete theLEPNeutron;
123 delete theQGSPPro;
124 delete theLEPPro;
125 delete thePro;
126 delete theQGSPPiK;
127 delete theLEPPiK;
128 delete thePiK;
129}
◆ ConstructParticle()
void HadronPhysicsQGSP::ConstructParticle |
( |
| ) |
|
|
virtual |
◆ ConstructProcess()
void HadronPhysicsQGSP::ConstructProcess |
( |
| ) |
|
|
virtual |
◆ SetProjectileDiffraction()
void HadronPhysicsQGSP::SetProjectileDiffraction |
( |
G4bool |
value | ) |
|
|
inline |
◆ SetQuasiElastic()
void HadronPhysicsQGSP::SetQuasiElastic |
( |
G4bool |
value | ) |
|
|
inline |
The documentation for this class was generated from the following files: