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

#include <HadronPhysicsQGS_BIC.hh>

+ Inheritance diagram for HadronPhysicsQGS_BIC:

Public Member Functions

 HadronPhysicsQGS_BIC (G4int verbose=1)
 
 HadronPhysicsQGS_BIC (const G4String &name, G4bool quasiElastic=true)
 
virtual ~HadronPhysicsQGS_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 63 of file HadronPhysicsQGS_BIC.hh.

Constructor & Destructor Documentation

◆ HadronPhysicsQGS_BIC() [1/2]

HadronPhysicsQGS_BIC::HadronPhysicsQGS_BIC ( G4int  verbose = 1)

Definition at line 58 of file HadronPhysicsQGS_BIC.cc.

59 : G4VPhysicsConstructor("hInelastic QGS_BIC")
60 , theNeutrons(0)
61 , theLEPNeutron(0)
62 , theQGSBinaryNeutron(0)
63 , theBinaryNeutron(0)
64 , thePiK(0)
65 , theBICPiK(0)
66 , theLEPPiK(0)
67 , theQGSBinaryPiK(0)
68 , thePro(0)
69 , theLEPPro(0)
70 , theQGSBinaryPro(0)
71 , theBinaryPro(0)
72 , theMisc(0)
73 , QuasiElastic(true)
74{}

◆ HadronPhysicsQGS_BIC() [2/2]

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

Definition at line 76 of file HadronPhysicsQGS_BIC.cc.

78 , theNeutrons(0)
79 , theLEPNeutron(0)
80 , theQGSBinaryNeutron(0)
81 , theBinaryNeutron(0)
82 , thePiK(0)
83 , theBICPiK(0)
84 , theLEPPiK(0)
85 , theQGSBinaryPiK(0)
86 , thePro(0)
87 , theLEPPro(0)
88 , theQGSBinaryPro(0)
89 , theBinaryPro(0)
90 , theMisc(0)
91, QuasiElastic(quasiElastic)
92{}

◆ ~HadronPhysicsQGS_BIC()

HadronPhysicsQGS_BIC::~HadronPhysicsQGS_BIC ( )
virtual

Definition at line 125 of file HadronPhysicsQGS_BIC.cc.

126{
127 delete theMisc;
128 delete theQGSBinaryNeutron;
129 delete theLEPNeutron;
130 delete theBinaryNeutron;
131 delete theQGSBinaryPro;
132 delete theLEPPro;
133 delete thePro;
134 delete theBinaryPro;
135 delete theQGSBinaryPiK;
136 delete theBICPiK;
137 delete theLEPPiK;
138 delete thePiK;
139}

Member Function Documentation

◆ ConstructParticle()

void HadronPhysicsQGS_BIC::ConstructParticle ( )
virtual

Implements G4VPhysicsConstructor.

Definition at line 141 of file HadronPhysicsQGS_BIC.cc.

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

◆ ConstructProcess()

void HadronPhysicsQGS_BIC::ConstructProcess ( )
virtual

Implements G4VPhysicsConstructor.

Definition at line 154 of file HadronPhysicsQGS_BIC.cc.

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

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