CYCLUS
Public Attributes | List of all members
pyne::decay Struct Reference

Detailed Description

a struct matching the '/decay/decays' table in nuc_data.h5.

Definition at line 2284 of file pyne.h.

#include <pyne.h>

Public Attributes

double beta_branch_ratio
 
double beta_branch_ratio_error
 
double branch_ratio
 
double branch_ratio_error
 
int child
 
unsigned int decay
 
double half_life
 
double half_life_error
 
int parent
 
double photon_branch_ratio
 
double photon_branch_ratio_error
 

Member Data Documentation

◆ beta_branch_ratio

double pyne::decay::beta_branch_ratio

beta branching ratio of this decay [fraction]

Definition at line 2297 of file pyne.h.

◆ beta_branch_ratio_error

double pyne::decay::beta_branch_ratio_error

beta branching ratio error of this decay [fraction]

Definition at line 2299 of file pyne.h.

◆ branch_ratio

double pyne::decay::branch_ratio

branching ratio of this decay [fraction]

Definition at line 2290 of file pyne.h.

◆ branch_ratio_error

double pyne::decay::branch_ratio_error

branching ratio of this decay [fraction]

Definition at line 2291 of file pyne.h.

◆ child

int pyne::decay::child

state id of decay child

Definition at line 2286 of file pyne.h.

◆ decay

unsigned int pyne::decay::decay

rx id of decay

Definition at line 2287 of file pyne.h.

◆ half_life

double pyne::decay::half_life

half life of the decay [s]

Definition at line 2288 of file pyne.h.

◆ half_life_error

double pyne::decay::half_life_error

half life error of the decay [s]

Definition at line 2289 of file pyne.h.

◆ parent

int pyne::decay::parent

state id of decay parent

Definition at line 2285 of file pyne.h.

◆ photon_branch_ratio

double pyne::decay::photon_branch_ratio

photon branching ratio of this decay [fraction]

Definition at line 2293 of file pyne.h.

◆ photon_branch_ratio_error

double pyne::decay::photon_branch_ratio_error

photon branching ratio error of this decay [fraction]

Definition at line 2295 of file pyne.h.


The documentation for this struct was generated from the following file: