| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

GenDecay::NucDecay Struct Reference

#include <NucDecay.h>

Collaboration diagram for GenDecay::NucDecay:

[legend]
List of all members.

Public Member Functions

 NucDecay (NucState *mo, NucState *da, const std::string &typ, double e=0, double f=0)
double clhep_energy () const

Public Attributes

NucStatemother
NucStatedaughter
std::string type
double energy
double fraction

Detailed Description

Definition at line 23 of file NucDecay.h.


Constructor & Destructor Documentation

GenDecay::NucDecay::NucDecay ( NucState mo,
NucState da,
const std::string &  typ,
double  e = 0,
double  f = 0 
)


Member Function Documentation

double NucDecay::clhep_energy (  )  const

Definition at line 18 of file NucDecay.cc.

00019 {
00020     return energy/SI::MeV*CLHEP::MeV;
00021 }


Member Data Documentation

NucState* GenDecay::NucDecay::mother

Definition at line 24 of file NucDecay.h.

NucState * GenDecay::NucDecay::daughter

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.


The documentation for this struct was generated from the following files:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 21:01:09 2011 for GenDecay by doxygen 1.4.7