|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4HadronPhysicsQGSP_BERT.hh>
Public Member Functions | |
| G4HadronPhysicsQGSP_BERT (G4int verbose=1) | |
| G4HadronPhysicsQGSP_BERT (const G4String &name, G4bool quasiElastic=true) | |
| ~G4HadronPhysicsQGSP_BERT () override=default | |
| void | ConstructParticle () override |
| void | ConstructProcess () override |
| G4HadronPhysicsQGSP_BERT (G4HadronPhysicsQGSP_BERT &)=delete | |
| G4HadronPhysicsQGSP_BERT & | operator= (const G4HadronPhysicsQGSP_BERT &right)=delete |
| Public Member Functions inherited from G4VPhysicsConstructor | |
| G4VPhysicsConstructor (const G4String &="") | |
| G4VPhysicsConstructor (const G4String &name, G4int physics_type) | |
| virtual | ~G4VPhysicsConstructor () |
| void | SetPhysicsName (const G4String &="") |
| const G4String & | GetPhysicsName () const |
| void | SetPhysicsType (G4int) |
| G4int | GetPhysicsType () const |
| G4int | GetInstanceID () const |
| virtual void | TerminateWorker () |
| void | SetVerboseLevel (G4int value) |
| G4int | GetVerboseLevel () const |
Protected Member Functions | |
| void | CreateModels () |
| virtual void | Neutron () |
| virtual void | Proton () |
| virtual void | PiK () |
| virtual void | Others () |
| virtual void | DumpBanner () |
| Protected Member Functions inherited from G4VPhysicsConstructor | |
| G4bool | RegisterProcess (G4VProcess *process, G4ParticleDefinition *particle) |
| G4ParticleTable::G4PTblDicIterator * | GetParticleIterator () const |
| PhysicsBuilder_V | GetBuilders () const |
| void | AddBuilder (G4PhysicsBuilderInterface *bld) |
Protected Attributes | |
| G4double | minQGSP_proton |
| G4double | minQGSP_neutron |
| G4double | minQGSP_pik |
| G4double | minFTFP_proton |
| G4double | minFTFP_neutron |
| G4double | minFTFP_pik |
| G4double | maxFTFP_proton |
| G4double | maxFTFP_neutron |
| G4double | maxFTFP_pik |
| G4double | minBERT_proton {0.0} |
| G4double | minBERT_neutron {0.0} |
| G4double | minBERT_pik {0.0} |
| G4double | maxBERT_proton |
| G4double | maxBERT_neutron |
| G4double | maxBERT_pik |
| G4double | maxBIC_proton {0.0} |
| G4double | maxBIC_neutron {0.0} |
| G4double | minBIC_neutron {0.0} |
| G4bool | QuasiElasticFTF {false} |
| G4bool | QuasiElasticQGS {true} |
| Protected Attributes inherited from G4VPhysicsConstructor | |
| G4int | verboseLevel = 0 |
| G4String | namePhysics = "" |
| G4int | typePhysics = 0 |
| G4ParticleTable * | theParticleTable = nullptr |
| G4int | g4vpcInstanceID = 0 |
Additional Inherited Members | |
| Static Public Member Functions inherited from G4VPhysicsConstructor | |
| static const G4VPCManager & | GetSubInstanceManager () |
| Protected Types inherited from G4VPhysicsConstructor | |
| using | PhysicsBuilder_V = G4VPCData::PhysicsBuilders_V |
| Static Protected Attributes inherited from G4VPhysicsConstructor | |
| static G4RUN_DLL G4VPCManager | subInstanceManager |
Definition at line 52 of file G4HadronPhysicsQGSP_BERT.hh.
| G4HadronPhysicsQGSP_BERT::G4HadronPhysicsQGSP_BERT | ( | G4int | verbose = 1 | ) |
Definition at line 92 of file G4HadronPhysicsQGSP_BERT.cc.
Referenced by G4HadronPhysicsQGS_BIC::G4HadronPhysicsQGS_BIC(), G4HadronPhysicsQGSP_BERT(), G4HadronPhysicsQGSP_BERT(), G4HadronPhysicsQGSP_BERT_HP::G4HadronPhysicsQGSP_BERT_HP(), G4HadronPhysicsQGSP_BIC::G4HadronPhysicsQGSP_BIC(), G4HadronPhysicsQGSP_FTFP_BERT::G4HadronPhysicsQGSP_FTFP_BERT(), and operator=().
| G4HadronPhysicsQGSP_BERT::G4HadronPhysicsQGSP_BERT | ( | const G4String & | name, |
| G4bool | quasiElastic = true ) |
Definition at line 98 of file G4HadronPhysicsQGSP_BERT.cc.
|
overridedefault |
|
delete |
|
overridevirtual |
Implements G4VPhysicsConstructor.
Definition at line 270 of file G4HadronPhysicsQGSP_BERT.cc.
|
overridevirtual |
Implements G4VPhysicsConstructor.
Definition at line 285 of file G4HadronPhysicsQGSP_BERT.cc.
|
protected |
Definition at line 114 of file G4HadronPhysicsQGSP_BERT.cc.
Referenced by ConstructProcess().
|
protectedvirtual |
Definition at line 305 of file G4HadronPhysicsQGSP_BERT.cc.
Referenced by ConstructProcess().
|
protectedvirtual |
Reimplemented in G4HadronPhysicsQGS_BIC, G4HadronPhysicsQGSP_BERT_HP, and G4HadronPhysicsQGSP_BIC_HP.
Definition at line 122 of file G4HadronPhysicsQGSP_BERT.cc.
Referenced by CreateModels().
|
delete |
|
protectedvirtual |
Definition at line 250 of file G4HadronPhysicsQGSP_BERT.cc.
Referenced by CreateModels().
|
protectedvirtual |
Definition at line 203 of file G4HadronPhysicsQGSP_BERT.cc.
Referenced by CreateModels().
|
protectedvirtual |
Reimplemented in G4HadronPhysicsQGS_BIC, and G4HadronPhysicsQGSP_BIC_AllHP.
Definition at line 164 of file G4HadronPhysicsQGSP_BERT.cc.
Referenced by CreateModels().
|
protected |
Definition at line 88 of file G4HadronPhysicsQGSP_BERT.hh.
Referenced by ConstructProcess(), G4HadronPhysicsQGSP_BERT(), G4HadronPhysicsQGS_BIC::Neutron(), Neutron(), G4HadronPhysicsQGSP_BERT_HP::Neutron(), and G4HadronPhysicsQGSP_BIC_HP::Neutron().
|
protected |
Definition at line 89 of file G4HadronPhysicsQGSP_BERT.hh.
Referenced by ConstructProcess(), G4HadronPhysicsQGSP_BERT(), and PiK().
|
protected |
Definition at line 87 of file G4HadronPhysicsQGSP_BERT.hh.
Referenced by ConstructProcess(), DumpBanner(), G4HadronPhysicsQGSP_BERT(), G4HadronPhysicsQGS_BIC::Proton(), Proton(), and G4HadronPhysicsQGSP_BIC_AllHP::Proton().
|
protected |
Definition at line 91 of file G4HadronPhysicsQGSP_BERT.hh.
Referenced by DumpBanner(), G4HadronPhysicsQGS_BIC::G4HadronPhysicsQGS_BIC(), G4HadronPhysicsQGSP_BIC::G4HadronPhysicsQGSP_BIC(), G4HadronPhysicsQGS_BIC::Neutron(), Neutron(), and G4HadronPhysicsQGSP_BIC_HP::Neutron().
|
protected |
Definition at line 90 of file G4HadronPhysicsQGSP_BERT.hh.
Referenced by DumpBanner(), G4HadronPhysicsQGS_BIC::G4HadronPhysicsQGS_BIC(), G4HadronPhysicsQGSP_BIC::G4HadronPhysicsQGSP_BIC(), G4HadronPhysicsQGS_BIC::Proton(), Proton(), and G4HadronPhysicsQGSP_BIC_AllHP::Proton().
|
protected |
Definition at line 82 of file G4HadronPhysicsQGSP_BERT.hh.
Referenced by ConstructProcess(), G4HadronPhysicsQGSP_BERT(), G4HadronPhysicsQGS_BIC::Neutron(), Neutron(), G4HadronPhysicsQGSP_BERT_HP::Neutron(), and G4HadronPhysicsQGSP_BIC_HP::Neutron().
|
protected |
Definition at line 83 of file G4HadronPhysicsQGSP_BERT.hh.
Referenced by ConstructProcess(), G4HadronPhysicsQGSP_BERT(), and PiK().
|
protected |
Definition at line 81 of file G4HadronPhysicsQGSP_BERT.hh.
Referenced by ConstructProcess(), DumpBanner(), G4HadronPhysicsQGSP_BERT(), G4HadronPhysicsQGS_BIC::Proton(), Proton(), and G4HadronPhysicsQGSP_BIC_AllHP::Proton().
|
protected |
Definition at line 85 of file G4HadronPhysicsQGSP_BERT.hh.
Referenced by G4HadronPhysicsQGS_BIC::G4HadronPhysicsQGS_BIC(), G4HadronPhysicsQGSP_BERT_HP::G4HadronPhysicsQGSP_BERT_HP(), G4HadronPhysicsQGSP_BIC::G4HadronPhysicsQGSP_BIC(), G4HadronPhysicsQGS_BIC::Neutron(), Neutron(), G4HadronPhysicsQGSP_BERT_HP::Neutron(), and G4HadronPhysicsQGSP_BIC_HP::Neutron().
|
protected |
Definition at line 86 of file G4HadronPhysicsQGSP_BERT.hh.
|
protected |
Definition at line 84 of file G4HadronPhysicsQGSP_BERT.hh.
Referenced by DumpBanner(), G4HadronPhysicsQGS_BIC::G4HadronPhysicsQGS_BIC(), G4HadronPhysicsQGSP_BIC::G4HadronPhysicsQGSP_BIC(), G4HadronPhysicsQGS_BIC::Proton(), Proton(), and G4HadronPhysicsQGSP_BIC_AllHP::Proton().
|
protected |
Definition at line 92 of file G4HadronPhysicsQGSP_BERT.hh.
Referenced by G4HadronPhysicsQGSP_BIC_HP::G4HadronPhysicsQGSP_BIC_HP(), Neutron(), and G4HadronPhysicsQGSP_BIC_HP::Neutron().
|
protected |
Definition at line 79 of file G4HadronPhysicsQGSP_BERT.hh.
Referenced by ConstructProcess(), G4HadronPhysicsQGSP_BERT(), G4HadronPhysicsQGS_BIC::Neutron(), Neutron(), G4HadronPhysicsQGSP_BERT_HP::Neutron(), and G4HadronPhysicsQGSP_BIC_HP::Neutron().
|
protected |
Definition at line 80 of file G4HadronPhysicsQGSP_BERT.hh.
Referenced by ConstructProcess(), G4HadronPhysicsQGSP_BERT(), and PiK().
|
protected |
Definition at line 78 of file G4HadronPhysicsQGSP_BERT.hh.
Referenced by ConstructProcess(), DumpBanner(), G4HadronPhysicsQGSP_BERT(), G4HadronPhysicsQGS_BIC::Proton(), Proton(), and G4HadronPhysicsQGSP_BIC_AllHP::Proton().
|
protected |
Definition at line 76 of file G4HadronPhysicsQGSP_BERT.hh.
Referenced by ConstructProcess(), G4HadronPhysicsQGSP_BERT(), G4HadronPhysicsQGS_BIC::Neutron(), Neutron(), G4HadronPhysicsQGSP_BERT_HP::Neutron(), and G4HadronPhysicsQGSP_BIC_HP::Neutron().
|
protected |
Definition at line 77 of file G4HadronPhysicsQGSP_BERT.hh.
Referenced by ConstructProcess(), G4HadronPhysicsQGSP_BERT(), and PiK().
|
protected |
Definition at line 75 of file G4HadronPhysicsQGSP_BERT.hh.
Referenced by ConstructProcess(), DumpBanner(), G4HadronPhysicsQGSP_BERT(), G4HadronPhysicsQGS_BIC::Proton(), Proton(), and G4HadronPhysicsQGSP_BIC_AllHP::Proton().
|
protected |
Definition at line 94 of file G4HadronPhysicsQGSP_BERT.hh.
Referenced by DumpBanner(), G4HadronPhysicsQGS_BIC::Neutron(), Neutron(), G4HadronPhysicsQGSP_BERT_HP::Neutron(), G4HadronPhysicsQGSP_BIC_HP::Neutron(), PiK(), G4HadronPhysicsQGS_BIC::Proton(), Proton(), and G4HadronPhysicsQGSP_BIC_AllHP::Proton().
|
protected |
Definition at line 95 of file G4HadronPhysicsQGSP_BERT.hh.
Referenced by DumpBanner(), G4HadronPhysicsQGS_BIC::Neutron(), Neutron(), G4HadronPhysicsQGSP_BERT_HP::Neutron(), G4HadronPhysicsQGSP_BIC_HP::Neutron(), PiK(), G4HadronPhysicsQGS_BIC::Proton(), Proton(), and G4HadronPhysicsQGSP_BIC_AllHP::Proton().