ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/physics_lists/builders/include/G4INCLXXNeutronBuilder.hh>
Public Member Functions | |
G4INCLXXNeutronBuilder () | |
virtual | ~G4INCLXXNeutronBuilder () |
virtual void | Build (G4HadronElasticProcess *) finaloverride |
virtual void | Build (G4HadronFissionProcess *) finaloverride |
virtual void | Build (G4HadronCaptureProcess *) finaloverride |
virtual void | Build (G4NeutronInelasticProcess *aP) finaloverride |
virtual void | SetMinEnergy (G4double aM) finaloverride |
virtual void | SetMaxEnergy (G4double aM) finaloverride |
void | SetMinPreCompoundEnergy (G4double aM) |
void | SetMaxPreCompoundEnergy (G4double aM) |
void | UsePreCompound (const G4bool w) |
Public Member Functions inherited from G4VNeutronBuilder | |
G4VNeutronBuilder ()=default | |
virtual | ~G4VNeutronBuilder () |
Public Member Functions inherited from G4PhysicsBuilderInterface | |
G4PhysicsBuilderInterface ()=default | |
virtual | ~G4PhysicsBuilderInterface () |
virtual void | Build () |
virtual void | RegisterMe (G4PhysicsBuilderInterface *) |
Private Attributes | |
G4INCLXXInterface * | theModel |
G4VPreCompoundModel * | thePreCompoundModel |
G4bool | withPreCompound |
G4double | thePreCompoundMin |
G4double | thePreCompoundMax |
G4double | theMin |
G4double | theMax |
Builder for neutron processes using the INCL++ intra-nuclear cascade model.
By default the INCL++ model is used for projectile energies 0 - 3 GeV.
The builder uses INCL++ cascade model with G4ExcitationHandler de-excitation. This is implemented in interface G4INCLXXInterface.
Definition at line 54 of file G4INCLXXNeutronBuilder.hh.
View newest version in sPHENIX GitHub at line 54 of file G4INCLXXNeutronBuilder.hh
G4INCLXXNeutronBuilder::G4INCLXXNeutronBuilder | ( | ) |
Definition at line 39 of file G4INCLXXNeutronBuilder.cc.
View newest version in sPHENIX GitHub at line 39 of file G4INCLXXNeutronBuilder.cc
References G4HadronicInteractionRegistry::FindModel(), GeV, G4HadronicInteractionRegistry::Instance(), MeV, theMax, theMin, theModel, thePreCompoundMax, thePreCompoundMin, thePreCompoundModel, and withPreCompound.
|
inlinevirtual |
Definition at line 58 of file G4INCLXXNeutronBuilder.hh.
View newest version in sPHENIX GitHub at line 58 of file G4INCLXXNeutronBuilder.hh
|
inlinefinaloverridevirtual |
Implements G4VNeutronBuilder.
Definition at line 61 of file G4INCLXXNeutronBuilder.hh.
View newest version in sPHENIX GitHub at line 61 of file G4INCLXXNeutronBuilder.hh
|
inlinefinaloverridevirtual |
Implements G4VNeutronBuilder.
Definition at line 62 of file G4INCLXXNeutronBuilder.hh.
View newest version in sPHENIX GitHub at line 62 of file G4INCLXXNeutronBuilder.hh
|
inlinefinaloverridevirtual |
Implements G4VNeutronBuilder.
Definition at line 63 of file G4INCLXXNeutronBuilder.hh.
View newest version in sPHENIX GitHub at line 63 of file G4INCLXXNeutronBuilder.hh
|
finaloverridevirtual |
Implements G4VNeutronBuilder.
Definition at line 54 of file G4INCLXXNeutronBuilder.cc.
View newest version in sPHENIX GitHub at line 54 of file G4INCLXXNeutronBuilder.cc
References G4HadronicProcess::AddDataSet(), G4NeutronInelasticXS::Default_Name(), G4CrossSectionDataSetRegistry::Instance(), G4HadronicProcess::RegisterMe(), G4HadronicInteraction::SetMaxEnergy(), G4HadronicInteraction::SetMinEnergy(), theMax, theMin, theModel, thePreCompoundMax, thePreCompoundMin, thePreCompoundModel, and withPreCompound.
Reimplemented from G4PhysicsBuilderInterface.
Definition at line 67 of file G4INCLXXNeutronBuilder.hh.
View newest version in sPHENIX GitHub at line 67 of file G4INCLXXNeutronBuilder.hh
References theMax.
Referenced by G4HadronPhysicsINCLXX::Neutron().
Definition at line 70 of file G4INCLXXNeutronBuilder.hh.
View newest version in sPHENIX GitHub at line 70 of file G4INCLXXNeutronBuilder.hh
References thePreCompoundMax.
Reimplemented from G4PhysicsBuilderInterface.
Definition at line 66 of file G4INCLXXNeutronBuilder.hh.
View newest version in sPHENIX GitHub at line 66 of file G4INCLXXNeutronBuilder.hh
References theMin.
Definition at line 69 of file G4INCLXXNeutronBuilder.hh.
View newest version in sPHENIX GitHub at line 69 of file G4INCLXXNeutronBuilder.hh
References thePreCompoundMin.
Definition at line 72 of file G4INCLXXNeutronBuilder.hh.
View newest version in sPHENIX GitHub at line 72 of file G4INCLXXNeutronBuilder.hh
References w, and withPreCompound.
|
private |
Definition at line 82 of file G4INCLXXNeutronBuilder.hh.
View newest version in sPHENIX GitHub at line 82 of file G4INCLXXNeutronBuilder.hh
Referenced by Build(), G4INCLXXNeutronBuilder(), and SetMaxEnergy().
|
private |
Definition at line 81 of file G4INCLXXNeutronBuilder.hh.
View newest version in sPHENIX GitHub at line 81 of file G4INCLXXNeutronBuilder.hh
Referenced by Build(), G4INCLXXNeutronBuilder(), and SetMinEnergy().
|
private |
Definition at line 76 of file G4INCLXXNeutronBuilder.hh.
View newest version in sPHENIX GitHub at line 76 of file G4INCLXXNeutronBuilder.hh
Referenced by Build(), and G4INCLXXNeutronBuilder().
|
private |
Definition at line 80 of file G4INCLXXNeutronBuilder.hh.
View newest version in sPHENIX GitHub at line 80 of file G4INCLXXNeutronBuilder.hh
Referenced by Build(), G4INCLXXNeutronBuilder(), and SetMaxPreCompoundEnergy().
|
private |
Definition at line 79 of file G4INCLXXNeutronBuilder.hh.
View newest version in sPHENIX GitHub at line 79 of file G4INCLXXNeutronBuilder.hh
Referenced by Build(), G4INCLXXNeutronBuilder(), and SetMinPreCompoundEnergy().
|
private |
Definition at line 77 of file G4INCLXXNeutronBuilder.hh.
View newest version in sPHENIX GitHub at line 77 of file G4INCLXXNeutronBuilder.hh
Referenced by Build(), and G4INCLXXNeutronBuilder().
|
private |
Definition at line 78 of file G4INCLXXNeutronBuilder.hh.
View newest version in sPHENIX GitHub at line 78 of file G4INCLXXNeutronBuilder.hh
Referenced by Build(), G4INCLXXNeutronBuilder(), and UsePreCompound().