|
mist-hep 0.1.0
ROOT-backed analysis helpers built on mist
|
#include <TF1.h>#include <TGraph.h>#include <TH1.h>#include <TH1F.h>#include <TH2.h>#include <TProfile.h>#include <mist/hep/owned.h>Go to the source code of this file.
Namespaces | |
| namespace | mist |
| namespace | mist::hep |
| namespace | mist::hep::histo |
Functions | |
| owned::root_ptr< TH1F > | mist::hep::histo::project_y (const TGraph &source, int n_bins, double min, double max, const char *name="histo_project_y") |
| void | mist::hep::histo::fill_profile (TProfile &target, const TGraph &source) |
| void | mist::hep::histo::fill_persistence (TH2 &target, const TGraph &source) |
| void | mist::hep::histo::fill_persistence (TH2 &target, const TF1 &f) |
| void | mist::hep::histo::fill_from_interval (TH1 &target, const TGraph &source, double min, double max) |
| void | mist::hep::histo::fill_from_interval (TH1 &target, const TProfile &source, double min, double max) |