mist-hep 0.1.0
ROOT-backed analysis helpers built on mist
Loading...
Searching...
No Matches
mist::hep::graph::detail Namespace Reference

Functions

std::vector< double > graph_x (const TGraph &g)
 
std::vector< double > graph_y (const TGraph &g)
 
owned::root_ptr< TGraph > zip (const std::vector< double > &xs, const std::vector< double > &ys)
 

Function Documentation

◆ graph_x()

std::vector< double > mist::hep::graph::detail::graph_x ( const TGraph &  g)
inline

◆ graph_y()

std::vector< double > mist::hep::graph::detail::graph_y ( const TGraph &  g)
inline

◆ zip()

owned::root_ptr< TGraph > mist::hep::graph::detail::zip ( const std::vector< double > &  xs,
const std::vector< double > &  ys 
)
inline