Getting Started¶
This section walks you from a fresh clone to running your first HIPO read/write loop.
Suggested reading order¶
- Installation — dependencies (Meson, Ninja, LZ4), build options,
pkg-configsetup, and the optional ROOT integration. - Quick Start — open a file, read banks, write events, and a reference of HIPO's six built-in data types.
Once you can build a hello-world program against hipo4, jump into the
concepts for a model of how the format is organized, or skip
straight to the recipes for copy-pasteable patterns.