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

#include <HadronPhysicsQGSP_BIC.hh>

+ Inheritance diagram for HadronPhysicsQGSP_BIC:

Public Member Functions

 HadronPhysicsQGSP_BIC (G4int verbose=1)
 
 HadronPhysicsQGSP_BIC (const G4String &name, G4bool quasiElastic=true)
 
virtual ~HadronPhysicsQGSP_BIC ()
 
virtual void ConstructParticle ()
 
virtual void ConstructProcess ()
 
- 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

Definition at line 65 of file HadronPhysicsQGSP_BIC.hh.

Constructor & Destructor Documentation

◆ HadronPhysicsQGSP_BIC() [1/2]

HadronPhysicsQGSP_BIC::HadronPhysicsQGSP_BIC ( G4int  verbose = 1)

Definition at line 61 of file HadronPhysicsQGSP_BIC.cc.

62 : G4VPhysicsConstructor("hInelastic QGSP_BIC")
63 , theNeutrons(0)
64 , theLEPNeutron(0)
65 , theQGSPNeutron(0)
66 , theBinaryNeutron(0)
67 , thePiK(0)
68 , theLEPPiK(0)
69 , theQGSPPiK(0)
70 , thePro(0)
71 , theLEPPro(0)
72 , theQGSPPro(0)
73 , theBinaryPro(0)
74 , theMisc(0)
75 , QuasiElastic(true)
76{}

◆ HadronPhysicsQGSP_BIC() [2/2]

HadronPhysicsQGSP_BIC::HadronPhysicsQGSP_BIC ( const G4String name,
G4bool  quasiElastic = true 
)

Definition at line 78 of file HadronPhysicsQGSP_BIC.cc.

80 , theNeutrons(0)
81 , theLEPNeutron(0)
82 , theQGSPNeutron(0)
83 , theBinaryNeutron(0)
84 , thePiK(0)
85 , theLEPPiK(0)
86 , theQGSPPiK(0)
87 , thePro(0)
88 , theLEPPro(0)
89 , theQGSPPro(0)
90 , theBinaryPro(0)
91 , theMisc(0)
92 , QuasiElastic(quasiElastic)
93{}

◆ ~HadronPhysicsQGSP_BIC()

HadronPhysicsQGSP_BIC::~HadronPhysicsQGSP_BIC ( )
virtual

Definition at line 124 of file HadronPhysicsQGSP_BIC.cc.

125{
126 delete theMisc;
127 delete theQGSPNeutron;
128 delete theLEPNeutron;
129 delete theBinaryNeutron;
130 delete theQGSPPro;
131 delete theLEPPro;
132 delete thePro;
133 delete theBinaryPro;
134 delete theQGSPPiK;
135 delete theLEPPiK;
136 delete thePiK;
137}

Member Function Documentation

◆ ConstructParticle()

void HadronPhysicsQGSP_BIC::ConstructParticle ( )
virtual

Implements G4VPhysicsConstructor.

Definition at line 139 of file HadronPhysicsQGSP_BIC.cc.

140{
141 G4MesonConstructor pMesonConstructor;
142 pMesonConstructor.ConstructParticle();
143
144 G4BaryonConstructor pBaryonConstructor;
145 pBaryonConstructor.ConstructParticle();
146
147 G4ShortLivedConstructor pShortLivedConstructor;
148 pShortLivedConstructor.ConstructParticle();
149}
static void ConstructParticle()
static void ConstructParticle()

◆ ConstructProcess()

void HadronPhysicsQGSP_BIC::ConstructProcess ( )
virtual

Implements G4VPhysicsConstructor.

Definition at line 152 of file HadronPhysicsQGSP_BIC.cc.

153{
154 CreateModels();
155 theNeutrons->Build();
156 thePro->Build();
157 thePiK->Build();
158 theMisc->Build();
159}

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