#include <G4HadronPhysicsFTF_BIC.hh>
Definition at line 43 of file G4HadronPhysicsFTF_BIC.hh.
◆ G4HadronPhysicsFTF_BIC() [1/3]
G4HadronPhysicsFTF_BIC::G4HadronPhysicsFTF_BIC |
( |
G4int | verbose = 1 | ) |
|
◆ G4HadronPhysicsFTF_BIC() [2/3]
G4HadronPhysicsFTF_BIC::G4HadronPhysicsFTF_BIC |
( |
const G4String & | name, |
|
|
G4bool | quasiElastic = false ) |
Definition at line 75 of file G4HadronPhysicsFTF_BIC.cc.
77{
78 maxBIC_pion = 1.5*CLHEP::GeV;
79 minBERT_pion = 1.0*CLHEP::GeV;
80}
G4HadronPhysicsFTFP_BERT(G4int verbose=1)
◆ ~G4HadronPhysicsFTF_BIC()
G4HadronPhysicsFTF_BIC::~G4HadronPhysicsFTF_BIC |
( |
| ) |
|
|
virtual |
◆ G4HadronPhysicsFTF_BIC() [3/3]
◆ Kaon()
void G4HadronPhysicsFTF_BIC::Kaon |
( |
| ) |
|
|
overrideprotectedvirtual |
Reimplemented from G4HadronPhysicsFTFP_BERT.
Definition at line 179 of file G4HadronPhysicsFTF_BIC.cc.
180{
183
184 auto k = new G4KaonBuilder;
188 k->RegisterMe(ftfk);
189 auto bertk = new G4BertiniKaonBuilder;
191 k->RegisterMe(bertk);
193 k->Build();
194
195 if( useFactorXS ) {
199 if ( part == nullptr ) { continue; }
201 if(nullptr != inel) {
203 }
204 }
205 }
206}
static const std::vector< G4int > & GetKaons()
G4bool ApplyFactorXS() const
G4double XSFactorHadronInelastic() const
void MultiplyCrossSectionBy(G4double factor)
G4ParticleDefinition * FindParticle(G4int PDGEncoding)
static G4ParticleTable * GetParticleTable()
static G4HadronicProcess * FindInelasticProcess(const G4ParticleDefinition *)
void AddBuilder(G4PhysicsBuilderInterface *bld)
◆ Neutron()
void G4HadronPhysicsFTF_BIC::Neutron |
( |
| ) |
|
|
overrideprotectedvirtual |
Reimplemented from G4HadronPhysicsFTFP_BERT.
Definition at line 85 of file G4HadronPhysicsFTF_BIC.cc.
86{
89
90
91
92
93
94 auto neu =
new G4NeutronBuilder;
98 neu->RegisterMe(ftfn);
99 auto bicn = new G4BinaryNeutronBuilder;
101 neu->RegisterMe(bicn);
102 bicn->SetMinEnergy(0.0);
105
106
109 if(nullptr != inel) {
112 }
114 if (nullptr != capture) {
115 capture->
RegisterMe(
new G4NeutronRadCapture());
116 }
117}
G4double XSFactorNucleonInelastic() const
void AddDataSet(G4VCrossSectionDataSet *aDataSet)
void RegisterMe(G4HadronicInteraction *a)
static G4Neutron * Neutron()
static G4HadronicProcess * FindCaptureProcess(const G4ParticleDefinition *)
◆ operator=()
◆ Pion()
void G4HadronPhysicsFTF_BIC::Pion |
( |
| ) |
|
|
overrideprotectedvirtual |
Reimplemented from G4HadronPhysicsFTFP_BERT.
Definition at line 143 of file G4HadronPhysicsFTF_BIC.cc.
144{
147
148 auto pi =
new G4PionBuilder;
152 pi->RegisterMe(ftfpi);
153 auto bertpi = new G4BertiniPionBuilder;
155 bertpi->SetMinEnergy(minBERT_pion);
157 pi->RegisterMe(bertpi);
158 auto bicpi = new G4BinaryPionBuilder;
160 pi->RegisterMe(bicpi);
161 bicpi->SetMaxEnergy(maxBIC_pion);
163
164
165 if( useFactorXS ) {
168 if(nullptr != inel) {
170 }
173 if(nullptr != inel) {
175 }
176 }
177}
G4double XSFactorPionInelastic() const
static G4PionMinus * PionMinus()
static G4PionPlus * PionPlus()
◆ Proton()
void G4HadronPhysicsFTF_BIC::Proton |
( |
| ) |
|
|
overrideprotectedvirtual |
Reimplemented from G4HadronPhysicsFTFP_BERT.
Definition at line 119 of file G4HadronPhysicsFTF_BIC.cc.
120{
123
124 auto pro =
new G4ProtonBuilder;
128 pro->RegisterMe(ftfp);
129 auto bicp = new G4BinaryProtonBuilder;
131 pro->RegisterMe(bicp);
134
135
138 if(nullptr != inel) {
140 }
141}
static G4Proton * Proton()
The documentation for this class was generated from the following files: