2 #include "TVirtualMCApplication.h"
5 # define eedraw eedraw_
10 void eedraw(Int_t& icode)
12 ((TFluka*) gMC)->SetIcode(icode);
13 cout << endl << " !!! I am in eedraw - calling Stepping()" << endl;
14 ((TFluka*) gMC)->FutoTest();
15 (TVirtualMCApplication::Instance())->Stepping();
17 } // end of extern "C"