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
Adaption to new fluka common blocks (E. Futo)
[u/mrichter/AliRoot.git]
/
TFluka
/
eedraw.cxx
1
#include <Riostream.h>
2
#include "TVirtualMCApplication.h"
3
#include "TFluka.h"
4
#ifndef WIN32
5
# define eedraw eedraw_
6
#else
7
# define eedraw EEDRAW
8
#endif
9
extern "C" {
10
void eedraw(Int_t& icode)
11
{
12
((TFluka*) gMC)->SetCaller(2);
13
((TFluka*) gMC)->SetIcode(icode);
14
} // end of eedraw
15
} // end of extern "C"
16