]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TFluka/sodraw.cxx
number of DDLs set to 3 for FMD
[u/mrichter/AliRoot.git] / TFluka / sodraw.cxx
index 173ee756912cb1b0e325beb3382aec80b0ec0bc4..94287cf6cf2e2b883563c71b05e9c11422f257a6 100644 (file)
@@ -1,5 +1,8 @@
 #include <Riostream.h>
+#include "TVirtualMCApplication.h"
+
 #include "TFluka.h"
+
 #ifndef WIN32
 # define sodraw sodraw_
 #else
@@ -8,9 +11,8 @@
 extern "C" {
 void sodraw()
 {
+  ((TFluka*) gMC)->SetCaller(5);
   ((TFluka*) gMC)->SetIcode(0);
-  cout << endl << " !!! I am in sodraw" << endl;
-  ((TFluka*) gMC)->FutoTest();
 } // end of sodraw
 } // end of extern "C"