]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ALIROOT/aliroot.cxx
Inconsistent names (between flat and recursive makefiles) corrected
[u/mrichter/AliRoot.git] / ALIROOT / aliroot.cxx
index ff1e727897f4631f682fdf34a7d7440fd0a36162..352f2e0f6668186563583fb29036afe5234ff5ff 100644 (file)
 
 /*
 $Log$
+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
+
+Revision 1.5  2001/05/16 14:57:07  alibrary
+New files for folders and Stack
+
+Revision 1.4  2000/12/20 08:39:37  fca
+Support for Cerenkov and process list in Virtual MC
+
 Revision 1.3  1999/09/29 09:24:07  fca
 Introduction of the Copyright and cvs Log
 
@@ -42,6 +54,7 @@ Introduction of the Copyright and cvs Log
 #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!
@@ -77,9 +90,11 @@ int main(int argc, char **argv)
   // in the run is stored in the same file in the tree TreeE, containing the
   // run and event number, the number of vertices, tracks and primary tracks
   // in the event.
-  //
-  new AliRun("gAlice","The ALICE Off-line Simulation Framework");
   
+  // Create new configuration 
+  
+  new AliRun("gAlice","The ALICE Off-line Simulation Framework");
+    
   // Start interactive geant
   
   TRint *theApp = new TRint("aliroot", &argc, argv, 0, 0);