#include <G4HadronPhysicsNuBeam.hh>
Definition at line 45 of file G4HadronPhysicsNuBeam.hh.
◆ G4HadronPhysicsNuBeam() [1/3]
G4HadronPhysicsNuBeam::G4HadronPhysicsNuBeam |
( |
G4int | verbose = 1 | ) |
|
◆ G4HadronPhysicsNuBeam() [2/3]
G4HadronPhysicsNuBeam::G4HadronPhysicsNuBeam |
( |
const G4String & | name, |
|
|
G4bool | quasiElastic = false ) |
Definition at line 64 of file G4HadronPhysicsNuBeam.cc.
66{
67
68
69
70
72 maxFTFP_proton = 101.0*GeV;
73
74
75
76}
G4HadronPhysicsFTFP_BERT(G4int verbose=1)
◆ ~G4HadronPhysicsNuBeam()
virtual G4HadronPhysicsNuBeam::~G4HadronPhysicsNuBeam |
( |
| ) |
|
|
inlinevirtual |
◆ G4HadronPhysicsNuBeam() [3/3]
◆ ConstructProcess()
void G4HadronPhysicsNuBeam::ConstructProcess |
( |
| ) |
|
|
overridevirtual |
◆ operator=()
◆ Proton()
void G4HadronPhysicsNuBeam::Proton |
( |
| ) |
|
|
overrideprotectedvirtual |
Reimplemented from G4HadronPhysicsFTFP_BERT.
Definition at line 78 of file G4HadronPhysicsNuBeam.cc.
79{
82
83 auto pro =
new G4ProtonBuilder;
85
86
87
88
89
90
91
92
93 auto qgsppro = new G4QGSPLundStrFragmProtonBuilder( true );
95 pro->RegisterMe(qgsppro);
96
97
98
101 pro->RegisterMe(ftfppro);
103 ftfppro->SetMaxEnergy(maxFTFP_proton);
104
105
106
107 auto bertpro = new G4BertiniProtonBuilder;
109 pro->RegisterMe(bertpro);
112
115 if(nullptr != inel) {
117 }
118}
G4bool ApplyFactorXS() const
G4double XSFactorNucleonInelastic() const
void MultiplyCrossSectionBy(G4double factor)
static G4HadronicProcess * FindInelasticProcess(const G4ParticleDefinition *)
static G4Proton * Proton()
void AddBuilder(G4PhysicsBuilderInterface *bld)
The documentation for this class was generated from the following files: