Logo ROOT   6.30.04
Reference Guide
 All Namespaces Files Pages
MovieMaker.h
Go to the documentation of this file.
1 #ifndef MovieMaker__HH
2 #define MovieMaker__HH
3 #include "TString.h"
4 #include "TDirectory.h"
5 #include "TH1F.h"
6 #include "TFile.h"
7 #include "TCanvas.h"
8 #include "TLegend.h"
9 #include "TROOT.h"
10 #include "TKey.h"
11 #include "TH2F.h"
12 #include "TPad.h"
13 #include "TObjArray.h"
14 #include "TText.h"
15 
16 #include "network.h"
17 namespace TMVA{
18 
19  void DrawNetworkMovie(TString dataset, TFile* file, const TString& methodType, const TString& methodTitle );
20 
21  void DrawMLPoutputMovie(TString dataset, TFile* file, const TString& methodType, const TString& methodTitle );
22  // -----------------------------------------------------------------------------
23 
24  void MovieMaker(TString dataset, TString methodType = "Method_MLP", TString methodTitle = "MLP" );
25 }
26 #endif