#include "TParallelCoord.h"
#include "TParallelCoordVar.h"
#include "TROOT.h"
#include "TTree.h"
#include "TLeaf.h"
#include "THnSparse.h"
#include "TAxis.h"
#include "TCanvas.h"
#include "TRandom.h"
#include "TFile.h"
#include "TH3.h"
Go to the source code of this file.
Functions | |
TTree * | toTree (THnSparse *h) |
void | drawsparse_draw (THnSparse *h) |
void | drawsparse () |
void drawsparse | ( | ) |
Definition at line 98 of file drawsparse.C.
References TCanvas::cd(), d, TPad::Divide(), TH1::Draw(), drawsparse_draw(), THnSparse::Fill(), TRandom::Gaus(), gRandom, i, kOrange, THnSparse::Projection(), TRandom::Rndm(), TH1::SetDirectory(), TAttLine::SetLineColor(), sin(), TObject::Write(), x, xmax, and xmin.
void drawsparse_draw | ( | THnSparse * | h | ) |
Definition at line 69 of file drawsparse.C.
References axis, d, TTree::Draw(), TTree::GetListOfLeaves(), TParallelCoord::GetVarList(), gPad, h, TString::Length(), and toTree().
Referenced by drawsparse().
Definition at line 27 of file drawsparse.C.
References axis, TTree::Branch(), d, TTree::Fill(), h, i, TString::Length(), Long64_t, name, title, and x.
Referenced by drawsparse_draw().