f4enix.output.mctal.Header#

class f4enix.output.mctal.Header#

Bases: object

Header class. Contains a bunch of general information on the mctal file

Variables:
  • kod (str) – name of the code that was used

  • ver (str) – name of the version that was used

  • probid (np.ndarray) – date and time when the problem was run

  • knod (int) – dump number

  • nps (int) – number of histories that were run

  • rnr (int) – Number of pseudoradom numbers that were used

  • title (str) – Problem identification line

  • ntal (int) – number of tallies present in the file

  • ntals (np.ndarray) – arrays of tally numbers

  • npert (int) – number of perturbation

Methods

__init__()

Header class.