git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
gAlice replaced by TVirtualMCApplication::Instance()
[u/mrichter/AliRoot.git]
/
TFluka
/
eedraw.cxx
diff --git
a/TFluka/eedraw.cxx
b/TFluka/eedraw.cxx
index 04290f4073b6449bfe67ada48a481608fcf200f4..d2c7dac8e5f5c9d13f7f76b46295c59f0f2488ef 100644
(file)
--- a/
TFluka/eedraw.cxx
+++ b/
TFluka/eedraw.cxx
@@
-1,5
+1,5
@@
#include <Riostream.h>
#include <Riostream.h>
-#include "
AliRu
n.h"
+#include "
TVirtualMCApplicatio
n.h"
#include "TFluka.h"
#ifndef WIN32
# define eedraw eedraw_
#include "TFluka.h"
#ifndef WIN32
# define eedraw eedraw_
@@
-10,9
+10,9
@@
extern "C" {
void eedraw(Int_t& icode)
{
((TFluka*) gMC)->SetIcode(icode);
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();
((TFluka*) gMC)->FutoTest();
-
// gAlice
->Stepping();
+
(TVirtualMCApplication::Instance())
->Stepping();
} // end of eedraw
} // end of extern "C"
} // end of eedraw
} // end of extern "C"