ROOTPWA
|
#include "TFile.h"
#include "TList.h"
#include "TStyle.h"
#include "TKey.h"
#include "TString.h"
#include "TCanvas.h"
#include "TGraph.h"
#include "TGraphErrors.h"
#include "TH1F.h"
#include "TMultiGraph.h"
#include "TAxis.h"
#include "TGaxis.h"
#include "TLatex.h"
#include "TFrame.h"
#include "TObjArray.h"
#include "TROOT.h"
#include <iostream>
#include <fstream>
#include <sstream>
#include <map>
Go to the source code of this file.
Macros | |
#define | RECOLOR kYellow-9 |
#define | IMCOLOR kSpring-9 |
Functions | |
TString | parseTitle (TString l, unsigned int level=10) |
void | plotNice (TVirtualPad *pad, TString plotDir="") |
void | exec3event (Int_t event, Int_t x, Int_t y, TObject *selected) |
void | plotMassDepFitResult (TString infilename, TString plotdir="plots/", TString fittitle="", double mmin=0, double mmax=0, unsigned int plotLevel=0, TString xcheckfile="", bool onlyDiag=false) |
Variables | |
TString | fitname |
#define IMCOLOR kSpring-9 |
Definition at line 26 of file plotMassDepFitResult.C.
Referenced by plotMassDepFitResult().
#define RECOLOR kYellow-9 |
Definition at line 25 of file plotMassDepFitResult.C.
Referenced by plotMassDepFitResult().
Definition at line 383 of file plotMassDepFitResult.C.
References plotNice().
TString parseTitle | ( | TString | l, |
unsigned int | level = 10 |
||
) |
Definition at line 31 of file plotMassDepFitResult.C.
Referenced by annotatePlot(), and plotNice().
void plotMassDepFitResult | ( | TString | infilename, |
TString | plotdir = "plots/" , |
||
TString | fittitle = "" , |
||
double | mmin = 0 , |
||
double | mmax = 0 , |
||
unsigned int | plotLevel = 0 , |
||
TString | xcheckfile = "" , |
||
bool | onlyDiag = false |
||
) |
Definition at line 409 of file plotMassDepFitResult.C.
References a, atoi(), fitname, i, IMCOLOR, Int_t, plotNice(), and RECOLOR.
void plotNice | ( | TVirtualPad * | pad, |
TString | plotDir = "" |
||
) |
Definition at line 136 of file plotMassDepFitResult.C.
References filename(), fitname, i, n, and parseTitle().
Referenced by exec3event(), and plotMassDepFitResult().
TString fitname |
Definition at line 29 of file plotMassDepFitResult.C.
Referenced by plotMassDepFitResult(), and plotNice().