]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - TFluka/eedraw.cxx
Avoid linking with Pythia
[u/mrichter/AliRoot.git] / TFluka / eedraw.cxx
... / ...
CommitLineData
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
11extern "C" {
12void 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