Skip to content

jackHI's custom Python classes

jackHI provides the user with two different types of standalone custom Python classes:

The former define the some of the input arguments for the latter. Specifically, jackHI provides the following input classes:

  1. UserBools,
  2. UserHoggBools,
  3. UserHoggInput,
  4. UserInput,

and the following computing classes:

  1. Hist,
  2. JackHist.

See the respective pages for more information on what they do.

jackHI also uses custom type specifications defined on the jackHI types page.