#include <G4HadronPhysicsFTF_BIC.hh>
Definition at line 68 of file G4HadronPhysicsFTF_BIC.hh.
G4HadronPhysicsFTF_BIC::G4HadronPhysicsFTF_BIC |
( |
G4int |
verbose = 1 | ) |
|
G4HadronPhysicsFTF_BIC::G4HadronPhysicsFTF_BIC |
( |
const G4String & |
name, |
|
|
G4bool |
quasiElastic = false |
|
) |
| |
G4HadronPhysicsFTF_BIC::~G4HadronPhysicsFTF_BIC |
( |
| ) |
|
|
virtual |
Definition at line 151 of file G4HadronPhysicsFTF_BIC.cc.
155 delete tpdata->theFTFBinaryNeutron;
156 delete tpdata->theBinaryNeutron;
157 delete tpdata->theNeutrons;
159 delete tpdata->theFTFBinaryPro;
160 delete tpdata->theBinaryPro;
161 delete tpdata->thePro;
163 delete tpdata->theFTFBinaryPion;
164 delete tpdata->theBICPion;
165 delete tpdata->thePion;
167 delete tpdata->theFTFBinaryKaon;
168 delete tpdata->theBertiniKaon;
169 delete tpdata->theKaon;
171 delete tpdata->theHyperon;
172 delete tpdata->theAntiBaryon;
173 delete tpdata->theFTFPAntiBaryon;
175 delete tpdata; tpdata = 0;
void G4HadronPhysicsFTF_BIC::ConstructParticle |
( |
| ) |
|
|
virtual |
void G4HadronPhysicsFTF_BIC::ConstructProcess |
( |
| ) |
|
|
virtual |
Implements G4VPhysicsConstructor.
Definition at line 192 of file G4HadronPhysicsFTF_BIC.cc.
194 if ( tpdata == 0 ) tpdata =
new ThreadPrivate;
196 tpdata->theNeutrons->Build();
197 tpdata->thePro->Build();
198 tpdata->thePion->Build();
199 tpdata->theKaon->Build();
209 tpdata->theHyperon->Build();
210 tpdata->theAntiBaryon->Build();
219 for (
size_t i=0; i < static_cast<size_t>(pv->
size()); ++i ) {
220 if (
fCapture == ((*pv)[i])->GetProcessSubType() ) {
229 capture->
AddDataSet(tpdata->xsNeutronCaptureXS);
G4VCrossSectionDataSet * GetCrossSectionDataSet(const G4String &name, G4bool warning=true)
G4int AddDiscreteProcess(G4VProcess *aProcess, G4int ord=ordDefault)
static G4KaonZeroLong * KaonZeroLong()
static const char * Default_Name()
static G4KaonMinus * KaonMinus()
void RegisterMe(G4HadronicInteraction *a)
static G4HadronicProcess * FindInelasticProcess(const G4ParticleDefinition *)
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
static G4KaonZeroShort * KaonZeroShort()
static G4CrossSectionDataSetRegistry * Instance()
static G4Neutron * Neutron()
static const char * Default_Name()
G4ProcessManager * GetProcessManager() const
static G4KaonPlus * KaonPlus()
G4ProcessVector * GetProcessList() const
The documentation for this class was generated from the following files: