Back to home page

EIC code displayed by LXR

 
 

    


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

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