MaCh3  2.2.3
Reference Guide
Namespaces | Functions
plottingUtils.cpp File Reference
#include "plottingUtils.h"
Include dependency graph for plottingUtils.cpp:

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...