84 {
87
88 auto neu =
new G4NeutronBuilder(
true );
93 neu->RegisterMe( qgs );
98 neu->RegisterMe( ftf );
99 auto bic = new G4BinaryNeutronBuilder;
103 neu->RegisterMe( bic );
104 auto hp = new G4NeutronPHPBuilder;
106 neu->RegisterMe( hp );
108
111 if(inel) {
113 }
115 if ( capture ) {
116 G4NeutronRadCapture* theNeutronRadCapture = new G4NeutronRadCapture;
119 }
121 if ( fission ) {
122 G4LFission* theNeutronLEPFission = new G4LFission;
126 }
127}
void SetMinEnergy(G4double anEnergy)
void SetMaxEnergy(const G4double anEnergy)
G4bool ApplyFactorXS() const
G4double XSFactorNucleonInelastic() const
void MultiplyCrossSectionBy(G4double factor)
void RegisterMe(G4HadronicInteraction *a)
static G4Neutron * Neutron()
static G4HadronicProcess * FindInelasticProcess(const G4ParticleDefinition *)
static G4HadronicProcess * FindCaptureProcess(const G4ParticleDefinition *)
static G4HadronicProcess * FindFissionProcess(const G4ParticleDefinition *)
void AddBuilder(G4PhysicsBuilderInterface *bld)