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:
- UserBools,
- UserHoggBools,
- UserHoggInput,
- UserInput,
and the following computing classes:
- Hist,
- JackHist.
See the respective pages for more information on what they do.
jackHI also uses custom type specifications defined on the jackHI types page.