Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/root/TMVA/correlationsMultiClass.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #ifndef correlationsMultiClass__HH
0002 #define correlationsMultiClass__HH
0003 #include "tmvaglob.h"
0004 namespace TMVA{
0005 
0006    // this macro plots the correlation matrix of the various input
0007    // variables used in TMVA (e.g. running TMVAnalysis.C).  Signal and
0008    // Background are plotted separately
0009 
0010    // input: - Input file (result from TMVA),
0011    //        - use of colors or grey scale
0012    //        - use of TMVA plotting TStyle
0013    void correlationsMultiClass(TString dataset, TString fin = "TMVA.root", Bool_t isRegression = kFALSE, 
0014                                Bool_t greyScale = kFALSE, Bool_t useTMVAStyle = kTRUE );
0015 }
0016 #endif