]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TFluka/sodraw.cxx
gAlice replaced by TVirtualMCApplication::Instance()
[u/mrichter/AliRoot.git] / TFluka / sodraw.cxx
index 5ae563c2fe873a058d2e087e8f3a2a6cd03e4007..173ee756912cb1b0e325beb3382aec80b0ec0bc4 100644 (file)
@@ -1,5 +1,4 @@
 #include <Riostream.h>
-#include "AliRun.h"
 #include "TFluka.h"
 #ifndef WIN32
 # define sodraw sodraw_
@@ -10,9 +9,8 @@ extern "C" {
 void sodraw()
 {
   ((TFluka*) gMC)->SetIcode(0);
-  cout << endl << " !!! I am in sodraw - calling gAlice->Stepping()" << endl;
+  cout << endl << " !!! I am in sodraw" << endl;
   ((TFluka*) gMC)->FutoTest();
-//  gAlice->Stepping();
 } // end of sodraw
 } // end of extern "C"