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

Detailed Description

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

Definition at line 2195 of file pyne.h.

#include <pyne.h>

Public Attributes

double branch_ratio
 
double half_life
 
double level
 
int metastable
 
int nuc_id
 
unsigned int rx_id
 
char special
 

Member Data Documentation

◆ branch_ratio

double pyne::level_data::branch_ratio

branch ratio [fraction]

Definition at line 2200 of file pyne.h.

◆ half_life

double pyne::level_data::half_life

half life [seconds]

Definition at line 2198 of file pyne.h.

◆ level

double pyne::level_data::level

level energy [keV]

Definition at line 2199 of file pyne.h.

◆ metastable

int pyne::level_data::metastable

metastable level [int]

Definition at line 2201 of file pyne.h.

◆ nuc_id

int pyne::level_data::nuc_id

state id of nuclide

Definition at line 2196 of file pyne.h.

◆ rx_id

unsigned int pyne::level_data::rx_id

rx id of reaction, 0 for basic level data

Definition at line 2197 of file pyne.h.

◆ special

char pyne::level_data::special

special high-spin state [character]

Definition at line 2202 of file pyne.h.


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