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/G4BertiniPionBuilder.hh>
Public Member Functions | |
G4BertiniPionBuilder () | |
virtual | ~G4BertiniPionBuilder () |
virtual void | Build (G4HadronElasticProcess *) finaloverride |
virtual void | Build (G4PionPlusInelasticProcess *aP) finaloverride |
virtual void | Build (G4PionMinusInelasticProcess *aP) finaloverride |
virtual void | SetMinEnergy (G4double aM) finaloverride |
virtual void | SetMaxEnergy (G4double aM) finaloverride |
Public Member Functions inherited from G4VPionBuilder | |
G4VPionBuilder ()=default | |
virtual | ~G4VPionBuilder () |
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 54 of file G4BertiniPionBuilder.hh.
View newest version in sPHENIX GitHub at line 54 of file G4BertiniPionBuilder.hh
G4BertiniPionBuilder::G4BertiniPionBuilder | ( | ) |
Definition at line 50 of file G4BertiniPionBuilder.cc.
View newest version in sPHENIX GitHub at line 50 of file G4BertiniPionBuilder.cc
References G4HadronicParameters::GetMaxEnergyTransitionFTF_Cascade(), G4HadronicParameters::Instance(), G4HadronicInteraction::SetMaxEnergy(), G4HadronicInteraction::SetMinEnergy(), theMax, theMin, and theModel.
|
inlinevirtual |
Definition at line 58 of file G4BertiniPionBuilder.hh.
View newest version in sPHENIX GitHub at line 58 of file G4BertiniPionBuilder.hh
|
inlinefinaloverridevirtual |
Implements G4VPionBuilder.
Definition at line 60 of file G4BertiniPionBuilder.hh.
View newest version in sPHENIX GitHub at line 60 of file G4BertiniPionBuilder.hh
|
finaloverridevirtual |
Implements G4VPionBuilder.
Definition at line 60 of file G4BertiniPionBuilder.cc.
View newest version in sPHENIX GitHub at line 60 of file G4BertiniPionBuilder.cc
References G4HadronicProcess::AddDataSet(), G4PionPlus::Definition(), G4HadronicProcess::RegisterMe(), G4HadronicInteraction::SetMaxEnergy(), G4HadronicInteraction::SetMinEnergy(), theMax, theMin, and theModel.
|
finaloverridevirtual |
Implements G4VPionBuilder.
Definition at line 69 of file G4BertiniPionBuilder.cc.
View newest version in sPHENIX GitHub at line 69 of file G4BertiniPionBuilder.cc
References G4HadronicProcess::AddDataSet(), G4PionMinus::Definition(), G4HadronicProcess::RegisterMe(), G4HadronicInteraction::SetMaxEnergy(), G4HadronicInteraction::SetMinEnergy(), theMax, theMin, and theModel.
Reimplemented from G4PhysicsBuilderInterface.
Definition at line 65 of file G4BertiniPionBuilder.hh.
View newest version in sPHENIX GitHub at line 65 of file G4BertiniPionBuilder.hh
References theMax.
Reimplemented from G4PhysicsBuilderInterface.
Definition at line 64 of file G4BertiniPionBuilder.hh.
View newest version in sPHENIX GitHub at line 64 of file G4BertiniPionBuilder.hh
References theMin.
|
private |
Definition at line 71 of file G4BertiniPionBuilder.hh.
View newest version in sPHENIX GitHub at line 71 of file G4BertiniPionBuilder.hh
Referenced by Build(), G4BertiniPionBuilder(), and SetMaxEnergy().
|
private |
Definition at line 70 of file G4BertiniPionBuilder.hh.
View newest version in sPHENIX GitHub at line 70 of file G4BertiniPionBuilder.hh
Referenced by Build(), G4BertiniPionBuilder(), and SetMinEnergy().
|
private |
Definition at line 69 of file G4BertiniPionBuilder.hh.
View newest version in sPHENIX GitHub at line 69 of file G4BertiniPionBuilder.hh
Referenced by Build(), and G4BertiniPionBuilder().