gAlice replaced by TVirtualMCApplication::Instance()
[u/mrichter/AliRoot.git] / TFluka / sodraw.cxx
... / ...
CommitLineData
1#include <Riostream.h>
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);
12 cout << endl << " !!! I am in sodraw" << endl;
13 ((TFluka*) gMC)->FutoTest();
14} // end of sodraw
15} // end of extern "C"
16