#include <G4FPYTreeStructures.hh>
Public 속성 | |
ProbabilityBranch * | Trunk |
G4double * | ProbabilityRangeEnd |
G4int | BranchCount |
G4bool | IsEnd |
정적 Public 속성 | |
static G4int | IncidentEnergiesCount |
static G4double * | IncidentEnergies |
ProbabilityTree is the 'root' for each tree hierarchy, and contains pointer to the first ProbabilityBranch, or 'trunk', or each tree.
ProbabilityTree also stores the value of the highest probability segment that is stored in the tree. This enables trees that are out of range to be easily skipped over.
G4FPYTreeStructures.hh 파일의 74 번째 라인에서 정의되었습니다.
G4int ProbabilityTree::BranchCount |
Counter for the number of branches that this tree has
G4FPYTreeStructures.hh 파일의 86 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4FissionProductYieldDist::MakeTrees(), G4FissionProductYieldDist::SortProbability().
|
static |
The different energies available
G4FPYTreeStructures.hh 파일의 79 번째 라인에서 정의되었습니다.
|
static |
Number of different incident energies are available
G4FPYTreeStructures.hh 파일의 77 번째 라인에서 정의되었습니다.
G4bool ProbabilityTree::IsEnd |
Variable to identify if this is the last tree in or not
G4FPYTreeStructures.hh 파일의 88 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4FissionProductYieldDist::MakeTrees().
G4double* ProbabilityTree::ProbabilityRangeEnd |
The value of the highest probability segment stored in this tree
G4FPYTreeStructures.hh 파일의 84 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4FissionProductYieldDist::MakeTrees(), G4FissionProductYieldDist::~G4FissionProductYieldDist().
ProbabilityBranch* ProbabilityTree::Trunk |
First branch, or 'trunk', in the tree
G4FPYTreeStructures.hh 파일의 82 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4FissionProductYieldDist::FindParticle(), G4FissionProductYieldDist::MakeTrees(), G4FissionProductYieldDist::SortProbability(), G4FissionProductYieldDist::~G4FissionProductYieldDist().