mist-hep 0.1.0
ROOT-backed analysis helpers built on mist
Loading...
Searching...
No Matches
hep.h
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
2//
3// mist/hep/hep.h — convenience umbrella that pulls in every public header.
4//
5// Prefer the targeted includes in real code; this header exists so consumers
6// can `#include <mist/hep/hep.h>` from prototyping scripts without thinking.
7//
8#pragma once
9
10#include "mist/hep/owned.h"
11#include "mist/hep/stats.h"
12#include "mist/hep/globals.h"
19#include "mist/hep/histo/fill.h"