#include <TSystem.h>#include <TROOT.h>#include <TLatex.h>#include <TFile.h>#include <TTree.h>#include <TBranch.h>#include <TH1.h>#include <TH2.h>#include <TF1.h>#include <TProfile.h>#include <TChain.h>#include <TGraphErrors.h>#include <TGraph.h>#include <TGraphAsymmErrors.h>#include <TEllipse.h>#include <TApplication.h>#include <TMultiGraph.h>#include <TCanvas.h>#include <TDirectory.h>#include <TKey.h>#include <TStyle.h>#include <TPaveText.h>#include <TText.h>#include <TMath.h>#include "TString.h"#include "TVirtualFFT.h"#include "TAxis.h"#include "TPad.h"#include <TPRegexp.h>#include <TMinuit.h>#include <TBasket.h>#include <TLegend.h>#include <TNtupleD.h>#include <TMatrixD.h>#include <TMatrixDSym.h>#include <TVectorD.h>#include <TTimeStamp.h>#include <TRandom.h>#include <TRandom3.h>Go to the source code of this file.
Functions | |
| void | SetTCanvasStyle (TCanvas *cc) |
| void | SetTF1Style (TF1 *tf, TString XTitle, TString YTitle, int line_style, int line_color, double line_width) |
| void | SetTGraphStyle (TGraph *gre, TString XTitle, TString YTitle, int marker_style, int marker_color, double marker_size) |
| void | SetTH1DStyle (TH1D *h1, TString XTitle, TString YTitle, int line_width, int line_color, int fill_style, int fill_color) |
| void | SetTLatexStyle (TLatex *ltx, int style, int color, double size) |
| void SetTCanvasStyle | ( | TCanvas * | cc | ) |
Definition at line 42 of file RootUtilities.h.
| void SetTF1Style | ( | TF1 * | tf, |
| TString | XTitle, | ||
| TString | YTitle, | ||
| int | line_style, | ||
| int | line_color, | ||
| double | line_width | ||
| ) |
Definition at line 81 of file RootUtilities.h.
| void SetTGraphStyle | ( | TGraph * | gre, |
| TString | XTitle, | ||
| TString | YTitle, | ||
| int | marker_style, | ||
| int | marker_color, | ||
| double | marker_size | ||
| ) |
Definition at line 56 of file RootUtilities.h.
| void SetTH1DStyle | ( | TH1D * | h1, |
| TString | XTitle, | ||
| TString | YTitle, | ||
| int | line_width, | ||
| int | line_color, | ||
| int | fill_style, | ||
| int | fill_color | ||
| ) |
Definition at line 102 of file RootUtilities.h.
| void SetTLatexStyle | ( | TLatex * | ltx, |
| int | style, | ||
| int | color, | ||
| double | size | ||
| ) |
Definition at line 49 of file RootUtilities.h.