/search.css" rel="stylesheet" type="text/css"/> /search.js">
#include <NucDecay.h>
Public Member Functions | |
NucDecay (NucState *mo, NucState *da, const std::string &typ, double e=0, double f=0) | |
double | clhep_energy () const |
Public Attributes | |
NucState * | mother |
NucState * | daughter |
std::string | type |
double | energy |
double | fraction |
Definition at line 23 of file NucDecay.h.
double NucDecay::clhep_energy | ( | ) | const |
Definition at line 18 of file NucDecay.cc.
{ return energy/SI::MeV*CLHEP::MeV; }
Definition at line 24 of file NucDecay.h.
Definition at line 24 of file NucDecay.h.
std::string GenDecay::NucDecay::type |
Definition at line 31 of file NucDecay.h.
double GenDecay::NucDecay::energy |
Definition at line 32 of file NucDecay.h.
double GenDecay::NucDecay::fraction |
Definition at line 33 of file NucDecay.h.