]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TFluka/sodraw.cxx
Include the bug fixes by Oliver in the TR simulation
[u/mrichter/AliRoot.git] / TFluka / sodraw.cxx
CommitLineData
fa3d1cc7 1#include <Riostream.h>
fa3d1cc7 2#include "TFluka.h"
3#ifndef WIN32
4# define sodraw sodraw_
5#else
6# define sodraw SODRAW
7#endif
8extern "C" {
9void sodraw()
10{
11 ((TFluka*) gMC)->SetIcode(0);
8fd1d27e 12 cout << endl << " !!! I am in sodraw" << endl;
fa3d1cc7 13 ((TFluka*) gMC)->FutoTest();
fa3d1cc7 14} // end of sodraw
15} // end of extern "C"
16