Geant4  10.02
G4FPYTreeStructures.hh
Go to the documentation of this file.
1 //
2 // ********************************************************************
3 // * License and Disclaimer *
4 // * *
5 // * The Geant4 software is copyright of the Copyright Holders of *
6 // * the Geant4 Collaboration. It is provided under the terms and *
7 // * conditions of the Geant4 Software License, included in the file *
8 // * LICENSE and available at http://cern.ch/geant4/license . These *
9 // * include a list of copyright holders. *
10 // * *
11 // * Neither the authors of this software system, nor their employing *
12 // * institutes,nor the agencies providing financial support for this *
13 // * work make any representation or warranty, express or implied, *
14 // * regarding this software system or assume any liability for its *
15 // * use. Please see the license in the file LICENSE and URL above *
16 // * for the full disclaimer and the limitation of liability. *
17 // * *
18 // * This code implementation is the result of the scientific and *
19 // * technical work of the GEANT4 collaboration. *
20 // * By using, copying, modifying or distributing the software (or *
21 // * any work based on the software) you agree to acknowledge its *
22 // * use in resulting scientific publications, and indicate your *
23 // * acceptance of all terms of the Geant4 Software license. *
24 // ********************************************************************
25 //
26 /*
27  * File: G4FPYTreeStructures.hh
28  * Author: B. Wendt (wendbryc@isu.edu)
29  *
30  * Created on September 8, 2011, 10:43 AM
31  */
32 
33 #ifndef G4FPYTREESTRUCTURES_HH
34 #define G4FPYTREESTRUCTURES_HH
35 
36 #include "G4Ions.hh"
37 #include "globals.hh"
38 
47 {
52 
61 
66 };
67 
75 {
80 
89 };
90 
91 #endif /* G4FPYTREESTRUCTURES_HH */
92 
G4int IncidentEnergiesCount
Number of different incident energies are available.
G4double * ProbabilityRangeEnd
The value of the highest probability segment stored in this tree.
G4Ions * Particle
Pointer to the G4Ions definition that contains the data for the isotope/isomer for this ProbabilityBr...
ProbabilityBranch * Right
Pointer to the branch that has a higher probability.
G4double * ProbabilityRangeBottom
The upper limit of the probability segment, indexed by incident energy.
int G4int
Definition: G4Types.hh:78
G4double * ProbabilityRangeTop
The lower limit of the probability segment, indexed by incident energy.
Definition: G4Ions.hh:51
ProbabilityTree is the 'root' for each tree hierarchy, and contains pointer to the first ProbabilityB...
static G4int IncidentEnergiesCount
Number of different incident energies are available.
bool G4bool
Definition: G4Types.hh:79
ProbabilityBranch * Trunk
First branch, or 'trunk', in the tree.
G4bool IsEnd
Variable to identify if this is the last tree in or not.
G4int BranchCount
Counter for the number of branches that this tree has.
G4double * IncidentEnergies
The different energies available.
ProbabilityBranch is a tree hierarchy storage method.
ProbabilityBranch * Left
Pointer to the branch that has a lower probability.
double G4double
Definition: G4Types.hh:76
static G4double * IncidentEnergies
The different energies available.