#include <DecayResource.h>

Public Member Functions

 DecayChannel ()
 
 ~DecayChannel ()
 
void list_residual_ids (Vec_Int &daughter_ids) const
 
void get_yield_map (Vec_Int &daughter_ids, std::vector< double > &yields) const
 
double get_yield (const int id) const
 
double get_branch_ratio () const
 
void set_branch_ratio (double value)
 
int num_residuals () const
 
int get_yield_type () const
 
void set_yield_type (int value)
 
const std::map< int, double > & get_const_yield_map () const
 
std::map< int, double > & get_yield_map ()
 

Private Attributes

double branch_ratio
 
int yield_type
 
std::map< int, double > yield_map
 

Detailed Description

Constructor & Destructor Documentation

Member Function Documentation

void list_residual_ids ( Vec_Int daughter_ids) const
void get_yield_map ( Vec_Int daughter_ids,
std::vector< double > &  yields 
) const
double get_yield ( const int  id) const
void set_branch_ratio ( double  value)
int num_residuals ( ) const
int get_yield_type ( ) const
void set_yield_type ( int  value)
const std::map< int, double > & get_const_yield_map ( ) const
std::map< int, double > & get_yield_map ( )

Member Data Documentation

double branch_ratio
private
int yield_type
private

The documentation for this class was generated from the following files: