Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
paracoor.h
Go to the documentation of this file.
1#ifndef paracoor__HH
2#define paracoor__HH
3#include "tmvaglob.h"
4#include "TROOT.h"
5#include "TTree.h"
6#include "TLeaf.h"
7#include "TParallelCoord.h"
8#include "TParallelCoordVar.h"
10namespace TMVA{
11
12
13 // plot parallel coordinates
14
15 void paracoor(TString dataset, TString fin = "TMVA.root", Bool_t useTMVAStyle = kTRUE );
16}
17#endif
bool Bool_t
Definition RtypesCore.h:63
constexpr Bool_t kTRUE
Definition RtypesCore.h:100
Basic string class.
Definition TString.h:139
create variable transformations
void paracoor(TString dataset, TString fin="TMVA.root", Bool_t useTMVAStyle=kTRUE)