#include "TString.h"
#include "TInterpreter.h"
#include <fstream>
#include "TH1.h"
#include "TGraphSmooth.h"
#include "TCanvas.h"
#include "TSystem.h"
Go to the source code of this file.
Functions | |
void | DrawSmooth (Int_t pad, const char *title, const char *xt, const char *yt) |
void | motorcycle () |
Variables | |
TCanvas * | vC1 |
TGraph * | grin |
TGraph * | grout |
void DrawSmooth | ( | Int_t | pad, | |
const char * | title, | |||
const char * | xt, | |||
const char * | yt | |||
) |
Definition at line 13 of file motorcycle.C.
References TCanvas::cd(), TGraph::Draw(), TObject::DrawClone(), gPad, grin, grout, TH1::SetTitle(), TH1::SetTitleSize(), TH1::SetXTitle(), TH1::SetYTitle(), and vC1.
void motorcycle | ( | ) |
Definition at line 26 of file motorcycle.C.
References dir(), TPad::Divide(), DrawSmooth(), Form(), gInterpreter, grin, grout, gSystem, TGraphSmooth::SmoothKern(), TGraphSmooth::SmoothLowess(), TGraphSmooth::SmoothSuper(), TSystem::UnixPathName(), vC1, x, and y.
Definition at line 11 of file motorcycle.C.
Definition at line 11 of file motorcycle.C.
Definition at line 10 of file motorcycle.C.