Geant4  10.02.p03
G4BertiniNeutronBuilder Class Reference

#include <G4BertiniNeutronBuilder.hh>

Inheritance diagram for G4BertiniNeutronBuilder:
Collaboration diagram for G4BertiniNeutronBuilder:

Public Member Functions

 G4BertiniNeutronBuilder ()
 
virtual ~G4BertiniNeutronBuilder ()
 
virtual void Build (G4HadronElasticProcess *aP)
 
virtual void Build (G4HadronFissionProcess *aP)
 
virtual void Build (G4HadronCaptureProcess *aP)
 
virtual void Build (G4NeutronInelasticProcess *aP)
 
void SetMinEnergy (G4double aM)
 
void SetMaxEnergy (G4double aM)
 
- Public Member Functions inherited from G4VNeutronBuilder
 G4VNeutronBuilder ()
 
virtual ~G4VNeutronBuilder ()
 

Private Attributes

G4CascadeInterfacetheModel
 
G4double theMin
 
G4double theMax
 

Detailed Description

Definition at line 52 of file G4BertiniNeutronBuilder.hh.

Constructor & Destructor Documentation

◆ G4BertiniNeutronBuilder()

G4BertiniNeutronBuilder::G4BertiniNeutronBuilder ( )

Definition at line 46 of file G4BertiniNeutronBuilder.cc.

47 {
48  theMin = 0;
49  theMax = 9.9*GeV;
51 }
static const double GeV
Definition: G4SIunits.hh:214
Here is the call graph for this function:

◆ ~G4BertiniNeutronBuilder()

G4BertiniNeutronBuilder::~G4BertiniNeutronBuilder ( )
virtual

Definition at line 62 of file G4BertiniNeutronBuilder.cc.

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

Member Function Documentation

◆ Build() [1/4]

void G4BertiniNeutronBuilder::Build ( G4HadronElasticProcess aP)
virtual

Implements G4VNeutronBuilder.

Definition at line 67 of file G4BertiniNeutronBuilder.cc.

68 {
69 }
Here is the caller graph for this function:

◆ Build() [2/4]

void G4BertiniNeutronBuilder::Build ( G4HadronFissionProcess aP)
virtual

Implements G4VNeutronBuilder.

Definition at line 72 of file G4BertiniNeutronBuilder.cc.

73 {
74 }
Here is the call graph for this function:

◆ Build() [3/4]

void G4BertiniNeutronBuilder::Build ( G4HadronCaptureProcess aP)
virtual

Implements G4VNeutronBuilder.

Definition at line 77 of file G4BertiniNeutronBuilder.cc.

78 {
79 }

◆ Build() [4/4]

void G4BertiniNeutronBuilder::Build ( G4NeutronInelasticProcess aP)
virtual

Implements G4VNeutronBuilder.

Definition at line 54 of file G4BertiniNeutronBuilder.cc.

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

◆ SetMaxEnergy()

void G4BertiniNeutronBuilder::SetMaxEnergy ( G4double  aM)
inline

Definition at line 65 of file G4BertiniNeutronBuilder.hh.

Here is the caller graph for this function:

◆ SetMinEnergy()

void G4BertiniNeutronBuilder::SetMinEnergy ( G4double  aM)
inline

Definition at line 64 of file G4BertiniNeutronBuilder.hh.

Here is the caller graph for this function:

Member Data Documentation

◆ theMax

G4double G4BertiniNeutronBuilder::theMax
private

Definition at line 70 of file G4BertiniNeutronBuilder.hh.

◆ theMin

G4double G4BertiniNeutronBuilder::theMin
private

Definition at line 69 of file G4BertiniNeutronBuilder.hh.

◆ theModel

G4CascadeInterface* G4BertiniNeutronBuilder::theModel
private

Definition at line 68 of file G4BertiniNeutronBuilder.hh.


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