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/G4BertiniProtonBuilder.hh>
Public Member Functions | |
G4BertiniProtonBuilder () | |
virtual | ~G4BertiniProtonBuilder () |
virtual void | Build (G4HadronElasticProcess *) finaloverride |
virtual void | Build (G4ProtonInelasticProcess *aP) finaloverride |
virtual void | SetMinEnergy (G4double aM) finaloverride |
virtual void | SetMaxEnergy (G4double aM) finaloverride |
Public Member Functions inherited from G4VProtonBuilder | |
G4VProtonBuilder ()=default | |
virtual | ~G4VProtonBuilder () |
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 G4BertiniProtonBuilder.hh.
View newest version in sPHENIX GitHub at line 52 of file G4BertiniProtonBuilder.hh
G4BertiniProtonBuilder::G4BertiniProtonBuilder | ( | ) |
Definition at line 48 of file G4BertiniProtonBuilder.cc.
View newest version in sPHENIX GitHub at line 48 of file G4BertiniProtonBuilder.cc
References G4HadronicParameters::GetMaxEnergyTransitionFTF_Cascade(), G4HadronicParameters::Instance(), theMax, theMin, and theModel.
|
inlinevirtual |
Definition at line 56 of file G4BertiniProtonBuilder.hh.
View newest version in sPHENIX GitHub at line 56 of file G4BertiniProtonBuilder.hh
|
inlinefinaloverridevirtual |
Implements G4VProtonBuilder.
Definition at line 58 of file G4BertiniProtonBuilder.hh.
View newest version in sPHENIX GitHub at line 58 of file G4BertiniProtonBuilder.hh
|
finaloverridevirtual |
Implements G4VProtonBuilder.
Definition at line 56 of file G4BertiniProtonBuilder.cc.
View newest version in sPHENIX GitHub at line 56 of file G4BertiniProtonBuilder.cc
References G4HadronicProcess::RegisterMe(), G4HadronicInteraction::SetMaxEnergy(), G4HadronicInteraction::SetMinEnergy(), theMax, theMin, and theModel.
Reimplemented from G4PhysicsBuilderInterface.
Definition at line 62 of file G4BertiniProtonBuilder.hh.
View newest version in sPHENIX GitHub at line 62 of file G4BertiniProtonBuilder.hh
References theMax.
Reimplemented from G4PhysicsBuilderInterface.
Definition at line 61 of file G4BertiniProtonBuilder.hh.
View newest version in sPHENIX GitHub at line 61 of file G4BertiniProtonBuilder.hh
References theMin.
|
private |
Definition at line 69 of file G4BertiniProtonBuilder.hh.
View newest version in sPHENIX GitHub at line 69 of file G4BertiniProtonBuilder.hh
Referenced by Build(), G4BertiniProtonBuilder(), and SetMaxEnergy().
|
private |
Definition at line 68 of file G4BertiniProtonBuilder.hh.
View newest version in sPHENIX GitHub at line 68 of file G4BertiniProtonBuilder.hh
Referenced by Build(), G4BertiniProtonBuilder(), and SetMinEnergy().
|
private |
Definition at line 67 of file G4BertiniProtonBuilder.hh.
View newest version in sPHENIX GitHub at line 67 of file G4BertiniProtonBuilder.hh
Referenced by Build(), and G4BertiniProtonBuilder().