mist-hep 0.1.0
ROOT-backed analysis helpers built on mist
Loading...
Searching...
No Matches
binning.h File Reference
#include <vector>
#include <TGraph.h>
#include <mist/algo/binning.h>
#include <mist/hep/owned.h>
Include dependency graph for binning.h:
This graph shows which files directly or indirectly include this file:

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)