/*
$Log$
+Revision 1.9 2002/01/09 17:05:03 morsch
+Increase memory allocated for ZEBRA.
+
+Revision 1.8 2001/10/04 15:32:36 hristov
+Instantiation of AliConfig removed
+
+Revision 1.7 2001/05/22 11:39:48 buncic
+Restored proper name for top level AliRoot folder.
+
Revision 1.6 2001/05/21 17:22:50 buncic
Fixed problem with missing AliConfig while reading galice.root
#include <TRint.h>
#include <TFile.h>
#include <AliRun.h>
-#include <AliConfig.h>
#if defined __linux
//On linux Fortran wants this, so we give to it!
extern "C" int __mb_cur_max=0;
#endif
-int gcbank_[3000000];
+int gcbank_[4000000];
//Initialise the Root environment
extern void InitGui();
// in the event.
// Create new configuration
- new AliConfig ("Folders","Alice data exchange");
new AliRun("gAlice","The ALICE Off-line Simulation Framework");