Geant4  10.02.p03
G4BinaryNeutronBuilder Class Reference

#include <G4BinaryNeutronBuilder.hh>

Inheritance diagram for G4BinaryNeutronBuilder:
Collaboration diagram for G4BinaryNeutronBuilder:

Public Member Functions

 G4BinaryNeutronBuilder ()
 
virtual ~G4BinaryNeutronBuilder ()
 
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

G4BinaryCascadetheModel
 
G4double theMin
 
G4double theMax
 

Detailed Description

Definition at line 52 of file G4BinaryNeutronBuilder.hh.

Constructor & Destructor Documentation

◆ G4BinaryNeutronBuilder()

G4BinaryNeutronBuilder::G4BinaryNeutronBuilder ( )

Definition at line 46 of file G4BinaryNeutronBuilder.cc.

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

◆ ~G4BinaryNeutronBuilder()

G4BinaryNeutronBuilder::~G4BinaryNeutronBuilder ( )
virtual

Definition at line 61 of file G4BinaryNeutronBuilder.cc.

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

Member Function Documentation

◆ Build() [1/4]

void G4BinaryNeutronBuilder::Build ( G4HadronElasticProcess aP)
virtual

Implements G4VNeutronBuilder.

Definition at line 66 of file G4BinaryNeutronBuilder.cc.

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

◆ Build() [2/4]

void G4BinaryNeutronBuilder::Build ( G4HadronFissionProcess aP)
virtual

Implements G4VNeutronBuilder.

Definition at line 71 of file G4BinaryNeutronBuilder.cc.

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

◆ Build() [3/4]

void G4BinaryNeutronBuilder::Build ( G4HadronCaptureProcess aP)
virtual

Implements G4VNeutronBuilder.

Definition at line 76 of file G4BinaryNeutronBuilder.cc.

77  {
78  }

◆ Build() [4/4]

void G4BinaryNeutronBuilder::Build ( G4NeutronInelasticProcess aP)
virtual

Implements G4VNeutronBuilder.

Definition at line 54 of file G4BinaryNeutronBuilder.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 G4BinaryNeutronBuilder::SetMaxEnergy ( G4double  aM)
inline

Definition at line 65 of file G4BinaryNeutronBuilder.hh.

Here is the caller graph for this function:

◆ SetMinEnergy()

void G4BinaryNeutronBuilder::SetMinEnergy ( G4double  aM)
inline

Definition at line 64 of file G4BinaryNeutronBuilder.hh.

Here is the caller graph for this function:

Member Data Documentation

◆ theMax

G4double G4BinaryNeutronBuilder::theMax
private

Definition at line 70 of file G4BinaryNeutronBuilder.hh.

◆ theMin

G4double G4BinaryNeutronBuilder::theMin
private

Definition at line 69 of file G4BinaryNeutronBuilder.hh.

◆ theModel

G4BinaryCascade* G4BinaryNeutronBuilder::theModel
private

Definition at line 68 of file G4BinaryNeutronBuilder.hh.


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