GammaWare  Head Version for release 0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
void matriceRES ( FILE  ,
Int_t *  ,
Double_t **  ,
Double_t *  ,
Int_t  ,
Int_t  ,
Int_t *   
)

This function loads the residue nuclei matrix from CASCADE output.

  • FILE: input file (the CASCADE output file)
  • Int_t*: array of nuclei masses
  • Double_t**: matrix of population probability from CASCADE output
  • Double_t*: array of population probability from CASCADE output (sum of row of the previous matrix)
  • Int_t: number of nuclei per row in the residue nuclei matrix (even A case)
  • Int_t: number of nuclei per row in the residue nuclei matrix (odd A case)
  • Int_t*: array of N minus Z to identify the nucleus in the residue nuclei matrix