]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ALIROOT/aliroot.cxx
New files for folders and Stack
[u/mrichter/AliRoot.git] / ALIROOT / aliroot.cxx
index 80d565c82e9507d91b5afb4348f0ee106d04194b..55906f90931aee28b3b985dca7843d1201332042 100644 (file)
@@ -1,3 +1,28 @@
+/**************************************************************************
+ * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ *                                                                        *
+ * Author: The ALICE Off-line Project.                                    *
+ * Contributors are mentioned in the code where appropriate.              *
+ *                                                                        *
+ * Permission to use, copy, modify and distribute this software and its   *
+ * documentation strictly for non-commercial purposes is hereby granted   *
+ * without fee, provided that the above copyright notice appears in all   *
+ * copies and that both the copyright notice and this permission notice   *
+ * appear in the supporting documentation. The authors make no claims     *
+ * about the suitability of this software for any purpose. It is          *
+ * provided "as is" without express or implied warranty.                  *
+ **************************************************************************/
+
+/*
+$Log$
+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
+
+*/
+
 //////////////////////////////////////////////////////////////////////////
 //                                                                      //
 // aliroot                                                              //
 //////////////////////////////////////////////////////////////////////////
 //                                                                      //
 // aliroot                                                              //
@@ -10,7 +35,7 @@
 // developed.                                                           //
 //Begin_Html
 /*
 // developed.                                                           //
 //Begin_Html
 /*
-<img src="gif/newg.gif">
+<img src="picts/newg.gif">
 */
 //End_Html
 //////////////////////////////////////////////////////////////////////////
 */
 //End_Html
 //////////////////////////////////////////////////////////////////////////
@@ -20,6 +45,7 @@
 #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!
@@ -55,17 +81,19 @@ 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 Geant3-based MonteCarlo");
   
   
+  // Create new configuration 
+  new AliConfig ("Folders","Alice data exchange");
+  
+  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);
   
-  // --- Initialisation of the GALICE package ---
+  // --- Start the event loop ---
   theApp->Run();
   
   theApp->Run();
   
-  // --- Simulation of all events ---
   return(0);
 }
 
   return(0);
 }