#include <NucDecay.h>
Collaboration diagram for GenDecay::NucDecay:
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.
| GenDecay::NucDecay::NucDecay | ( | NucState * | mo, | |
| NucState * | da, | |||
| const std::string & | typ, | |||
| double | e = 0, |
|||
| double | f = 0 | |||
| ) |
| double NucDecay::clhep_energy | ( | ) | const |
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.
1.4.7