![]() |
MaCh3 2.2.1
Reference Guide
|
#include "Manager/MaCh3Logger.h"
#include "Manager/MaCh3Exception.h"
#include <algorithm>
#include <iomanip>
#include <iostream>
#include <map>
#include "TCanvas.h"
#include "TGraph2D.h"
#include "TColor.h"
#include "TDirectory.h"
#include "TFile.h"
#include "TGraph.h"
#include "TH1.h"
#include "TH1D.h"
#include "TH2.h"
#include "TH2Poly.h"
#include "THStack.h"
#include "TKey.h"
#include "TLatex.h"
#include "TLegend.h"
#include "TLine.h"
#include "TROOT.h"
#include "TStyle.h"
#include "TMultiGraph.h"
Go to the source code of this file.
Namespaces | |
namespace | MaCh3Plotting |
Functions | |
TH1D | MaCh3Plotting::TGraphToTH1D (TGraph graph, std::string newName="", std::string newTitle="") |
This handy little function lets you interpret a TGraph as a TH1D. | |
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. | |
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. | |