Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 10:22:50

0001 #ifndef correlationscattersMultiClass__HH
0002 #define correlationscattersMultiClass__HH
0003 #include "tmvaglob.h"
0004 namespace TMVA{
0005 
0006    // this macro plots the correlations (as scatter plots); of
0007    // the various input variable combinations used in TMVA (e.g. running
0008    // TMVAnalysis.C).  Signal and Background are plotted separately
0009 
0010    // input: - Input file (result from TMVA),
0011    //        - normal/decorrelated/PCA
0012    //        - use of TMVA plotting TStyle
0013    void correlationscattersMultiClass(TString dataset, TString fin = "TMVA.root", TString var= "var3", 
0014                                       TString dirName_ = "InputVariables_Id", TString title = "TMVA Input Variable",
0015                                       Bool_t isRegression = kFALSE,
0016                                       Bool_t useTMVAStyle = kTRUE );
0017 }
0018 #endif