Geant4  10.02.p03
G4BinaryPiKBuilder Class Reference

#include <G4BinaryPiKBuilder.hh>

Inheritance diagram for G4BinaryPiKBuilder:
Collaboration diagram for G4BinaryPiKBuilder:

Public Member Functions

 G4BinaryPiKBuilder ()
 
virtual ~G4BinaryPiKBuilder ()
 
virtual void Build (G4HadronElasticProcess *aP)
 
virtual void Build (G4PionPlusInelasticProcess *aP)
 
virtual void Build (G4PionMinusInelasticProcess *aP)
 
virtual void Build (G4KaonPlusInelasticProcess *aP)
 
virtual void Build (G4KaonMinusInelasticProcess *aP)
 
virtual void Build (G4KaonZeroLInelasticProcess *aP)
 
virtual void Build (G4KaonZeroSInelasticProcess *aP)
 
void SetMinEnergy (G4double aM)
 
void SetMaxEnergy (G4double aM)
 
- Public Member Functions inherited from G4VPiKBuilder
 G4VPiKBuilder ()
 
virtual ~G4VPiKBuilder ()
 

Private Attributes

G4PiNuclearCrossSectionthePiData
 
G4BinaryCascadetheModel
 
G4double theMin
 
G4double theMax
 

Detailed Description

Definition at line 53 of file G4BinaryPiKBuilder.hh.

Constructor & Destructor Documentation

◆ G4BinaryPiKBuilder()

G4BinaryPiKBuilder::G4BinaryPiKBuilder ( )

Definition at line 47 of file G4BinaryPiKBuilder.cc.

48 {
50  theMin = 0*GeV;
51  theMax = 1.3*GeV;
52  theModel = new G4BinaryCascade();
55 }
G4VCrossSectionDataSet * GetCrossSectionDataSet(const G4String &name, G4bool warning=true)
G4PiNuclearCrossSection * thePiData
static const char * Default_Name()
void SetMinEnergy(G4double anEnergy)
static G4CrossSectionDataSetRegistry * Instance()
static const double GeV
Definition: G4SIunits.hh:214
void SetMaxEnergy(const G4double anEnergy)
G4BinaryCascade * theModel
Here is the call graph for this function:

◆ ~G4BinaryPiKBuilder()

G4BinaryPiKBuilder::~G4BinaryPiKBuilder ( )
virtual

Definition at line 58 of file G4BinaryPiKBuilder.cc.

59 {
60 }
Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ Build() [1/7]

void G4BinaryPiKBuilder::Build ( G4HadronElasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 63 of file G4BinaryPiKBuilder.cc.

63 {}
Here is the caller graph for this function:

◆ Build() [2/7]

void G4BinaryPiKBuilder::Build ( G4PionPlusInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 66 of file G4BinaryPiKBuilder.cc.

67 {
70  aP->RegisterMe(theModel);
71 }
void RegisterMe(G4HadronicInteraction *a)
void SetMinEnergy(G4double anEnergy)
void SetMaxEnergy(const G4double anEnergy)
G4BinaryCascade * theModel
Here is the call graph for this function:

◆ Build() [3/7]

void G4BinaryPiKBuilder::Build ( G4PionMinusInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 74 of file G4BinaryPiKBuilder.cc.

75 {
78  aP->RegisterMe(theModel);
79 }
void RegisterMe(G4HadronicInteraction *a)
void SetMinEnergy(G4double anEnergy)
void SetMaxEnergy(const G4double anEnergy)
G4BinaryCascade * theModel
Here is the call graph for this function:

◆ Build() [4/7]

void G4BinaryPiKBuilder::Build ( G4KaonPlusInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 82 of file G4BinaryPiKBuilder.cc.

83 {
84 }
Here is the call graph for this function:

◆ Build() [5/7]

void G4BinaryPiKBuilder::Build ( G4KaonMinusInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 87 of file G4BinaryPiKBuilder.cc.

88 {
89 }
Here is the call graph for this function:

◆ Build() [6/7]

void G4BinaryPiKBuilder::Build ( G4KaonZeroLInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 92 of file G4BinaryPiKBuilder.cc.

93 {
94 }
Here is the call graph for this function:

◆ Build() [7/7]

void G4BinaryPiKBuilder::Build ( G4KaonZeroSInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 97 of file G4BinaryPiKBuilder.cc.

98 {
99 }

◆ SetMaxEnergy()

void G4BinaryPiKBuilder::SetMaxEnergy ( G4double  aM)
inline

Definition at line 69 of file G4BinaryPiKBuilder.hh.

69 {theMax = aM;}

◆ SetMinEnergy()

void G4BinaryPiKBuilder::SetMinEnergy ( G4double  aM)
inline

Definition at line 68 of file G4BinaryPiKBuilder.hh.

68 {theMin = aM;}

Member Data Documentation

◆ theMax

G4double G4BinaryPiKBuilder::theMax
private

Definition at line 75 of file G4BinaryPiKBuilder.hh.

◆ theMin

G4double G4BinaryPiKBuilder::theMin
private

Definition at line 74 of file G4BinaryPiKBuilder.hh.

◆ theModel

G4BinaryCascade* G4BinaryPiKBuilder::theModel
private

Definition at line 73 of file G4BinaryPiKBuilder.hh.

◆ thePiData

G4PiNuclearCrossSection* G4BinaryPiKBuilder::thePiData
private

Definition at line 72 of file G4BinaryPiKBuilder.hh.


The documentation for this class was generated from the following files: