]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TFluka/eedraw.cxx
Added note if file size == 0.
[u/mrichter/AliRoot.git] / TFluka / eedraw.cxx
1 #include <Riostream.h>
2 #include "TVirtualMCApplication.h"
3
4 #ifndef WITH_ROOT
5 #include "TFluka.h"
6 #else
7 #include "TFlukaGeo.h"
8 #endif
9
10 #ifndef WIN32
11 # define eedraw eedraw_
12 #else
13 # define eedraw EEDRAW
14 #endif
15 extern "C" {
16 void eedraw(Int_t& icode)
17 {
18   ((TFluka*) gMC)->SetCaller(2);
19   ((TFluka*) gMC)->SetIcode(icode);
20 } // end of eedraw
21 } // end of extern "C"
22