Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
HadronPhysicsQGSP_INCLXX Class Reference

#include <HadronPhysicsQGSP_INCLXX.hh>

+ Inheritance diagram for HadronPhysicsQGSP_INCLXX:

Public Member Functions

 HadronPhysicsQGSP_INCLXX (G4int verbose=1)
 
 HadronPhysicsQGSP_INCLXX (const G4String &name, G4bool quasiElastic=true)
 
virtual ~HadronPhysicsQGSP_INCLXX ()
 
virtual void ConstructParticle ()
 
virtual void ConstructProcess ()
 
void SetQuasiElastic (G4bool value)
 
void SetProjectileDiffraction (G4bool value)
 
- Public Member Functions inherited from G4VPhysicsConstructor
 G4VPhysicsConstructor (const G4String &="")
 
 G4VPhysicsConstructor (const G4String &name, G4int physics_type)
 
virtual ~G4VPhysicsConstructor ()
 
virtual void ConstructParticle ()=0
 
virtual void ConstructProcess ()=0
 
void SetPhysicsName (const G4String &="")
 
const G4StringGetPhysicsName () const
 
void SetPhysicsType (G4int)
 
G4int GetPhysicsType () const
 
void SetVerboseLevel (G4int value)
 
G4int GetVerboseLevel () const
 

Additional Inherited Members

- Protected Member Functions inherited from G4VPhysicsConstructor
G4bool RegisterProcess (G4VProcess *process, G4ParticleDefinition *particle)
 
- Protected Attributes inherited from G4VPhysicsConstructor
G4int verboseLevel
 
G4String namePhysics
 
G4int typePhysics
 
G4ParticleTabletheParticleTable
 
G4ParticleTable::G4PTblDicIteratortheParticleIterator
 
G4PhysicsListHelperthePLHelper
 

Detailed Description

Build hadronic physics using INCL++ and QGSP models.

See also
G4INCLXXProtonBuilder
G4INCLXXNeutronBuilder
G4INCLXXPiKBuilder

Definition at line 74 of file HadronPhysicsQGSP_INCLXX.hh.

Constructor & Destructor Documentation

◆ HadronPhysicsQGSP_INCLXX() [1/2]

HadronPhysicsQGSP_INCLXX::HadronPhysicsQGSP_INCLXX ( G4int  verbose = 1)

Definition at line 60 of file HadronPhysicsQGSP_INCLXX.cc.

61 : G4VPhysicsConstructor("hInelastic QGSP_INCLXX")
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}

Member Function Documentation

◆ ConstructParticle()

void HadronPhysicsQGSP_INCLXX::ConstructParticle ( )
virtual

Implements G4VPhysicsConstructor.

Definition at line 172 of file HadronPhysicsQGSP_INCLXX.cc.

173{
174 G4MesonConstructor pMesonConstructor;
175 pMesonConstructor.ConstructParticle();
176
177 G4BaryonConstructor pBaryonConstructor;
178 pBaryonConstructor.ConstructParticle();
179
180 G4ShortLivedConstructor pShortLivedConstructor;
181 pShortLivedConstructor.ConstructParticle();
182}
static void ConstructParticle()
static void ConstructParticle()

◆ ConstructProcess()

void HadronPhysicsQGSP_INCLXX::ConstructProcess ( )
virtual

Implements G4VPhysicsConstructor.

Definition at line 185 of file HadronPhysicsQGSP_INCLXX.cc.

186{
187 CreateModels();
188 theNeutrons->Build();
189 thePro->Build();
190 thePiK->Build();
191 theMisc->Build();
192}

◆ SetProjectileDiffraction()

void HadronPhysicsQGSP_INCLXX::SetProjectileDiffraction ( G4bool  value)
inline

Definition at line 86 of file HadronPhysicsQGSP_INCLXX.hh.

86{ProjectileDiffraction = value;};

◆ SetQuasiElastic()

void HadronPhysicsQGSP_INCLXX::SetQuasiElastic ( G4bool  value)
inline

Definition at line 85 of file HadronPhysicsQGSP_INCLXX.hh.

85{QuasiElastic = value;};

The documentation for this class was generated from the following files: