Geant4
10.00.p01
|
#include <G4BinaryPionBuilder.hh>
Public Member Functions | |
G4BinaryPionBuilder () | |
virtual | ~G4BinaryPionBuilder () |
virtual void | Build (G4HadronElasticProcess *aP) |
virtual void | Build (G4PionPlusInelasticProcess *aP) |
virtual void | Build (G4PionMinusInelasticProcess *aP) |
void | SetMinEnergy (G4double aM) |
void | SetMaxEnergy (G4double aM) |
Public Member Functions inherited from G4VPionBuilder | |
G4VPionBuilder () | |
virtual | ~G4VPionBuilder () |
Private Attributes | |
G4VCrossSectionDataSet * | thePiData |
G4BinaryCascade * | theModel |
G4double | theMin |
G4double | theMax |
Definition at line 51 of file G4BinaryPionBuilder.hh.
G4BinaryPionBuilder::G4BinaryPionBuilder | ( | ) |
Definition at line 47 of file G4BinaryPionBuilder.cc.
References GeV, G4HadronicInteraction::SetMaxEnergy(), G4HadronicInteraction::SetMinEnergy(), theMax, theMin, theModel, and thePiData.
|
virtual |
Definition at line 58 of file G4BinaryPionBuilder.cc.
|
virtual |
Implements G4VPionBuilder.
Definition at line 63 of file G4BinaryPionBuilder.cc.
|
virtual |
Implements G4VPionBuilder.
Definition at line 66 of file G4BinaryPionBuilder.cc.
References G4HadronicProcess::AddDataSet(), G4HadronicProcess::RegisterMe(), G4HadronicInteraction::SetMaxEnergy(), G4HadronicInteraction::SetMinEnergy(), theMax, theMin, theModel, and thePiData.
|
virtual |
Implements G4VPionBuilder.
Definition at line 75 of file G4BinaryPionBuilder.cc.
References G4HadronicProcess::AddDataSet(), G4HadronicProcess::RegisterMe(), G4HadronicInteraction::SetMaxEnergy(), G4HadronicInteraction::SetMinEnergy(), theMax, theMin, theModel, and thePiData.
|
inline |
Definition at line 63 of file G4BinaryPionBuilder.hh.
References theMax.
Referenced by G4HadronPhysicsFTF_BIC::CreateModels(), and G4HadronPhysicsQGS_BIC::CreateModels().
|
inline |
Definition at line 62 of file G4BinaryPionBuilder.hh.
References theMin.
|
private |
Definition at line 69 of file G4BinaryPionBuilder.hh.
Referenced by Build(), G4BinaryPionBuilder(), and SetMaxEnergy().
|
private |
Definition at line 68 of file G4BinaryPionBuilder.hh.
Referenced by Build(), G4BinaryPionBuilder(), and SetMinEnergy().
|
private |
Definition at line 67 of file G4BinaryPionBuilder.hh.
Referenced by Build(), and G4BinaryPionBuilder().
|
private |
Definition at line 66 of file G4BinaryPionBuilder.hh.
Referenced by Build(), and G4BinaryPionBuilder().