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

Detailed Description

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

Definition at line 2322 of file pyne.h.

#include <pyne.h>

Public Attributes

int child_nuc
 
double conv_intensity
 
double conv_intensity_err
 
double energy
 
double energy_err
 
int from_nuc
 
double k_conv_e
 
double l_conv_e
 
double m_conv_e
 
int parent_nuc
 
double photon_intensity
 
double photon_intensity_err
 
int to_nuc
 
double total_intensity
 
double total_intensity_err
 

Member Data Documentation

◆ child_nuc

int pyne::gamma::child_nuc

stateless id of the child nucleus

Definition at line 2326 of file pyne.h.

◆ conv_intensity

double pyne::gamma::conv_intensity

conversion intensity

Definition at line 2331 of file pyne.h.

◆ conv_intensity_err

double pyne::gamma::conv_intensity_err

conversion intensity error

Definition at line 2332 of file pyne.h.

◆ energy

double pyne::gamma::energy

energy of the photon [keV]

Definition at line 2327 of file pyne.h.

◆ energy_err

double pyne::gamma::energy_err

energy error of the photon [keV]

Definition at line 2328 of file pyne.h.

◆ from_nuc

int pyne::gamma::from_nuc

state id of starting level

Definition at line 2323 of file pyne.h.

◆ k_conv_e

double pyne::gamma::k_conv_e

k conversion electron fraction

Definition at line 2335 of file pyne.h.

◆ l_conv_e

double pyne::gamma::l_conv_e

l conversion electron fraction

Definition at line 2336 of file pyne.h.

◆ m_conv_e

double pyne::gamma::m_conv_e

m conversion electron fraction

Definition at line 2337 of file pyne.h.

◆ parent_nuc

int pyne::gamma::parent_nuc

state id of the primary decaying nucleus

Definition at line 2325 of file pyne.h.

◆ photon_intensity

double pyne::gamma::photon_intensity

photon intensity

Definition at line 2329 of file pyne.h.

◆ photon_intensity_err

double pyne::gamma::photon_intensity_err

photon intensity error

Definition at line 2330 of file pyne.h.

◆ to_nuc

int pyne::gamma::to_nuc

state id of final level

Definition at line 2324 of file pyne.h.

◆ total_intensity

double pyne::gamma::total_intensity

total decay intensity

Definition at line 2333 of file pyne.h.

◆ total_intensity_err

double pyne::gamma::total_intensity_err

total decay intensity error

Definition at line 2334 of file pyne.h.


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