00001 {
00002 cout << "*****************************" << endl;
00003 cout << "* Welcome to ROOT v" << gROOT->GetVersion() << " *" << endl;
00004 cout << "*****************************" << endl;
00005 cout << endl;
00006 gROOT->SetStyle("Plain");
00007 gStyle->SetPalette(1, 0);
00008 gStyle->SetOptStat(111111);
00009 #include <TPythia6.h>
00010 }
1.3.9.1