Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:11:03

0001 #ifndef paracoor__HH
0002 #define paracoor__HH
0003 #include "tmvaglob.h"
0004 #include "TROOT.h"
0005 #include "TTree.h"
0006 #include "TLeaf.h"
0007 #include "TParallelCoord.h"
0008 #include "TParallelCoordVar.h"
0009 #include "TParallelCoordRange.h"
0010 namespace TMVA{
0011 
0012 
0013    // plot parallel coordinates
0014 
0015    void paracoor(TString dataset, TString fin = "TMVA.root", Bool_t useTMVAStyle = kTRUE );
0016 }
0017 #endif