Geant4  10.02.p03
G4BertiniPiKBuilder Class Reference

#include <G4BertiniPiKBuilder.hh>

Inheritance diagram for G4BertiniPiKBuilder:
Collaboration diagram for G4BertiniPiKBuilder:

Public Member Functions

 G4BertiniPiKBuilder ()
 
virtual ~G4BertiniPiKBuilder ()
 
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
 
G4CascadeInterfacetheModel
 
G4double theMin
 
G4double theMax
 

Detailed Description

Definition at line 53 of file G4BertiniPiKBuilder.hh.

Constructor & Destructor Documentation

◆ G4BertiniPiKBuilder()

G4BertiniPiKBuilder::G4BertiniPiKBuilder ( )

Definition at line 47 of file G4BertiniPiKBuilder.cc.

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

◆ ~G4BertiniPiKBuilder()

G4BertiniPiKBuilder::~G4BertiniPiKBuilder ( )
virtual

Definition at line 57 of file G4BertiniPiKBuilder.cc.

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

Member Function Documentation

◆ Build() [1/7]

void G4BertiniPiKBuilder::Build ( G4HadronElasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 78 of file G4BertiniPiKBuilder.cc.

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

◆ Build() [2/7]

void G4BertiniPiKBuilder::Build ( G4PionPlusInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 62 of file G4BertiniPiKBuilder.cc.

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

◆ Build() [3/7]

void G4BertiniPiKBuilder::Build ( G4PionMinusInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 70 of file G4BertiniPiKBuilder.cc.

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

◆ Build() [4/7]

void G4BertiniPiKBuilder::Build ( G4KaonPlusInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 81 of file G4BertiniPiKBuilder.cc.

82  {
83  aP->RegisterMe(theModel);
86  }
void RegisterMe(G4HadronicInteraction *a)
void SetMinEnergy(G4double anEnergy)
G4CascadeInterface * theModel
void SetMaxEnergy(const G4double anEnergy)
Here is the call graph for this function:

◆ Build() [5/7]

void G4BertiniPiKBuilder::Build ( G4KaonMinusInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 89 of file G4BertiniPiKBuilder.cc.

90  {
91  aP->RegisterMe(theModel);
94  }
void RegisterMe(G4HadronicInteraction *a)
void SetMinEnergy(G4double anEnergy)
G4CascadeInterface * theModel
void SetMaxEnergy(const G4double anEnergy)
Here is the call graph for this function:

◆ Build() [6/7]

void G4BertiniPiKBuilder::Build ( G4KaonZeroLInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 97 of file G4BertiniPiKBuilder.cc.

98  {
99  aP->RegisterMe(theModel);
102  }
void RegisterMe(G4HadronicInteraction *a)
void SetMinEnergy(G4double anEnergy)
G4CascadeInterface * theModel
void SetMaxEnergy(const G4double anEnergy)
Here is the call graph for this function:

◆ Build() [7/7]

void G4BertiniPiKBuilder::Build ( G4KaonZeroSInelasticProcess aP)
virtual

Implements G4VPiKBuilder.

Definition at line 105 of file G4BertiniPiKBuilder.cc.

106  {
107  aP->RegisterMe(theModel);
110  }
void RegisterMe(G4HadronicInteraction *a)
void SetMinEnergy(G4double anEnergy)
G4CascadeInterface * theModel
void SetMaxEnergy(const G4double anEnergy)
Here is the call graph for this function:

◆ SetMaxEnergy()

void G4BertiniPiKBuilder::SetMaxEnergy ( G4double  aM)
inline

Definition at line 69 of file G4BertiniPiKBuilder.hh.

69 {theMax = aM;}
Here is the caller graph for this function:

◆ SetMinEnergy()

void G4BertiniPiKBuilder::SetMinEnergy ( G4double  aM)
inline

Definition at line 68 of file G4BertiniPiKBuilder.hh.

68 {theMin = aM;}

Member Data Documentation

◆ theMax

G4double G4BertiniPiKBuilder::theMax
private

Definition at line 75 of file G4BertiniPiKBuilder.hh.

◆ theMin

G4double G4BertiniPiKBuilder::theMin
private

Definition at line 74 of file G4BertiniPiKBuilder.hh.

◆ theModel

G4CascadeInterface* G4BertiniPiKBuilder::theModel
private

Definition at line 73 of file G4BertiniPiKBuilder.hh.

◆ thePiData

G4PiNuclearCrossSection* G4BertiniPiKBuilder::thePiData
private

Definition at line 72 of file G4BertiniPiKBuilder.hh.


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