X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=TFluka%2Feedraw.cxx;h=d2c7dac8e5f5c9d13f7f76b46295c59f0f2488ef;hp=04290f4073b6449bfe67ada48a481608fcf200f4;hb=8fd1d27e42e46f7a33c5a5d37a33cd8424ea1804;hpb=fa3d1cc75b38f4b4e3564dd43297764826fdb92c diff --git a/TFluka/eedraw.cxx b/TFluka/eedraw.cxx index 04290f4073b..d2c7dac8e5f 100644 --- a/TFluka/eedraw.cxx +++ b/TFluka/eedraw.cxx @@ -1,5 +1,5 @@ #include -#include "AliRun.h" +#include "TVirtualMCApplication.h" #include "TFluka.h" #ifndef WIN32 # define eedraw eedraw_ @@ -10,9 +10,9 @@ extern "C" { void eedraw(Int_t& icode) { ((TFluka*) gMC)->SetIcode(icode); - cout << endl << " !!! I am in eedraw - calling gAlice->Stepping()" << endl; + cout << endl << " !!! I am in eedraw - calling Stepping()" << endl; ((TFluka*) gMC)->FutoTest(); -// gAlice->Stepping(); + (TVirtualMCApplication::Instance())->Stepping(); } // end of eedraw } // end of extern "C"