git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
gAlice replaced by TVirtualMCApplication::Instance()
[u/mrichter/AliRoot.git]
/
TFluka
/
sodraw.cxx
1
#include <Riostream.h>
2
#include "TFluka.h"
3
#ifndef WIN32
4
# define sodraw sodraw_
5
#else
6
# define sodraw SODRAW
7
#endif
8
extern "C" {
9
void sodraw()
10
{
11
((TFluka*) gMC)->SetIcode(0);
12
cout << endl << " !!! I am in sodraw" << endl;
13
((TFluka*) gMC)->FutoTest();
14
} // end of sodraw
15
} // end of extern "C"
16