Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:11:11

0001 #ifndef training_history__HH
0002 #define training_history__HH
0003 #include "tmvaglob.h"
0004 #include "TH2F.h"
0005 #include "TFile.h"
0006 #include "TIterator.h"
0007 #include "TKey.h"
0008 namespace TMVA{
0009 
0010    void plot_training_history(TString dataset, TFile* file, TDirectory* BinDir=nullptr);
0011    void training_history(TString dataset, TString fin = "TMVA.root", Bool_t useTMVAStyle = kTRUE );
0012 }
0013 #endif