Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #ifndef MovieMaker__HH
0002 #define MovieMaker__HH
0003 #include "TString.h"
0004 #include "TDirectory.h"
0005 #include "TH1F.h"
0006 #include "TFile.h"
0007 #include "TCanvas.h"
0008 #include "TLegend.h"
0009 #include "TROOT.h"
0010 #include "TKey.h"
0011 #include "TH2F.h"
0012 #include "TPad.h"
0013 #include "TText.h"
0014 
0015 #include "network.h"
0016 namespace TMVA{
0017 
0018    void DrawNetworkMovie(TString dataset, TFile* file, const TString& methodType, const TString& methodTitle );
0019 
0020    void DrawMLPoutputMovie(TString dataset, TFile* file, const TString& methodType, const TString& methodTitle );
0021    // -----------------------------------------------------------------------------
0022 
0023    void MovieMaker(TString dataset, TString methodType = "Method_MLP", TString methodTitle = "MLP" );
0024 }
0025 #endif