![]() |
MaCh3
2.2.3
Reference Guide
|
#include "plottingUtils.h"
Go to the source code of this file.
Namespaces | |
MaCh3Plotting | |
Functions | |
TH1D | MaCh3Plotting::TGraphToTH1D (TGraph graph, const std::string &newName="", const std::string &newTitle="") |
This handy little function lets you interpret a TGraph as a TH1D. More... | |
std::vector< std::vector< double > > | MaCh3Plotting::TGraphToVector (TGraph graph) |
This handy little function lets you interpret a TGraph as a vector containing the same data. More... | |
std::vector< std::vector< double > > | MaCh3Plotting::TGraphToVector (TGraph2D graph) |
This handy little function lets you interpret a 2d TGraph as a vector containing the same data. More... | |