]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TFluka/eedraw.cxx
Updates needed for FLUKA2005.6
[u/mrichter/AliRoot.git] / TFluka / eedraw.cxx
1 #include <Riostream.h>
2 #include "TVirtualMCApplication.h"
3
4 #include "TFluka.h"
5
6 #ifndef WIN32
7 # define eedraw eedraw_
8 #else
9 # define eedraw EEDRAW
10 #endif
11 extern "C" {
12 void eedraw(Int_t& icode)
13 {
14   ((TFluka*) gMC)->SetCaller(2);
15   ((TFluka*) gMC)->SetIcode(icode);
16 } // end of eedraw
17 } // end of extern "C"
18