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