Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #ifndef BoostControlPlots__HH
0002 #define BoostControlPlots__HH
0003 
0004 #include "tmvaglob.h"
0005 
0006 namespace TMVA{
0007 
0008 
0009    // input: - Input file (result from TMVA),
0010    //        - use of TMVA plotting TStyle
0011    // this macro is based on BDTControlPlots.C
0012    void BoostControlPlots(TString dataset, TString fin = "TMVA.root", Bool_t useTMVAStyle = kTRUE );
0013 
0014    void boostcontrolplots(TString dataset, TDirectory *boostdir ); 
0015 
0016 }
0017 #endif