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/G4BertiniNeutronBuilder.hh>
Public Member Functions | |
G4BertiniNeutronBuilder () | |
virtual | ~G4BertiniNeutronBuilder () |
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 |
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 | |
G4CascadeInterface * | theModel |
G4double | theMin |
G4double | theMax |
Definition at line 52 of file G4BertiniNeutronBuilder.hh.
View newest version in sPHENIX GitHub at line 52 of file G4BertiniNeutronBuilder.hh
G4BertiniNeutronBuilder::G4BertiniNeutronBuilder | ( | ) |
Definition at line 48 of file G4BertiniNeutronBuilder.cc.
View newest version in sPHENIX GitHub at line 48 of file G4BertiniNeutronBuilder.cc
References G4HadronicParameters::GetMaxEnergyTransitionFTF_Cascade(), G4HadronicParameters::Instance(), theMax, theMin, and theModel.
|
inlinevirtual |
Definition at line 56 of file G4BertiniNeutronBuilder.hh.
View newest version in sPHENIX GitHub at line 56 of file G4BertiniNeutronBuilder.hh
|
inlinefinaloverridevirtual |
Implements G4VNeutronBuilder.
Definition at line 58 of file G4BertiniNeutronBuilder.hh.
View newest version in sPHENIX GitHub at line 58 of file G4BertiniNeutronBuilder.hh
|
inlinefinaloverridevirtual |
Implements G4VNeutronBuilder.
Definition at line 59 of file G4BertiniNeutronBuilder.hh.
View newest version in sPHENIX GitHub at line 59 of file G4BertiniNeutronBuilder.hh
|
inlinefinaloverridevirtual |
Implements G4VNeutronBuilder.
Definition at line 60 of file G4BertiniNeutronBuilder.hh.
View newest version in sPHENIX GitHub at line 60 of file G4BertiniNeutronBuilder.hh
|
finaloverridevirtual |
Implements G4VNeutronBuilder.
Definition at line 56 of file G4BertiniNeutronBuilder.cc.
View newest version in sPHENIX GitHub at line 56 of file G4BertiniNeutronBuilder.cc
References G4HadronicProcess::RegisterMe(), G4HadronicInteraction::SetMaxEnergy(), G4HadronicInteraction::SetMinEnergy(), theMax, theMin, and theModel.
Reimplemented from G4PhysicsBuilderInterface.
Definition at line 64 of file G4BertiniNeutronBuilder.hh.
View newest version in sPHENIX GitHub at line 64 of file G4BertiniNeutronBuilder.hh
References theMax.
Reimplemented from G4PhysicsBuilderInterface.
Definition at line 63 of file G4BertiniNeutronBuilder.hh.
View newest version in sPHENIX GitHub at line 63 of file G4BertiniNeutronBuilder.hh
References theMin.
|
private |
Definition at line 71 of file G4BertiniNeutronBuilder.hh.
View newest version in sPHENIX GitHub at line 71 of file G4BertiniNeutronBuilder.hh
Referenced by Build(), G4BertiniNeutronBuilder(), and SetMaxEnergy().
|
private |
Definition at line 70 of file G4BertiniNeutronBuilder.hh.
View newest version in sPHENIX GitHub at line 70 of file G4BertiniNeutronBuilder.hh
Referenced by Build(), G4BertiniNeutronBuilder(), and SetMinEnergy().
|
private |
Definition at line 69 of file G4BertiniNeutronBuilder.hh.
View newest version in sPHENIX GitHub at line 69 of file G4BertiniNeutronBuilder.hh
Referenced by Build(), and G4BertiniNeutronBuilder().