Warning, file /include/root/TMVA/deviations.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 #ifndef deviations__HH
0002 #define deviations__HH
0003
0004 #include "TLegend.h"
0005 #include "TText.h"
0006 #include "TH2.h"
0007
0008 #include "TMVA/tmvaglob.h"
0009 #include "TMVA/Types.h"
0010 namespace TMVA{
0011
0012
0013
0014
0015
0016
0017
0018
0019 void deviations(TString dataset, TString fin = "TMVAReg.root",
0020 HistType htype = kMVAType, Bool_t showTarget =kTRUE, Bool_t useTMVAStyle = kTRUE );
0021
0022
0023
0024 }
0025 #endif