]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ALIROOT/aliroot.cxx
Fixed problem with missing AliConfig while reading galice.root
[u/mrichter/AliRoot.git] / ALIROOT / aliroot.cxx
index ff1e727897f4631f682fdf34a7d7440fd0a36162..cd6381594584922d8d5b9feb247799d582425876 100644 (file)
 
 /*
 $Log$
 
 /*
 $Log$
+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
 
 Revision 1.3  1999/09/29 09:24:07  fca
 Introduction of the Copyright and cvs Log
 
@@ -42,6 +48,7 @@ Introduction of the Copyright and cvs Log
 #include <TRint.h>
 #include <TFile.h>
 #include <AliRun.h>
 #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!
 
 #if defined __linux
 //On linux Fortran wants this, so we give to it!
@@ -77,9 +84,12 @@ 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.
   // 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 AliConfig ();
+  
+  new AliRun("gAlice","The ALICE Off-line Simulation Framework");
+    
   // Start interactive geant
   
   TRint *theApp = new TRint("aliroot", &argc, argv, 0, 0);
   // Start interactive geant
   
   TRint *theApp = new TRint("aliroot", &argc, argv, 0, 0);