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

#include <HadronPhysicsFTF_BIC.hh>

+ Inheritance diagram for HadronPhysicsFTF_BIC:

Public Member Functions

 HadronPhysicsFTF_BIC (G4int verbose=1)
 
 HadronPhysicsFTF_BIC (const G4String &name, G4bool quasiElastic=false)
 
virtual ~HadronPhysicsFTF_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 68 of file HadronPhysicsFTF_BIC.hh.

Constructor & Destructor Documentation

◆ HadronPhysicsFTF_BIC() [1/2]

HadronPhysicsFTF_BIC::HadronPhysicsFTF_BIC ( G4int  verbose = 1)

Definition at line 57 of file HadronPhysicsFTF_BIC.cc.

58 : G4VPhysicsConstructor("hInelastic FTF_BIC")
59 , theNeutrons(0)
60 , theLEPNeutron(0)
61 , theFTFBinaryNeutron(0)
62 , theBinaryNeutron(0)
63 , thePion(0)
64 , theKaon(0)
65 , theBICPion(0)
66 , theBertiniKaon(0)
67 , theFTFBinaryPion(0)
68 , theFTFBinaryKaon(0)
69 , thePro(0)
70 , theFTFBinaryPro(0)
71 , theBinaryPro(0)
72 , theHyperon(0)
73 , theAntiBaryon(0)
74 , theFTFPAntiBaryon(0)
75 , QuasiElastic(false)
76{}

◆ HadronPhysicsFTF_BIC() [2/2]

HadronPhysicsFTF_BIC::HadronPhysicsFTF_BIC ( const G4String name,
G4bool  quasiElastic = false 
)

Definition at line 78 of file HadronPhysicsFTF_BIC.cc.

80 , theNeutrons(0)
81 , theLEPNeutron(0)
82 , theFTFBinaryNeutron(0)
83 , theBinaryNeutron(0)
84 , thePion(0)
85 , theKaon(0)
86 , theBICPion(0)
87 , theBertiniKaon(0)
88 , theFTFBinaryPion(0)
89 , theFTFBinaryKaon(0)
90 , thePro(0)
91 , theFTFBinaryPro(0)
92 , theBinaryPro(0)
93 , theHyperon(0)
94 , theAntiBaryon(0)
95 , theFTFPAntiBaryon(0)
96 , QuasiElastic(quasiElastic)
97{}

◆ ~HadronPhysicsFTF_BIC()

HadronPhysicsFTF_BIC::~HadronPhysicsFTF_BIC ( )
virtual

Definition at line 134 of file HadronPhysicsFTF_BIC.cc.

135{
136 delete theFTFBinaryNeutron;
137 delete theLEPNeutron;
138 delete theBinaryNeutron;
139 delete theNeutrons;
140
141 delete theFTFBinaryPro;
142 delete theBinaryPro;
143 delete thePro;
144
145 delete theFTFBinaryPion;
146 delete theBICPion;
147 delete thePion;
148
149 delete theFTFBinaryKaon;
150 delete theBertiniKaon;
151 delete theKaon;
152
153 delete theHyperon;
154 delete theAntiBaryon;
155 delete theFTFPAntiBaryon;
156
157}

Member Function Documentation

◆ ConstructParticle()

void HadronPhysicsFTF_BIC::ConstructParticle ( )
virtual

Implements G4VPhysicsConstructor.

Definition at line 159 of file HadronPhysicsFTF_BIC.cc.

160{
161 G4MesonConstructor pMesonConstructor;
162 pMesonConstructor.ConstructParticle();
163
164 G4BaryonConstructor pBaryonConstructor;
165 pBaryonConstructor.ConstructParticle();
166
167 G4ShortLivedConstructor pShortLivedConstructor;
168 pShortLivedConstructor.ConstructParticle();
169}
static void ConstructParticle()
static void ConstructParticle()

◆ ConstructProcess()

void HadronPhysicsFTF_BIC::ConstructProcess ( )
virtual

Implements G4VPhysicsConstructor.

Definition at line 173 of file HadronPhysicsFTF_BIC.cc.

174{
175 CreateModels();
176 theNeutrons->Build();
177 thePro->Build();
178 thePion->Build();
179 theKaon->Build();
180
181 theHyperon->Build();
182 theAntiBaryon->Build();
183}

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