Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #ifndef rulevisCorr__HH
0002 #define rulevisCorr__HH
0003 #include "tmvaglob.h"
0004 namespace TMVA{
0005 
0006    // This macro plots the distributions of the different input variables overlaid on
0007    // the sum of importance per bin.
0008    // The scale goes from violett (no importance); to red (high importance).
0009    // Areas where many important rules are active, will thus be very red.
0010    //
0011    // input: - Input file (result from TMVA),
0012    //        - normal/decorrelated/PCA
0013    //        - use of TMVA plotting TStyle
0014    void rulevisCorr( TString fin = "TMVA.root", TMVAGlob::TypeOfPlot type = TMVAGlob::kNorm, bool useTMVAStyle=kTRUE );
0015    void rulevisCorr( TDirectory *rfdir, TDirectory *vardir, TDirectory *corrdir, TMVAGlob::TypeOfPlot type); 
0016 }
0017 #endif