X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ALIROOT%2Faliroot.cxx;h=352f2e0f6668186563583fb29036afe5234ff5ff;hb=33d3b0812a1b9c047a56cce53f5bd66d059bc5a9;hp=ff1e727897f4631f682fdf34a7d7440fd0a36162;hpb=27f3d82e748bc19e93794ff2b3ba5aed6f063702;p=u%2Fmrichter%2FAliRoot.git diff --git a/ALIROOT/aliroot.cxx b/ALIROOT/aliroot.cxx index ff1e727897f..352f2e0f666 100644 --- a/ALIROOT/aliroot.cxx +++ b/ALIROOT/aliroot.cxx @@ -15,6 +15,18 @@ /* $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 #include #include +#include #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);