]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TFluka/eedraw.cxx
Modified plots and made jet finder use SDigits
[u/mrichter/AliRoot.git] / TFluka / eedraw.cxx
CommitLineData
fa3d1cc7 1#include <Riostream.h>
7dac99f1 2#include "TVirtualMCApplication.h"
a7bb59a2 3
4#ifndef WITH_ROOT
fa3d1cc7 5#include "TFluka.h"
a7bb59a2 6#else
7#include "TFlukaGeo.h"
8#endif
9
fa3d1cc7 10#ifndef WIN32
11# define eedraw eedraw_
12#else
13# define eedraw EEDRAW
14#endif
15extern "C" {
16void eedraw(Int_t& icode)
17{
a1f42b9c 18 ((TFluka*) gMC)->SetCaller(2);
fa3d1cc7 19 ((TFluka*) gMC)->SetIcode(icode);
fa3d1cc7 20} // end of eedraw
21} // end of extern "C"
22