Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #ifndef variablesMultiClass__HH
0002 #define variablesMultiClass__HH
0003 #include "tmvaglob.h"
0004 namespace TMVA{
0005 
0006    // this macro plots the distributions of the different input variables
0007    // used in TMVA (e.g. running TMVAnalysis.C).  Signal and Background are overlayed.
0008 
0009    // input: - Input file (result from TMVA),
0010    //        - normal/decorrelated/PCA
0011    //        - use of TMVA plotting TStyle
0012    void variablesMultiClass(TString dataset, TString fin = "TMVA.root", TString dirName = "InputVariables_Id", TString title = "TMVA Input Variables",
0013                             Bool_t isRegression = kFALSE, Bool_t useTMVAStyle = kTRUE );
0014 }
0015 #endif