|
mist-hep 0.1.0
ROOT-backed analysis helpers built on mist
|
Go to the source code of this file.
Namespaces | |
| namespace | mist |
| namespace | mist::hep |
| namespace | mist::hep::graph |
| namespace | mist::hep::graph::detail |
Functions | |
| std::vector< double > | mist::hep::graph::detail::graph_x (const TGraph &g) |
| std::vector< double > | mist::hep::graph::detail::graph_y (const TGraph &g) |
| owned::root_ptr< TGraph > | mist::hep::graph::detail::zip (const std::vector< double > &xs, const std::vector< double > &ys) |
| owned::root_ptr< TGraph > | mist::hep::graph::block_average (const TGraph &source, std::size_t block_size, bool drop_partial=false) |
| owned::root_ptr< TGraph > | mist::hep::graph::block_rms (const TGraph &source, std::size_t block_size, bool drop_partial=false) |