00001 #include "tmvaglob.C" 00002 #include "rulevisHists.C" 00003 #include "rulevisCorr.C" 00004 00005 // This macro plots the distributions of the different input variables overlaid on 00006 // the sum of importance per bin. 00007 // The scale goes from violett (no importance) to red (high importance). 00008 // Areas where many important rules are active, will thus be very red. 00009 // 00010 // input: - Input file (result from TMVA), 00011 // - normal/decorrelated/PCA 00012 // - use of TMVA plotting TStyle 00013 void rulevis( TString fin = "TMVA.root", TMVAGlob::TypeOfPlot type = TMVAGlob::kNorm, bool useTMVAStyle=kTRUE ) 00014 { 00015 //rulevisHists(fin,type,useTMVAStyle); 00016 rulevisCorr(fin,type,useTMVAStyle); 00017 }