|
||||
File indexing completed on 2025-01-18 10:11:11
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
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |