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