00001 #include "variables.C"
00002 #include "correlations.C"
00003 #include "efficiencies.C"
00004 #include "mvas.C"
00005 #include "mutransform.C"
00006
00007 void plotall( TString fin = "TMVA.root" )
00008 {
00009 cout << "=== execute: variables()" << endl;
00010 variables( fin );
00011
00012 cout << "=== execute: correlations()" << endl;
00013 correlations( fin );
00014
00015 cout << "=== execute: mvas()" << endl;
00016 mvas( fin );
00017
00018 cout << "=== execute: efficiencies()" << endl;
00019 efficiencies( fin );
00020
00021 cout << "=== execute: ztransform()" << endl;
00022 mutransform( fin );
00023 }