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

#include <HadronPhysicsQGSP_BIC_HP.hh>

+ Inheritance diagram for HadronPhysicsQGSP_BIC_HP:

Public Member Functions

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

Constructor & Destructor Documentation

◆ HadronPhysicsQGSP_BIC_HP() [1/2]

HadronPhysicsQGSP_BIC_HP::HadronPhysicsQGSP_BIC_HP ( G4int  verbose = 1)

Definition at line 61 of file HadronPhysicsQGSP_BIC_HP.cc.

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

◆ HadronPhysicsQGSP_BIC_HP() [2/2]

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

Definition at line 79 of file HadronPhysicsQGSP_BIC_HP.cc.

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

◆ ~HadronPhysicsQGSP_BIC_HP()

HadronPhysicsQGSP_BIC_HP::~HadronPhysicsQGSP_BIC_HP ( )
virtual

Definition at line 130 of file HadronPhysicsQGSP_BIC_HP.cc.

131{
132 delete theMisc;
133 delete theQGSPNeutron;
134 delete theLEPNeutron;
135 delete theBinaryNeutron;
136 delete theHPNeutron;
137 delete theQGSPPro;
138 delete theLEPPro;
139 delete thePro;
140 delete theBinaryPro;
141 delete theQGSPPiK;
142 delete theLEPPiK;
143 delete thePiK;
144}

Member Function Documentation

◆ ConstructParticle()

void HadronPhysicsQGSP_BIC_HP::ConstructParticle ( )
virtual

Implements G4VPhysicsConstructor.

Definition at line 146 of file HadronPhysicsQGSP_BIC_HP.cc.

147{
148 G4MesonConstructor pMesonConstructor;
149 pMesonConstructor.ConstructParticle();
150
151 G4BaryonConstructor pBaryonConstructor;
152 pBaryonConstructor.ConstructParticle();
153
154 G4ShortLivedConstructor pShortLivedConstructor;
155 pShortLivedConstructor.ConstructParticle();
156}
static void ConstructParticle()
static void ConstructParticle()

◆ ConstructProcess()

void HadronPhysicsQGSP_BIC_HP::ConstructProcess ( )
virtual

Implements G4VPhysicsConstructor.

Definition at line 159 of file HadronPhysicsQGSP_BIC_HP.cc.

160{
161 CreateModels();
162 theNeutrons->Build();
163 thePro->Build();
164 thePiK->Build();
165 theMisc->Build();
166}

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